-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
407 lines (300 loc) · 14.6 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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
/*
* HTML5 ✰ Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*
* Detailed information about this CSS: h5bp.com/css
*
* Minecraft Server Stats (MSS):
* http://blog.tomheinan.com/code/server-stats/
*/
/* =============================================================================
HTML5 display definitions
========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* =============================================================================
Base
========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Force vertical scrollbar in non-IE
* 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
/* =============================================================================
Links
========================================================================== */
a { color: #f3ce94; text-decoration: none; }
a:visited { color: #c09d66; }
a:hover { color: #fe7d7d; }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* =============================================================================
Typography
========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
Lists
========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
Embedded content
========================================================================== */
/*
* 1. Improve image quality when scaled in IE7: h5bp.com/d
* 2. Remove the gap between images and borders on image containers: h5bp.com/e
*/
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
* Correct overflow not hidden in IE9
*/
svg:not(:root) { overflow: hidden; }
/* =============================================================================
Figures
========================================================================== */
figure { margin: 0; }
/* =============================================================================
Forms
========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
* 1. Correct color not inheriting in IE6/7/8/9
* 2. Correct alignment displayed oddly in IE6/7
*/
legend { border: 0; *margin-left: -7px; padding: 0; }
/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
* 2. Correct inner spacing displayed oddly in IE6/7
*/
button, input { line-height: normal; *overflow: visible; }
/*
* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
*/
table button, table input { *overflow: auto; }
/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
*/
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
* Consistent box sizing and appearance
*/
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/*
* Remove inner padding and border in FF3/4: h5bp.com/l
*/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
* 1. Remove default vertical scrollbar in IE6/7/8/9
* 2. Allow only vertical resizing
*/
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
Tables
========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* ==========================================================================
Primary Syltes
========================================================================== */
/* HTML */
body {background: #454545; text-align: center;}
p, ul, ol {margin: 0; padding: 0 0 16px 0;}
h3 {font-size: 26px; padding: 20px 0 0 0; margin: 0;}
/* Large BG */
.bgimg {position: fixed; top: 0; left: 0; z-index: 0;}
.container {position: relative; z-index: 1; width: 960px; margin: 0 auto; text-align: left;}
/* Header */
header {padding-left: 19px;}
header h1 {font-size: 62px; color: #fff; text-shadow: 1px 1px 0 #000; padding: 123px 0 0 0; margin: 0;}
header h2 {font-size: 22px; color: #fe7d7d; text-shadow: 1px 1px 0 #000; padding: 0 0 20px 0; margin: -10px 0 0 0;}
/* Columns */
#leftColumn {float: left; width: 645px; padding-left: 19px;}
#rightColumn {float: right; width: 245px; padding-right: 16px;}
#main {color: #fff; text-shadow: 1px 1px 0 #000; font-size: 16px; line-height: 1.5; padding-bottom: 20px;}
/* Content modules */
.userContainer article {float: left; width: 45%;}
.userContainer article#serverUsers {margin-right: 5%;}
.userContainer ol, .userContainer ul {padding-left: 22px;}
/* Sidebar Modules */
.moduleContainer {border: 1px solid #96989c; background: #606060; margin-bottom: 20px; padding: 15px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#mapModule {background-position: bottom left;}
#mapModule .button {margin-top: 200px;}
#bgControls {position: fixed; bottom: 0; left: 0; padding: 10px; z-index: 25; cursor: pointer; color: #fff; text-shadow: 1px 1px 0 #000;}
#bgControls:before {width: 20px; height: 14px; background: url("images/layout/bgsprites.png") 0 0 no-repeat; display: block; content: ""; float: left;}
#bgControls.bgStop:before {background-position: 5px -12px;}
#bgControls.bgStart:before {background-position: 5px 2px;}
/* ==========================================================================
Fonts
========================================================================== */
@font-face {
font-family: 'PodkovaRegular';
src: url('fonts/Podkova-Regular-webfont.eot');
src: url('fonts/Podkova-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Podkova-Regular-webfont.woff') format('woff'),
url('fonts/Podkova-Regular-webfont.ttf') format('truetype'),
url('fonts/Podkova-Regular-webfont.svg#PodkovaRegular') format('svg');
font-weight: normal;
font-style: normal;
}
h1,h2,h3,h4,h5, nav, .button, #bgControls {font-family: PodkovaRegular, Arial, Helvetica, sans-serif; font-weight: normal;}
/* ==========================================================================
Helper Classes
========================================================================== */
/* Black buttons */
a.button {display: block; text-align: center; border: 1px solid #2c2c2c; background: #2c2c2c; line-height: 43px; color: #fff; font-size: 20px; text-decoration: none; text-shadow: 1px 1px 0 #000;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
transition: .5s;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: inset 1px 1px 0 #8c8c8c,
0 0 5px rgba(0,0,0,0.5);
-webkitbox-shadow: inset 1px 1px 0 #8c8c8c,
0 0 5px rgba(0,0,0,0.5);
-o-shadow: inset 1px 1px 0 #8c8c8c,
0 0 5px rgba(0,0,0,0.5);
box-shadow: inset 1px 1px 0 #8c8c8c,
0 0 5px rgba(0,0,0,0.5);
background-image: linear-gradient(bottom, #2d2d2d 0%, #454545 100%);
background-image: -o-linear-gradient(bottom, #2d2d2d 0%, #454545 100%);
background-image: -moz-linear-gradient(bottom, #2d2d2d 0%, #454545 100%);
background-image: -webkit-linear-gradient(bottom, #2d2d2d 0%, #454545 100%);
background-image: -ms-linear-gradient(bottom, #2d2d2d 0%, #454545 100%);
}
a.button:hover {
background-image: linear-gradient(bottom, #2d2d2d 0%, #5e5e5e 100%);
background-image: -o-linear-gradient(bottom, #2d2d2d 0%, #5e5e5e 100%);
background-image: -moz-linear-gradient(bottom, #2d2d2d 0%, #5e5e5e 100%);
background-image: -webkit-linear-gradient(bottom, #2d2d2d 0%, #5e5e5e 100%);
background-image: -ms-linear-gradient(bottom, #2d2d2d 0%, #5e5e5e 100%);
}
a.button:focus, a.button:active {
background-image: linear-gradient(bottom, #454545 0%, #2c2c2c 100%);
background-image: -o-linear-gradient(bottom, #454545 0%, #2c2c2c 100%);
background-image: -moz-linear-gradient(bottom, #454545 0%, #2c2c2c 100%);
background-image: -webkit-linear-gradient(bottom, #454545 0%, #2c2c2c 100%);
background-image: -ms-linear-gradient(bottom, #454545 0%, #2c2c2c 100%);
}
.message {margin: 20px 0; padding: 20px;}
.message.error {border: 1px solid #170303; background: #7a1717;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: inset 1px 1px 0 #893030,
0 0 5px rgba(0,0,0,0.5);
-webkitbox-shadow: inset 1px 1px 0 #893030,
0 0 5px rgba(0,0,0,0.5);
-o-shadow: inset 1px 1px 0 #893030,
0 0 5px rgba(0,0,0,0.5);
box-shadow: inset 1px 1px 0 #893030,
0 0 5px rgba(0,0,0,0.5);
}
.clear {clear: both;}
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ==========================================================================
Media Queries
========================================================================== */
@media (max-width: 430px) {
header h1 {font-size: 26px !important; padding-bottom: 10px;}
}
@media (max-width: 600px) {
header h1 {font-size: 45px;}
header h2 {font-size: 16px;}
.userContainer article {width: 100%; float: none;}
#main {padding-bottom: 60px;}
#leftColumn {width: 90% !important;}
#rightColumn {display: none;}
}
@media (max-width: 960px) {
.container {width: 95%;}
#leftColumn {width: 60%;}
#rightColumn {width: 30%;}
#bgControls {background: rgba(0,0,0,0.5);}
}
/* ==========================================================================
Print styles.
========================================================================== */
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}