-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsite.css
118 lines (99 loc) · 1.44 KB
/
site.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
body {
padding-left: 25%;
padding-right: 25%;
padding-top:10px;
font: 18px "", Helvetica, Arial, sans-serif;
line-height: 1;
}
@media screen and (max-width: 1000px){
body{
padding-left: 15%;
padding-right: 15%;
}
}
@media screen and (max-width: 765px){
body{
padding-left: 5%;
padding-right: 5%;
}
}
h3{
color: white;
text-decoration:none;
background-color:green;
padding-top: 10px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
}
.show-link {
color: black;
text-decoration: none;
}
h4{
margin-top: 10px;
margin-bottom: 9px;
}
.venue-link {
color: white;
text-decoration: none;
}
a {
color: green;
}
#home {
background-color: white;
color: black;
text-decoration:none;
font-size: 180%;
}
footer {
padding-top: 20px;
}
img {
width: 100%;
}
hr {
border: 0;
background: #000;
height: 1px;
margin-left: 10px;
margin-right: 10px;
}
#about {
text-decoration:none;
float: right;
margin-top: -55px;
}
#tonight {
padding-left: 20px;
}
#soon {
padding-left: 20px;
}
#logo {
height:70px;
width:70px;
margin-bottom:-14px;
display:inline;
padding-right: 12px;
}
.show {
padding-left: 20px;
padding-right: 20px;
}
.date {
float: right;
}
.navhead {
font: 40px "", Helvetica, Arial, sans-serif;
background-color:black;
color: white;
padding: 10px;
height: 38px;
margin-top: 10px;
}
.info {
padding-top: 2px;
padding-bottom: 3px;
}