-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·292 lines (281 loc) · 5.65 KB
/
style.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
/* -- Global things -- */
img { border:0; }
* { margin:0; padding:0; font-family:Verdana, Arial, sans-serif; }
body {
background:url(imgs/ties_bg.png) #ffe9e9;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* -- Main -- */
div#wrap {
margin:30px auto;
width:875px;
background-color:#fff;
-webkit-border-radius:15px;
-moz-border-radius:15px;
}
/* -- header -- */
div#wrap div#header {
width:875px; height:255px;
position:relative;
background:url(imgs/header.png) 0 0 no-repeat;
}
div#wrap div#header a.home {
position:absolute;
top:10px; left:160px;
display:block;
width:690px;
height:100px;
}
div#wrap div#header ul.teams {
position:absolute;
top:125px; left:230px;
width:620px;
max-height:95px;
list-style:none;
}
div#wrap div#header ul.teams li {
font-size:14px;
}
div#wrap div#header ul.teams li a {
font-family:Verdana, sans-serif;
float:left;
display:block;
position:relative;
padding:0 2px;
margin:0 5px 5px 5px;
line-height:20px;
font-weight:bold;
text-decoration:none;
color:#666;
text-shadow:#ffe9e9 1px 1px 0px;
}
div#wrap div#header ul.teams li a:hover {
color:#999;
}
/* -- Menu -- */
div#wrap div#menu {
text-align:center;
height:40px;
margin:5px auto 10px auto;
display:table;
height:40px;
}
div#wrap div#menu ul {
display:table-row;
list-style:none;
white-space:nowrap;
padding:0; margin:0;
}
div#wrap div#menu ul li {
display:inline;
}
div#wrap div#menu ul li a {
display:block;
padding:0 10px;
margin:0 5px;
float:left;
line-height:40px;
background-color:#ffd6d6;
text-shadow:#bbb 1px 1px 0px; /* oh man CSS3 */
-webkit-border-radius:5px;
-moz-border-radius:5px;
color:#f2448a;
font-size:18px;
text-decoration:none;
}
div#wrap div#menu ul li a:hover {
background-color:#ffe2e2;
}
/* -- Content -- */
div#wrap div#content {
float:left;
width:590px;
}
div#wrap div#content h1 {
text-transform:uppercase;
font-size:28px;
font-weight:normal;
color:#555;
margin:0 0 20px 30px;
padding:0 0 5px 0;
border-bottom:1px dashed #777;
text-shadow:#bbb 2px 1px 0px;
}
div#wrap div#content h1:first-letter {
font-size:42px;
}
div#wrap div#content h2 {
font-size:20px;
color:#d23872;
margin:15px 0 10px 30px;
padding:0;
font-weight:normal;
}
div#wrap div#content p {
font-size:14px;
line-height:20px;
color:#444;
margin:0 10px 15px 30px;
}
div#wrap div#content p a {
text-decoration:underline;
color:#d23872;
}
div#wrap div#content p a:hover {
text-decoration:none;
}
div#wrap div#content p img {
padding:2px;
border:1px solid #ccc;
}
div#wrap div#content hr {
border:0;
border-bottom:1px dashed #777;
margin:10px 0px 10px 30px;
}
div#wrap div#content p.notice {
padding:10px;
text-align:center;
margin:10px 0 10px 30px;
background-color:#ffe9e9;
display:block;
color:#e96699;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
div#wrap div#content ul.allteams {
list-style:none;
margin:10px 0 20px 50px;
}
div#wrap div#content ul.allteams li {
margin:3px 0;
}
div#wrap div#content ul.allteams li a {
text-decoration:none;
color:#d23872;
}
div#wrap div#content ul.allteams li a:hover {
color:#444;
}
div#wrap div#content div.profile h2 {
font-size:20px;
color:#d23872;
margin:15px 0 10px 30px;
padding:0;
font-weight:normal;
}
div#wrap div#content div.profile h2 span {
color:#999;
}
div#wrap div#content div.profile p {
font-size:12px;
margin:0 10px 5px 30px;
}
div#wrap div#content div.profile p b {
color:#444;
}
/* -- Sidebar -- */
div#wrap div#sidebar {
float:right;
width:240px;
margin:0 25px 0 0;
}
div#wrap div#sidebar p {
margin:10px 0 5px 0;
font-size:12px;
line-height:18px;
color:#999;
}
div#wrap div#sidebar h2 {
color:#444;
margin:20px 0 0 0;
font-size:16px;
font-weight:normal;
}
div#wrap div#sidebar h2.twitter {
color:#34b2db;
}
/* -- Footer -- */
div#wrap div#footer {
border-top:1px dashed #ddd;
padding:30px;
margin:30px 0 0 0;
background-color:#fff;
clear:both;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-bottomleft:15px;
}
div#wrap div#footer p {
font-size:14px;
color:#bbb;
text-transform:uppercase;
text-align:center;
}
div#wrap div#footer:hover p {
color:#777;
}
/* -- Generic Form -- */
div#wrap form input,
div#wrap form textarea {
padding:2px;
font-family:inherit;
font-size:inherit;
}
/* -- Crazy event schedule table -- */
div#wrap table.event_schedule {
border-spacing:3px;
margin:5px 0 20px 30px;
}
div#wrap table.event_schedule td {
border:1px solid #777;
width:80px;
font-family:Verdana, Arial, sans-serif;
font-size:12px;
color:#333;
text-align:center;
padding:2px;
}
div#wrap table.event_schedule td.math_event:hover,
div#wrap table.event_schedule td.campus_event:hover {
color:#fff;
}
div#wrap table.event_schedule td.time {
font-size:10px;
width:50px;
border:0;
text-align:right;
}
div#wrap table.event_schedule td.nothing {
background-color:#fff;
border:1px solid #efefef;
}
div#wrap table.event_schedule td.math_event {
background-color:rgb(237,177,224);
}
div#wrap table.event_schedule td.campus_event {
background-color:rgb(0,176,240);
}
div#wrap table.event_schedule td.day {
font-weight:bold;
color:#555;
border:0;
}
.tip {
border:1px solid #eee;
background-color:#fff;
z-index:100;
font-family:Verdana, sans-serif;
font-size:12px;
max-width:300px;
line-height:20px;
}
.tip-title {
font-weight:bold;
background-color:#efefef;
padding:10px;
}
.tip-text {
padding:10px;
}