Subversion Repositories LCARS

Rev

Rev 192 | Rev 202 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 198
1
<?php
1
<?php
2
/* namespace ; */
2
/* namespace ; */
3
3
4
\header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT');
4
\header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT');
5
5
6
/* Cached resource expires in HTTP/1.1 caches 24h after last retrieval */
6
/* Cached resource expires in HTTP/1.1 caches 24h after last retrieval */
7
\header('Cache-Control: max-age=86400, s-maxage=86400, must-revalidate, proxy-revalidate');
7
\header('Cache-Control: max-age=86400, s-maxage=86400, must-revalidate, proxy-revalidate');
8
8
9
/* Cached resource expires in HTTP/1.0 caches 24h after last retrieval */
9
/* Cached resource expires in HTTP/1.0 caches 24h after last retrieval */
10
\header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT');
10
\header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT');
11
11
12
\header('Content-Type: text/css; charset=UTF-8');
12
\header('Content-Type: text/css; charset=UTF-8');
13
13
14
require_once 'css/least/Mixins.php';
14
require_once 'css/least/Mixins.php';
15
use de\pointedears\css\least\Mixins;
15
use de\pointedears\css\least\Mixins;
16
?>
16
?>
17
@CHARSET "UTF-8";
17
@CHARSET "UTF-8";
18
18
19
html, body {
19
html, body {
20
  -webkit-font-smoothing: antialiased;
20
  -webkit-font-smoothing: antialiased;
21
}
21
}
22
22
23
h1, h2, h3, h4, h5, h6 {
23
h1, h2, h3, h4, h5, h6 {
24
  /* from SVG for Gecko and WebKit */
24
  /* from SVG for Gecko and WebKit */
25
  text-rendering: optimizeLegibility;
25
  text-rendering: optimizeLegibility;
26
}
26
}
27
27
28
body {
28
body {
29
  font-family: sans-serif;
29
  font-family: sans-serif;
30
}
30
}
31
31
32
:link, :visited {
32
:link, :visited {
33
  text-decoration: none;
33
  text-decoration: none;
34
  color: inherit;
34
  color: inherit;
35
}
35
}
36
36
37
.hidden {
37
.hidden {
38
  display: none !important;
38
  display: none !important;
39
}
39
}
40
40
41
h1 {
41
h1 {
42
  margin: 0;
42
  margin: 0;
43
  text-align: center;
43
  text-align: center;
44
}
44
}
45
45
46
[title] {
46
[title] {
47
  cursor: help;
47
  cursor: help;
48
/*  border-bottom: 1px dotted black; */
48
/*  border-bottom: 1px dotted black; */
49
}
49
}
50
50
51
table {
51
table {
52
  width: 100%;
52
  width: 100%;
53
  border-collapse: collapse;
53
  border-collapse: collapse;
54
}
54
}
55
55
56
th {
56
th {
57
  width: 20%;
57
  width: 20%;
58
  padding: 0.25em 0.5em 0.25em 0;
58
  padding: 0.25em 0.5em 0.25em 0;
59
  font-weight: normal;
59
  font-weight: normal;
60
  text-align: right;
60
  text-align: right;
61
}
61
}
62
62
63
td:first-child {
63
td:first-child {
64
  width: 1em;
64
  width: 1em;
65
  border: none;
65
  border: none;
66
}
66
}
67
67
68
th.recommended {
68
th.recommended {
69
  border-left: 2px solid green;
69
  border-left: 2px solid green;
70
  border-top: 2px solid green;
70
  border-top: 2px solid green;
71
  border-bottom: 2px solid green;
71
  border-bottom: 2px solid green;
72
}
72
}
73
73
74
td:last-child {
74
td:last-child {
75
  padding-right: 0.25em;
75
  padding-right: 0.25em;
76
}
76
}
77
77
78
td.recommended {
78
td.recommended {
79
  border-top: 2px solid green;
79
  border-top: 2px solid green;
80
  border-right: 2px solid green;
80
  border-right: 2px solid green;
81
  border-bottom: 2px solid green;
81
  border-bottom: 2px solid green;
82
}
82
}
83
83
84
@font-face {
84
@font-face {
85
  font-family: "Futura Condensed";
85
  font-family: "Futura Condensed";
86
  src: local("Futura Condensed"), url(/styles/fonts/non-free/futura_condensed.TTF);
86
  src: local("Futura Condensed"), url(/styles/fonts/non-free/futura_condensed.TTF);
87
}
87
}
88
88
89
@font-face {
89
@font-face {
90
  font-family: "X-Files";
90
  font-family: "X-Files";
91
  src: local("X-Files"), url(/styles/fonts/x-files.ttf);
91
  src: local("X-Files"), url(/styles/fonts/x-files.ttf);
92
}
92
}
93
93
94
.akte-x {
94
.akte-x {
95
  padding: 1em 0.25em 0.6em 0.25em;
95
  padding: 1em 0.25em 0.6em 0.25em;
96
  <?php
96
  <?php
97
/*  
97
/*  
98
  background-image: -(o-|)linear-gradient(12deg,
98
  background-image: -(o-|)linear-gradient(12deg,
99
       rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
99
       rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
100
       rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%);
100
       rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%);
101
*/      
101
*/      
102
        Mixins::linear_gradient(
102
        Mixins::linear_gradient(
103
                'background-image',
103
                'background-image',
104
                '12deg,
104
                '12deg,
105
       rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
105
       rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
106
       rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%',
106
       rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%',
107
      array('-o-', ''));
107
      array('-o-', ''));
108
        ?>
108
        ?>
109
  background-image:
109
  background-image:
110
    -moz-radial-gradient(65% 60%,
110
    -moz-radial-gradient(65% 60%,
111
      rgba(236, 244, 235, 0.5) 50%, rgba(236, 244, 235, 0.1)),
111
      rgba(236, 244, 235, 0.5) 50%, rgba(236, 244, 235, 0.1)),
112
    -moz-linear-gradient(12deg,
112
    -moz-linear-gradient(12deg,
113
      rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
113
      rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
114
      rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%);
114
      rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%);
115
  background-image:
115
  background-image:
116
    -webkit-radial-gradient(65% 60%, 25% 75%,
116
    -webkit-radial-gradient(65% 60%, 25% 75%,
117
      rgba(236, 244, 235, 0.5) 50%, rgba(236, 244, 235, 0.1)),
117
      rgba(236, 244, 235, 0.5) 50%, rgba(236, 244, 235, 0.1)),
118
    -webkit-linear-gradient(12deg,
118
    -webkit-linear-gradient(12deg,
119
      rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
119
      rgba(236, 244, 235, 0) 33%, rgba(236, 244, 235, 0.9) 68%,
120
      rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%);
120
      rgba(236, 244, 235, 0.9) 70%, rgba(236, 244, 235, 0) 90%);
121
  background-color: #000;
121
  background-color: #000;
122
  color: #dcdfdc;
122
  color: #dcdfdc;
123
  line-height: 2em;
123
  line-height: 2em;
124
  vertical-align: middle;  
124
  vertical-align: middle;  
125
}
125
}
126
126
127
.akte-x .small {
127
.akte-x .small {
128
  padding-left: 1em;
128
  padding-left: 1em;
129
<?php
129
<?php
130
/*  
130
/*  
131
  background-image: -()linear-gradient(bottom left, black, transparent);
131
  background-image: -()linear-gradient(bottom left, black, transparent);
132
 */  
132
 */  
133
  Mixins::linear_gradient('background-image', 'bottom left, black, transparent');
133
  Mixins::linear_gradient('background-image', 'bottom left, black, transparent');
134
?>
134
?>
135
  vertical-align: middle;
135
  vertical-align: middle;
136
  font-family: "Futura Condensed", sans-serif;
136
  font-family: "Futura Condensed", sans-serif;
137
  font-size: 50%;
137
  font-size: 50%;
138
  text-transform: uppercase;
138
  text-transform: uppercase;
139
  letter-spacing: 1em;
139
  letter-spacing: 1em;
140
}
140
}
141
141
142
.akte-x .before-x {
142
.akte-x .before-x {
143
  letter-spacing: normal;
143
  letter-spacing: normal;
144
}
144
}
145
145
146
.akte-x .x {
146
.akte-x .x {
147
  font-family: "X-Files", sans-serif;
147
  font-family: "X-Files", sans-serif;
148
  font-size: 600%;
148
  font-size: 600%;
149
  font-weight: lighter;
149
  font-weight: lighter;
150
  vertical-align: middle;
150
  vertical-align: middle;
151
  vertical-align: -webkit-baseline-middle;
151
  vertical-align: -webkit-baseline-middle;
152
  color: black;
152
  color: black;
153
  -webkit-mask-image: -webkit-linear-gradient(-12deg,
153
  -webkit-mask-image: -webkit-linear-gradient(-12deg,
154
    rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1));
154
    rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1));
155
}
155
}
156
156
157
.alf {
157
.alf {
158
  font-family: "URW Bookman L", serif;
158
  font-family: "URW Bookman L", serif;
159
  font-weight: bold;
159
  font-weight: bold;
160
  font-size: 120%;
160
  font-size: 120%;
161
 
161
 
162
}
162
}
163
163
164
@font-face {
164
@font-face {
165
  font-family: "Highguard";
165
  font-family: "Highguard";
166
  src: local("Highguard"), url(/styles/fonts/Highguard.ttf);
166
  src: local("Highguard"), url(/styles/fonts/Highguard.ttf);
167
}
167
}
168
168
169
.andromeda {
169
.andromeda {
170
  position: relative;
170
  position: relative;
171
  font-family: "Highguard", sans-serif;
171
  font-family: "Highguard", sans-serif;
172
  font-size: 204%;
172
  font-size: 204%;
173
  color: rgba(245, 153, 79, 1);
173
  color: rgba(245, 153, 79, 1);
174
  text-shadow:
174
  text-shadow:
175
    /* blurred shadow */
175
    /* blurred shadow */
176
    -1px 0 2px black, 0 -1px 2px black, 1px 0 2px black, 0 1px 2px black,
176
    -1px 0 2px black, 0 -1px 2px black, 1px 0 2px black, 0 1px 2px black,
177
   
177
   
178
    /* outline */
178
    /* outline */
179
    -1px 0 black, 0 -1px black, 1px 0 black, 0 1px black;
179
    -1px 0 black, 0 -1px black, 1px 0 black, 0 1px black;
180
}
180
}
181
181
182
.andromeda .gradient {
182
.andromeda .gradient {
183
  -webkit-mask-image: -webkit-linear-gradient(top,
183
  -webkit-mask-image: -webkit-linear-gradient(top,
184
    rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1));
184
    rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1));
185
}
185
}
186
186
187
.andromeda .roddenberry {
187
.andromeda .roddenberry {
188
  position: absolute;
188
  position: absolute;
189
  right: 3.75em;
189
  right: 3.75em;
190
  top: 1.7em;
190
  top: 1.7em;
191
  font-family: sans-serif;
191
  font-family: sans-serif;
192
  font-size: 21%;
192
  font-size: 21%;
193
  text-transform: uppercase;
193
  text-transform: uppercase;
194
  color: black;
194
  color: black;
195
  text-shadow: none;
195
  text-shadow: none;
196
  letter-spacing: 0;
196
  letter-spacing: 0;
197
}
197
}
198
198
199
.big-bang-theory {
199
.big-bang-theory {
200
  font-family: Impact, sans-serif;
200
  font-family: Impact, sans-serif;
201
  font-size: 122%;
201
  font-size: 122%;
202
  font-weight: bold;
202
  font-weight: bold;
203
  text-transform: uppercase;
203
  text-transform: uppercase;
204
}
204
}
205
205
206
.big-bang-theory .lower {
206
.big-bang-theory .lower {
207
  font-size: 0.75em;
207
  font-size: 0.75em;
208
  text-transform: lowercase;
208
  text-transform: lowercase;
209
}
209
}
210
210
211
.big-bang-theory .i {
211
.big-bang-theory .i {
212
  text-transform: none;
212
  text-transform: none;
213
  font-size: 111%;
213
  font-size: 111%;
214
  font-weight: normal;
214
  font-weight: normal;
215
}
215
}
216
216
217
.big-bang-theory .bang {
217
.big-bang-theory .bang {
218
  color: #CE152C;
218
  color: #CE152C;
219
}
219
}
220
220
221
@font-face {
221
@font-face {
222
  font-family: "Battlestar";
222
  font-family: "Battlestar";
223
  src: local("Battlestar"), url(/styles/fonts/BATTLEST.TTF);
223
  src: local("Battlestar"), url(/styles/fonts/BATTLEST.TTF);
224
}
224
}
225
225
226
.bsg {
226
.bsg {
227
  font-family: "Battlestar", sans-serif;
227
  font-family: "Battlestar", sans-serif;
228
  font-size: 84%;
228
  font-size: 84%;
229
}
229
}
230
230
231
@font-face {
231
@font-face {
232
  font-family: "Buffied";
232
  font-family: "Buffied";
233
  src: local("Buffied"), url(/styles/fonts/Buffied.ttf);
233
  src: local("Buffied"), url(/styles/fonts/Buffied.ttf);
234
}
234
}
235
235
236
@font-face {
236
@font-face {
237
  font-family: "Slayer";
237
  font-family: "Slayer";
238
  src: url(/styles/fonts/slayer11.eot?);
238
  src: url(/styles/fonts/slayer11.eot?);
239
  src: local("Slayer"),
239
  src: local("Slayer"),
240
    url(/styles/fonts/slayer11.eot?) format("eot"),
240
    url(/styles/fonts/slayer11.eot?) format("eot"),
241
    url(/styles/fonts/slayer11.woff) format("woff"),
241
    url(/styles/fonts/slayer11.woff) format("woff"),
242
    url(/styles/fonts/slayer11.ttf) format("truetype"),
242
    url(/styles/fonts/slayer11.ttf) format("truetype"),
243
    url(/styles/fonts/slayer11.svg#Slayer) format("svg");
243
    url(/styles/fonts/slayer11.svg#Slayer) format("svg");
244
  font-weight: normal;
244
  font-weight: normal;
245
  font-style: normal;
245
  font-style: normal;
246
}
246
}
247
247
248
@font-face {
248
@font-face {
249
  font-family: "Kruella";
249
  font-family: "Kruella";
250
  src: local("Kruella"), url(/styles/fonts/non-free/kruella.ttf);
250
  src: local("Kruella"), url(/styles/fonts/non-free/kruella.ttf);
251
}
251
}
252
252
253
.buffy {
253
.buffy {
254
  display: inline-block;
254
  display: inline-block;
255
  padding: 0.75em 0.5em 0.5em 0.5em;
255
  padding: 0.75em 0.5em 0.5em 0.5em;
256
  background-color: #000700;
256
  background-color: #000700;
257
  <?php Mixins::radial_gradient('background-image', 'circle, #6d7a9c 35%, transparent 45%'); ?>
257
  <?php Mixins::radial_gradient('background-image', 'circle, #6d7a9c 35%, transparent 45%'); ?>
258
  color: #feffff;
258
  color: #feffff;
259
  line-height: 1em;
259
  line-height: 1em;
260
  text-align: center;
260
  text-align: center;
261
  text-shadow: 1px 1px 1px black;
261
  text-shadow: 1px 1px 1px black;
262
}
262
}
263
263
264
.buffy .title {
264
.buffy .title {
265
  font-family: "Buffied", fantasy;
265
  font-family: "Buffied", fantasy;
266
  font-size: 200%;  
266
  font-size: 200%;  
267
}
267
}
268
268
269
.buffy .subtitle {
269
.buffy .subtitle {
270
  display: block;
270
  display: block;
271
  font-family: "Slayer", sans-serif;
271
  font-family: "Slayer", sans-serif;
272
  font-size: 50%;
272
  font-size: 50%;
273
  font-variant: small-caps;
273
  font-variant: small-caps;
274
}
274
}
275
275
276
@font-face {
276
@font-face {
277
  font-family: "Arno Pro Caption";
277
  font-family: "Arno Pro Caption";
278
  src: local("Arno Pro Caption"), url(/styles/fonts/non-free/arnopro-caption.otf);
278
  src: local("Arno Pro Caption"), url(/styles/fonts/non-free/arnopro-caption.otf);
279
}
279
}
280
280
281
.castle {
281
.castle {
282
  font-family: "Arno Pro Caption", serif;
282
  font-family: "Arno Pro Caption", serif;
283
  font-size: 120%;
283
  font-size: 120%;
284
  line-height: 1;
284
  line-height: 1;
285
  text-transform: uppercase;
285
  text-transform: uppercase;
286
}
286
}
287
287
288
@font-face {
288
@font-face {
289
  font-family: "KopyKattKut Bold";
289
  font-family: "KopyKattKut Bold";
290
  src: local("KopyKattKut Bold"), url(/styles/fonts/KopyKattKut-Bold.otf);
290
  src: local("KopyKattKut Bold"), url(/styles/fonts/KopyKattKut-Bold.otf);
291
}
291
}
292
292
293
.charmed {
293
.charmed {
294
  position: relative;
294
  position: relative;
295
  display: inline-block;
295
  display: inline-block;
296
  background-color: #080E32;
296
  background-color: #080E32;
297
  color: rgb(223, 229, 251);
297
  color: rgb(223, 229, 251);
298
  color: rgba(255, 255, 255, 0.75);
298
  color: rgba(255, 255, 255, 0.75);
299
  padding: 1.5em 0.5em 0.75em 0.5em;
299
  padding: 1.5em 0.5em 0.75em 0.5em;
300
  font-family: "KopyKattKut Bold", serif;
300
  font-family: "KopyKattKut Bold", serif;
301
  font-size: 115%;
301
  font-size: 115%;
302
  /*letter-spacing: -0.125em;*/
302
  /*letter-spacing: -0.125em;*/
303
  line-height: 2;
303
  line-height: 2;
304
  overflow: hidden;
304
  overflow: hidden;
305
  text-transform: uppercase;
305
  text-transform: uppercase;
306
}
306
}
307
307
308
.charmed .circle {
308
.charmed .circle {
309
  position: absolute;
309
  position: absolute;
310
  left: 50%;
310
  left: 50%;
311
  top: 60%;
311
  top: 60%;
312
  width: 2em;
312
  width: 2em;
313
  height: 2em;
313
  height: 2em;
314
  margin-left: -1.3em;
314
  margin-left: -1.3em;
315
  margin-top: -1.3em;
315
  margin-top: -1.3em;
316
  border-radius: 50%;
316
  border-radius: 50%;
317
  border: 0.325em solid rgba(36, 63, 219, 0.33);
317
  border: 0.325em solid rgba(36, 63, 219, 0.33);
318
}
318
}
319
319
320
.charmed .circle:before {
320
.charmed .circle:before {
321
  position: absolute;
321
  position: absolute;
322
  left: 50%;
322
  left: 50%;
323
  top: 50%;
323
  top: 50%;
324
  width: 75%;
324
  width: 75%;
325
  height: 75%;
325
  height: 75%;
326
  margin-left: -1.7em;
326
  margin-left: -1.7em;
327
  margin-top: -0.7em;
327
  margin-top: -0.7em;
328
  border: 0.325em solid rgba(36, 63, 219, 0.33);
328
  border: 0.325em solid rgba(36, 63, 219, 0.33);
329
  border-radius: 100% 0;
329
  border-radius: 100% 0;
330
  content: "";
330
  content: "";
331
  <?php
331
  <?php
332
/*  
332
/*  
333
  -(moz-|webkit-|)transform: rotate(15deg);
333
  -(moz-|webkit-|)transform: rotate(15deg);
334
 */
334
 */
335
        Mixins::prefix_property('transform', '',
335
        Mixins::prefix_property('transform', '',
336
                'rotate(15deg)',
336
                'rotate(15deg)',
337
                array('-moz-', '-webkit-', ''));
337
                array('-moz-', '-webkit-', ''));
338
        ?>
338
        ?>
339
}
339
}
340
340
341
.charmed .circle:after {
341
.charmed .circle:after {
342
  position: absolute;
342
  position: absolute;
343
  left: 50%;
343
  left: 50%;
344
  top: 50%;
344
  top: 50%;
345
  width: 75%;
345
  width: 75%;
346
  height: 75%;
346
  height: 75%;
347
  margin-left: -1.05em;
347
  margin-left: -1.05em;
348
  margin-top: -1.85em;
348
  margin-top: -1.85em;
349
  border: 0.325em solid rgba(36, 63, 219, 0.33);
349
  border: 0.325em solid rgba(36, 63, 219, 0.33);
350
  border-radius: 100% 0;
350
  border-radius: 100% 0;
351
  content: "";
351
  content: "";
352
  <?php
352
  <?php
353
        Mixins::prefix_property('transform', '',
353
        Mixins::prefix_property('transform', '',
354
                'rotate(-45deg)',
354
                'rotate(-45deg)',
355
                array('-moz-', '-webkit-', ''));
355
                array('-moz-', '-webkit-', ''));
356
        ?>
356
        ?>
357
}
357
}
358
358
359
.charmed .arc3 {
359
.charmed .arc3 {
360
  position: absolute;
360
  position: absolute;
361
  left: 50%;
361
  left: 50%;
362
  top: 50%;
362
  top: 50%;
363
  width: 1.5em;
363
  width: 1.5em;
364
  height: 1.5em;
364
  height: 1.5em;
365
  margin-left: -0.3em;
365
  margin-left: -0.3em;
366
  margin-top: -0.3em;
366
  margin-top: -0.3em;
367
  border: 0.325em solid rgba(36, 63, 219, 0.33);
367
  border: 0.325em solid rgba(36, 63, 219, 0.33);
368
  border-radius: 0 100% 0 100%;
368
  border-radius: 0 100% 0 100%;
369
  content: "";
369
  content: "";
370
  <?php
370
  <?php
371
        Mixins::prefix_property('transform', '',
371
        Mixins::prefix_property('transform', '',
372
                'rotate(-15deg)',
372
                'rotate(-15deg)',
373
                array('-moz-', '-webkit-', ''));
373
                array('-moz-', '-webkit-', ''));
374
        ?>
374
        ?>
375
}
375
}
376
376
377
.charmed .c {
377
.charmed .c {
378
  /* font-size: 150%; */
378
  /* font-size: 150%; */
379
}
379
}
380
380
381
.charmed span {  
381
.charmed span {  
382
  position: relative;
382
  position: relative;
383
  /* vertical-align: middle; */
383
  /* vertical-align: middle; */
384
}
384
}
385
385
386
@font-face {
386
@font-face {
387
  font-family: "Coolvetica";
387
  font-family: "Coolvetica";
388
  src: local("Coolvetica"), url(/styles/fonts/non-free/coolvetica.ttf);
388
  src: local("Coolvetica"), url(/styles/fonts/non-free/coolvetica.ttf);
389
}
389
}
390
390
391
.columbo {
391
.columbo {
392
  padding: 0 0.25em;
392
  padding: 0 0.25em;
393
  background-color: #273d50;
393
  background-color: #273d50;
394
  color: #fde06c;
394
  color: #fde06c;
395
  font-family: "Coolvetica", sans-serif;
395
  font-family: "Coolvetica", sans-serif;
396
  font-size: 130%;
396
  font-size: 130%;
397
  letter-spacing: 0.0625em;
397
  letter-spacing: 0.0625em;
398
  text-transform: uppercase;
398
  text-transform: uppercase;
399
  text-shadow: 2px 2px 1px black;
399
  text-shadow: 2px 2px 1px black;
400
}
400
}
401
401
402
@font-face {
402
@font-face {
403
  font-family: "ITC Serif Gothic LT Bold";
403
  font-family: "ITC Serif Gothic LT Bold";
404
  src: url(/styles/fonts/non-free/itc_serif_gothic--lte50299.ttf);
404
  src: url(/styles/fonts/non-free/itc_serif_gothic--lte50299.ttf);
405
}
405
}
406
406
407
@font-face {
407
@font-face {
408
  font-family: "ITC Serif Gothic LT Heavy";
408
  font-family: "ITC Serif Gothic LT Heavy";
409
  src: url(/styles/fonts/non-free/itc_serif_gothic--lte50301.ttf);
409
  src: url(/styles/fonts/non-free/itc_serif_gothic--lte50301.ttf);
410
}
410
}
411
411
412
.countdown-x {
412
.countdown-x {
413
  display: inline-block;
413
  display: inline-block;
414
  font-family: "ITC Serif Gothic LT Heavy", sans-serif;
414
  font-family: "ITC Serif Gothic LT Heavy", sans-serif;
415
  line-height: 0.9em;
415
  line-height: 0.9em;
416
  text-align: center;
416
  text-align: center;
417
  text-shadow: 1px 1px #999;
417
  text-shadow: 1px 1px #999;
418
}
418
}
419
419
420
.countdown-x .title:before {
420
.countdown-x .title:before {
421
  content: "\2013\00A0";
421
  content: "\2013\00A0";
422
}
422
}
423
423
424
.countdown-x .subtitle {
424
.countdown-x .subtitle {
425
  display: block;
425
  display: block;
426
  font-family: "ITC Serif Gothic LT Bold", sans-serif;
426
  font-family: "ITC Serif Gothic LT Bold", sans-serif;
427
}
427
}
428
428
429
.dead-zone {
429
.dead-zone {
430
  display: inline-block;
430
  display: inline-block;
431
  background-color: black;
431
  background-color: black;
432
  background-image: -webkit-radial-gradient(50% 20%, 20% 100%, white, transparent 75%);
432
  background-image: -webkit-radial-gradient(50% 20%, 20% 100%, white, transparent 75%);
433
  color: white;
433
  color: white;
434
  font-family: serif;
434
  font-family: serif;
435
  font-size: 120%;
435
  font-size: 120%;
436
  font-weight: bold;
436
  font-weight: bold;
437
  line-height: 1;
437
  line-height: 1;
438
  text-align: center;
438
  text-align: center;
439
  text-transform: uppercase;
439
  text-transform: uppercase;
440
}
440
}
441
441
442
.dead-zone .text {
442
.dead-zone .text {
443
  display: block;
443
  display: block;
444
  margin-top: 1em;
444
  margin-top: 1em;
445
  padding: 0 1em;
445
  padding: 0 1em;
446
  background: white;
446
  background: white;
447
  background:
447
  background:
448
    -webkit-linear-gradient(-5deg, rgba(255, 255, 255, 0),
448
    -webkit-linear-gradient(-5deg, rgba(255, 255, 255, 0),
449
      rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)),
449
      rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)),
450
    -webkit-linear-gradient(5deg, rgba(255, 255, 255, 0),
450
    -webkit-linear-gradient(5deg, rgba(255, 255, 255, 0),
451
      rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
451
      rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
452
  background:
452
  background:
453
    linear-gradient(-5deg, rgba(255, 255, 255, 0),
453
    linear-gradient(-5deg, rgba(255, 255, 255, 0),
454
      rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)),
454
      rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)),
455
    linear-gradient(5deg, rgba(255, 255, 255, 0),
455
    linear-gradient(5deg, rgba(255, 255, 255, 0),
456
      rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
456
      rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
457
  color: black;
457
  color: black;
458
}
458
}
459
459
460
.dead-zone .text .dead {
460
.dead-zone .text .dead {
461
  display: block;
461
  display: block;
462
  top: -0.125em;
462
  top: -0.125em;
463
  position: relative;
463
  position: relative;
464
  font-size: 90%;
464
  font-size: 90%;
465
  color: #222;
465
  color: #222;
466
  text-shadow: 0 0 10px white;
466
  text-shadow: 0 0 10px white;
467
}
467
}
468
468
469
.dead-zone .text .zone {
469
.dead-zone .text .zone {
470
  display: block;
470
  display: block;
471
  position: relative;
471
  position: relative;
472
  top: -0.5em;
472
  top: -0.5em;
473
  font-size: 110%;
473
  font-size: 110%;
474
  <?php
474
  <?php
475
        Mixins::prefix_property('transform', '',
475
        Mixins::prefix_property('transform', '',
476
                'perspective(15px) rotateX(35deg)',
476
                'perspective(15px) rotateX(35deg)',
477
                array('-webkit-', ''));
477
                array('-webkit-', ''));
478
        ?>
478
        ?>
479
  -webkit-mask-image: -webkit-linear-gradient(
479
  -webkit-mask-image: -webkit-linear-gradient(
480
    rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.67));
480
    rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.67));
481
}
481
}
482
482
483
@font-face {
483
@font-face {
484
  font-family: "Doctor Who";
484
  font-family: "Doctor Who";
485
  src: local("Matt Smith Doctor Who"), url(/styles/fonts/matt_smith_doctor_who.ttf);
485
  src: local("Matt Smith Doctor Who"), url(/styles/fonts/matt_smith_doctor_who.ttf);
486
}
486
}
487
487
488
.doctor-who {
488
.doctor-who {
489
  position: relative;
489
  position: relative;
490
  color: #386688;
490
  color: #386688;
491
  font-family: "Doctor Who", serif;
491
  font-family: "Doctor Who", serif;
492
  font-size: 250%;
492
  font-size: 250%;
493
  text-transform: uppercase;
493
  text-transform: uppercase;
494
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
494
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
495
}
495
}
496
496
497
.doctor-who .gradient {
497
.doctor-who .gradient {
498
  position: absolute;
498
  position: absolute;
499
  left: 0;
499
  left: 0;
500
  top: 0;
500
  top: 0;
501
  -webkit-mask-image:
501
  -webkit-mask-image:
502
    -webkit-radial-gradient(0.15em 0.125em, 15% 50%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 1));
502
    -webkit-radial-gradient(0.15em 0.125em, 15% 50%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 1));
503
  z-index: 2;
503
  z-index: 2;
504
}
504
}
505
505
506
.doctor-who .gradient2 {
506
.doctor-who .gradient2 {
507
  -webkit-mask-image:
507
  -webkit-mask-image:
508
    -webkit-radial-gradient(1.2em 0.125em, 15% 50%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 1));
508
    -webkit-radial-gradient(1.2em 0.125em, 15% 50%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 1));
509
}
509
}
510
510
511
.doctor-who .gradient3 {
511
.doctor-who .gradient3 {
512
  -webkit-mask-image:
512
  -webkit-mask-image:
513
    -webkit-radial-gradient(2.4em 0.25em, 15% 50%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 1));
513
    -webkit-radial-gradient(2.4em 0.25em, 15% 50%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 1));
514
}
514
}
515
515
516
.doctor-who:after {
516
.doctor-who:after {
517
  content: "Doctor Who";
517
  content: "Doctor Who";
518
  color: #f7f9fb;
518
  color: #f7f9fb;
519
}
519
}
520
520
521
@font-face {
521
@font-face {
522
  font-family: "a_Futura Orto";
522
  font-family: "a_Futura Orto";
523
  src: local("Futura Orto"), url(/styles/fonts/a_futuraorto.ttf);
523
  src: local("Futura Orto"), url(/styles/fonts/a_futuraorto.ttf);
524
}
524
}
525
525
526
@font-face {
526
@font-face {
527
  font-family: "a_Futura Orto Bold";
527
  font-family: "a_Futura Orto Bold";
528
  src: local("Futura Orto Bold"), url(/styles/fonts/a_futuraorto_bold.ttf);
528
  src: local("Futura Orto Bold"), url(/styles/fonts/a_futuraorto_bold.ttf);
529
}
529
}
530
530
531
.efc {
531
.efc {
532
  position: relative;
532
  position: relative;
533
  display: inline-block;
533
  display: inline-block;
534
  background-color: #000;
534
  background-color: #000;
535
  background-image:
535
  background-image:
536
    /* Terra */
536
    /* Terra */
537
    -moz-radial-gradient(28.6541% -128%, circle, black 67%, #1C1F1C 71%, #394138 72.5%, transparent 73%),
537
    -moz-radial-gradient(28.6541% -128%, circle, black 67%, #1C1F1C 71%, #394138 72.5%, transparent 73%),
538
   
538
   
539
    /* Sol */
539
    /* Sol */
540
    -moz-radial-gradient(56.729378% 52.895753%, circle, #fafdfa 7.366136%, #f9c699 9%, transparent 33%);
540
    -moz-radial-gradient(56.729378% 52.895753%, circle, #fafdfa 7.366136%, #f9c699 9%, transparent 33%);
541
  background-image:
541
  background-image:
542
    /* Terra */
542
    /* Terra */
543
    -webkit-radial-gradient(28.654124% -155%, circle, black 67%, #1c1f1c 71%, #394138 72.5%, transparent 73%),
543
    -webkit-radial-gradient(28.654124% -155%, circle, black 67%, #1c1f1c 71%, #394138 72.5%, transparent 73%),
544
   
544
   
545
    /* Sol */
545
    /* Sol */
546
    -webkit-radial-gradient(55.137482% 42.084942%, circle, #fafdfa 7.366136%, #f9c699 9%, transparent 33%);
546
    -webkit-radial-gradient(55.137482% 42.084942%, circle, #fafdfa 7.366136%, #f9c699 9%, transparent 33%);
547
  color: #eeeeec;
547
  color: #eeeeec;
548
  font-family: "a_Futura Orto Bold", sans-serif;
548
  font-family: "a_Futura Orto Bold", sans-serif;
549
  line-height: 1em;
549
  line-height: 1em;
550
  text-align: center;
550
  text-align: center;
551
  text-transform: uppercase;
551
  text-transform: uppercase;
552
}
552
}
553
553
554
.efc .glare {
554
.efc .glare {
555
  position: absolute;
555
  position: absolute;
556
  left: 0;
556
  left: 0;
557
  right: 0;
557
  right: 0;
558
  top: 0;
558
  top: 0;
559
  bottom: 0;
559
  bottom: 0;
560
  background-image: -webkit-radial-gradient(56% 43%, 50% 8%, #fafdfa 14%, rgb(249, 198, 153) 15%, rgba(249, 198, 153, 0) 30%);
560
  background-image: -webkit-radial-gradient(56% 43%, 50% 8%, #fafdfa 14%, rgb(249, 198, 153) 15%, rgba(249, 198, 153, 0) 30%);
561
  -webkit-transform: rotate(-11.5deg);
561
  -webkit-transform: rotate(-11.5deg);
562
}
562
}
563
563
564
.efc:after {
564
.efc:after {
565
  position: absolute;
565
  position: absolute;
566
  left: 0;
566
  left: 0;
567
  right: 0;
567
  right: 0;
568
  top: 0;
568
  top: 0;
569
  bottom: 0;
569
  bottom: 0;
570
  content: "";
570
  content: "";
571
  background-image:
571
  background-image:
572
    -moz-radial-gradient(55.137482% 42.084942%,
572
    -moz-radial-gradient(55.137482% 42.084942%,
573
      rgba(255, 255, 255, 0.2) 18%,
573
      rgba(255, 255, 255, 0.2) 18%,
574
      rgba(255, 255, 255, 0.04));
574
      rgba(255, 255, 255, 0.04));
575
  background-image:
575
  background-image:
576
    -webkit-radial-gradient(55.137482% 42.084942%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.04));
576
    -webkit-radial-gradient(55.137482% 42.084942%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.04));
577
}
577
}
578
578
579
.efc .gr {
579
.efc .gr {
580
  display: block;
580
  display: block;
581
  margin-top: 1em;  
581
  margin-top: 1em;  
582
  margin-bottom: 2.5em;
582
  margin-bottom: 2.5em;
583
  font-family: "a_Futura Orto", sans-serif;
583
  font-family: "a_Futura Orto", sans-serif;
584
  font-size: 50%;
584
  font-size: 50%;
585
}
585
}
586
586
587
.efc .earth {
587
.efc .earth {
588
  position: relative;
588
  position: relative;
589
  display: block;
589
  display: block;
590
  padding: 0 0 0 0.35em;
590
  padding: 0 0 0 0.35em;
591
  font-size: x-large;
591
  font-size: x-large;
592
  letter-spacing: 0.35em;
592
  letter-spacing: 0.35em;
593
  color: #efd065;
593
  color: #efd065;
594
  line-height: 1em;
594
  line-height: 1em;
595
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
595
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
596
}
596
}
597
597
598
.earth .gradient {
598
.earth .gradient {
599
  position: absolute;
599
  position: absolute;
600
  padding: 0 0 0 0.35em;
600
  padding: 0 0 0 0.35em;
601
  left: 0;
601
  left: 0;
602
  top: 0;
602
  top: 0;
603
  -webkit-mask-image: -webkit-linear-gradient(
603
  -webkit-mask-image: -webkit-linear-gradient(
604
    rgba(255, 255, 255, 1), rgba(243, 205, 98, 0.5) 50%, rgba(0, 0, 0, 0));
604
    rgba(255, 255, 255, 1), rgba(243, 205, 98, 0.5) 50%, rgba(0, 0, 0, 0));
605
  z-index: 2;
605
  z-index: 2;
606
}
606
}
607
607
608
.efc .earth:after {
608
.efc .earth:after {
609
  content: "Earth";
609
  content: "Earth";
610
  color: #9b411a;
610
  color: #9b411a;
611
}
611
}
612
612
613
@font-face {
613
@font-face {
614
  font-family: "Troglodyte";
614
  font-family: "Troglodyte";
615
  src: local("Troglodyte"), url(/styles/fonts/TROGLO__.ttf);
615
  src: local("Troglodyte"), url(/styles/fonts/TROGLO__.ttf);
616
}
616
}
617
617
618
.efc .fc {
618
.efc .fc {
619
  position: relative;
619
  position: relative;
620
  top: -0.5em;
620
  top: -0.5em;
621
  display: block;
621
  display: block;
622
  color: #ac493d;
622
  color: #ac493d;
623
  font-family: "Troglodyte", sans-serif;
623
  font-family: "Troglodyte", sans-serif;
624
  font-size: 71%;
624
  font-size: 71%;
625
  line-height: normal;
625
  line-height: normal;
626
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
626
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
627
}
627
}
628
628
629
@font-face {
629
@font-face {
630
  font-family: "Interstate";
630
  font-family: "Interstate";
631
  src: local("Interstate"), url(/styles/fonts/non-free/interstate_ultra-black_condensed.ttf);
631
  src: local("Interstate"), url(/styles/fonts/non-free/interstate_ultra-black_condensed.ttf);
632
}
632
}
633
633
634
.eureka {
634
.eureka {
635
  position: relative;
635
  position: relative;
636
  padding: 0.25em 0.5em 0.125em 0.5em;
636
  padding: 0.25em 0.5em 0.125em 0.5em;
637
  font-family: "Interstate", sans-serif;
637
  font-family: "Interstate", sans-serif;
638
  font-size: 130%;
638
  font-size: 130%;
639
  background-color: #8de5f9;
639
  background-color: #8de5f9;
640
  background-image: -moz-radial-gradient(bottom, ellipse,
640
  background-image: -moz-radial-gradient(bottom, ellipse,
641
    #f4fff7 20%, #8de5f9, #285e8d);
641
    #f4fff7 20%, #8de5f9, #285e8d);
642
  background-image: -webkit-radial-gradient(bottom, 100% 125%,
642
  background-image: -webkit-radial-gradient(bottom, 100% 125%,
643
    #f4fff7 20%, #8de5f9, #285e8d);
643
    #f4fff7 20%, #8de5f9, #285e8d);
644
  color: rgb(251, 254, 247);
644
  color: rgb(251, 254, 247);
645
  color: rgba(255, 255, 255, 0.9);
645
  color: rgba(255, 255, 255, 0.9);
646
  text-shadow: 0 -1px rgb(77, 148, 168), 1px 0 1px rgb(168, 217, 231),
646
  text-shadow: 0 -1px rgb(77, 148, 168), 1px 0 1px rgb(168, 217, 231),
647
    1px -1px rgb(77, 148, 168);
647
    1px -1px rgb(77, 148, 168);
648
  text-shadow: 0 -1px rgba(77, 148, 168, 0.9), 1px 0 1px rgba(168, 217, 231, 0.9),
648
  text-shadow: 0 -1px rgba(77, 148, 168, 0.9), 1px 0 1px rgba(168, 217, 231, 0.9),
649
    1px -1px rgba(77, 148, 168, 0.9);
649
    1px -1px rgba(77, 148, 168, 0.9);
650
}
650
}
651
651
652
.eureka .gradient {
652
.eureka .gradient {
653
  display: inline-block;
653
  display: inline-block;
654
  <?php
654
  <?php
655
    Mixins::prefix_property('transform', '',
655
    Mixins::prefix_property('transform', '',
656
        'matrix(1, 0, 0, 0.9, 0, 0)',
656
        'matrix(1, 0, 0, 0.9, 0, 0)',
657
        array('-moz-', '-webkit-', ''));
657
        array('-moz-', '-webkit-', ''));
658
  ?>
658
  ?>
659
/*
659
/*
660
  position: absolute;
660
  position: absolute;
661
  padding: 0.25em 0.5em 0.125em 0.5em;
661
  padding: 0.25em 0.5em 0.125em 0.5em;
662
  left: 0;
662
  left: 0;
663
  top: 0;
663
  top: 0;
664
  -webkit-mask-image: -webkit-linear-gradient(
664
  -webkit-mask-image: -webkit-linear-gradient(
665
    rgba(0, 0, 0, 1) 30%, transparent 55%, rgba(0, 0, 0, 1) 80%);
665
    rgba(0, 0, 0, 1) 30%, transparent 55%, rgba(0, 0, 0, 1) 80%);
666
  z-index: 2;
666
  z-index: 2;
667
*/
667
*/
668
}
668
}
669
/*
669
/*
670
.eureka:after {
670
.eureka:after {
671
  content: "EUReKA";
671
  content: "EUReKA";
672
  color: red;
672
  color: red;
673
}
673
}
674
*/
674
*/
675
675
676
.eureka .eur {
676
.eureka .eur {
677
  text-transform: uppercase;
677
  text-transform: uppercase;
678
}
678
}
679
679
680
.eureka .e {
680
.eureka .e {
681
  display: inline-block;
681
  display: inline-block;
682
  position: relative;
682
  position: relative;
683
  bottom: 0.25em;
683
  bottom: 0.25em;
684
  text-shadow: 0 1px 1px rgb(168, 217, 231), 0 1px rgb(77, 148, 168);
684
  text-shadow: 0 1px 1px rgb(168, 217, 231), 0 1px rgb(77, 148, 168);
685
  text-shadow: 0 1px 1px rgba(168, 217, 231, 0.9), 0 1px rgba(77, 148, 168, 0.9);
685
  text-shadow: 0 1px 1px rgba(168, 217, 231, 0.9), 0 1px rgba(77, 148, 168, 0.9);
686
 
686
 
687
  -moz-transform: matrix(1, 0, 0, 0.9, 0, 0);
687
  -moz-transform: matrix(1, 0, 0, 0.9, 0, 0);
688
  -moz-transform: perspective(50px) rotateX(45deg);
688
  -moz-transform: perspective(50px) rotateX(45deg);
689
  -o-transform: matrix(1, 0, 0, 0.9, 0, 0);
689
  -o-transform: matrix(1, 0, 0, 0.9, 0, 0);
690
  -ms-transform: matrix(1, 0, 0, 0.9, 0, 0);
690
  -ms-transform: matrix(1, 0, 0, 0.9, 0, 0);
691
  -webkit-transform: perspective(50px) rotateX(45deg);
691
  -webkit-transform: perspective(50px) rotateX(45deg);
692
  transform: perspective(50px) rotateX(45deg);
692
  transform: perspective(50px) rotateX(45deg);
693
}
693
}
694
694
695
.eureka .ka {
695
.eureka .ka {
696
  text-shadow: -1px 0 1px rgb(168, 217, 231), -1px -1px rgb(77, 148, 168),
696
  text-shadow: -1px 0 1px rgb(168, 217, 231), -1px -1px rgb(77, 148, 168),
697
    0 -1px rgb(77, 148, 168);
697
    0 -1px rgb(77, 148, 168);
698
  text-shadow: -1px 0 1px rgba(168, 217, 231, 0.9), -1px -1px rgba(77, 148, 168, 0.9),
698
  text-shadow: -1px 0 1px rgba(168, 217, 231, 0.9), -1px -1px rgba(77, 148, 168, 0.9),
699
    0 -1px rgba(77, 148, 168, 0.9);  
699
    0 -1px rgba(77, 148, 168, 0.9);  
700
  text-transform: uppercase;
700
  text-transform: uppercase;
701
}
701
}
702
702
703
@font-face {
703
@font-face {
704
  font-family: "Marriage-Script";
704
  font-family: "Marriage-Script";
705
  font-weight: normal;
705
  font-weight: normal;
706
  src: local("Marriage-Script"), url(/styles/fonts/MARRIAGE.TTF);
706
  src: local("Marriage-Script"), url(/styles/fonts/MARRIAGE.TTF);
707
}
707
}
708
708
709
.firefly {
709
.firefly {
710
  display: inline-block;
710
  display: inline-block;
711
  padding: 0.4em 0.8em 0.4em 0.95em;
711
  padding: 0.4em 0.8em 0.4em 0.95em;
712
  background-color: #762109;
712
  background-color: #762109;
713
  <?php
713
  <?php
714
    Mixins::linear_gradient('background-image',
714
    Mixins::linear_gradient('background-image',
715
        'rgba(73, 1, 2, 0.8) 15%,
715
        'rgba(73, 1, 2, 0.8) 15%,
716
         rgba(155, 73, 49, 0) 15%, rgba(155, 73, 49, 0) 85%,
716
         rgba(155, 73, 49, 0) 15%, rgba(155, 73, 49, 0) 85%,
717
         rgba(73, 1, 2, 0.8) 85%, rgba(73, 1, 2, 0.8)');
717
         rgba(73, 1, 2, 0.8) 85%, rgba(73, 1, 2, 0.8)');
718
  ?>
718
  ?>
719
        color: #fefcff;
719
        color: #fefcff;
720
  font-family: "Marriage-Script", cursive;
720
  font-family: "Marriage-Script", cursive;
721
  font-size: 160%;
721
  font-size: 160%;
722
  text-shadow: -1px 0px 1px #300202, 2px 2px 4px #fed700, 0px 0px 4px #270201;
722
  text-shadow: -1px 0px 1px #300202, 2px 2px 4px #fed700, 0px 0px 4px #270201;
723
  text-transform: lowercase;
723
  text-transform: lowercase;
724
}
724
}
725
725
726
.firefly .e {
726
.firefly .e {
727
  text-shadow: 0px 0px 4px #fed700;
727
  text-shadow: 0px 0px 4px #fed700;
728
}
728
}
729
729
730
@font-face {
730
@font-face {
731
  font-family: "Middleton";
731
  font-family: "Middleton";
732
  src: url(/styles/fonts/non-free/middleto.ttf);
732
  src: url(/styles/fonts/non-free/middleto.ttf);
733
}
733
}
734
734
735
.frasier {
735
.frasier {
736
  font-family: "Middleton", sans-serif;
736
  font-family: "Middleton", sans-serif;
737
  font-size: 120%;
737
  font-size: 120%;
738
  text-transform: uppercase;
738
  text-transform: uppercase;
739
}
739
}
740
740
741
.frasier span {
741
.frasier span {
742
  font-size: 75%;
742
  font-size: 75%;
743
}
743
}
744
744
745
.fresh-hell {
745
.fresh-hell {
746
  position: relative;
746
  position: relative;
747
  background-color: white;
747
  background-color: white;
748
  color: #fff900;
748
  color: #fff900;
749
  font-family: Kruella, fantasy;
749
  font-family: Kruella, fantasy;
750
  font-size: 150%;
750
  font-size: 150%;
751
  text-transform: uppercase;
751
  text-transform: uppercase;
752
  white-space: nowrap;
752
  white-space: nowrap;
753
  -webkit-text-stroke: 0.25px #333;
753
  -webkit-text-stroke: 0.25px #333;
754
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
754
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
755
}
755
}
756
756
757
.fresh-hell .gradient {
757
.fresh-hell .gradient {
758
  position: absolute;
758
  position: absolute;
759
  left: 0;
759
  left: 0;
760
  top: 0;
760
  top: 0;
761
  -webkit-mask-image: -webkit-linear-gradient(
761
  -webkit-mask-image: -webkit-linear-gradient(
762
    rgba(0, 0, 0, 1), transparent);
762
    rgba(0, 0, 0, 1), transparent);
763
  z-index: 2;
763
  z-index: 2;
764
}
764
}
765
765
766
.fresh-hell:after {
766
.fresh-hell:after {
767
  content: "Fresh Hell";
767
  content: "Fresh Hell";
768
  color: #bf170a;
768
  color: #bf170a;
769
}
769
}
770
770
771
@font-face {
771
@font-face {
772
  font-family: "Century Gothic";
772
  font-family: "Century Gothic";
773
  src: local("Century Gothic"), url(/styles/fonts/non-free/Century_Gothic.TTF);
773
  src: local("Century Gothic"), url(/styles/fonts/non-free/Century_Gothic.TTF);
774
}
774
}
775
775
776
.fringe {
776
.fringe {
777
  display: inline-block;
777
  display: inline-block;
778
  padding: 0.125em 0.5em 0.125em 0.5em;
778
  padding: 0.125em 0.5em 0.125em 0.5em;
779
  background-color: #000;
779
  background-color: #000;
780
  background-image: -moz-radial-gradient(center, #D6DBD3 4%, #7d9b9d 60%, black);
780
  background-image: -moz-radial-gradient(center, #D6DBD3 4%, #7d9b9d 60%, black);
781
  background-image: -webkit-radial-gradient(center, 67% 67%, #D6DBD3 4%, #7d9b9d 60%, black);
781
  background-image: -webkit-radial-gradient(center, 67% 67%, #D6DBD3 4%, #7d9b9d 60%, black);
782
  color: #101811;
782
  color: #101811;
783
  font-family: "Century Gothic", sans-serif;
783
  font-family: "Century Gothic", sans-serif;
784
  font-weight: bolder;
784
  font-weight: bolder;
785
  font-size: 140%;
785
  font-size: 140%;
786
  text-transform: uppercase;
786
  text-transform: uppercase;
787
}
787
}
788
788
789
.fringe .gradient {
789
.fringe .gradient {
790
  display: inline-block;
790
  display: inline-block;
791
  /*
791
  /*
792
  -webkit-mask-image: -webkit-radial-gradient(center, 150% 150%,
792
  -webkit-mask-image: -webkit-radial-gradient(center, 150% 150%,
793
    rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.125));
793
    rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.125));
794
  */
794
  */
795
        <?php
795
        <?php
796
          Mixins::prefix_property('transform', '',
796
          Mixins::prefix_property('transform', '',
797
                'perspective(50px) rotateX(4.43deg)',
797
                'perspective(50px) rotateX(4.43deg)',
798
                array('-moz-', '-webkit-', ''));
798
                array('-moz-', '-webkit-', ''));
799
        ?>
799
        ?>
800
}
800
}
801
801
802
.fringe .f {
802
.fringe .f {
803
  display: inline-block;
803
  display: inline-block;
804
804
805
  /*-webkit-transform: matrix(1, 0, -0.06, 1, 0, 0);*/
805
  /*-webkit-transform: matrix(1, 0, -0.06, 1, 0, 0);*/
806
  text-shadow:
806
  text-shadow:
807
     0.5px   0.25px #5b6e65,
807
     0.5px   0.25px #5b6e65,
808
     0.75px  0.5px  #5b6e65,
808
     0.75px  0.5px  #5b6e65,
809
     1.25px  0.75px #5b6e65,
809
     1.25px  0.75px #5b6e65,
810
     1.5px   1.25px #5b6e65,
810
     1.5px   1.25px #5b6e65,
811
     1.75px  1.5px  #5b6e65,
811
     1.75px  1.5px  #5b6e65,
812
     2px     1.75px #5b6e65,
812
     2px     1.75px #5b6e65,
813
     2.25px     2px #5b6e65;
813
     2.25px     2px #5b6e65;
814
 
814
 
815
  /* text-shadow: 1px 0.75px 2px #5b6e65, 1px 1.75px 0px #758278; */
815
  /* text-shadow: 1px 0.75px 2px #5b6e65, 1px 1.75px 0px #758278; */
816
  /* shadow-pos: y = -0.83909963 * x */
816
  /* shadow-pos: y = -0.83909963 * x */
817
/*
817
/*
818
  text-shadow: 0.5px 0.25px #111910, 0.75px 0.5px #111910,
818
  text-shadow: 0.5px 0.25px #111910, 0.75px 0.5px #111910,
819
    1.25px 0.75px #111910, 1.5px 1.25px #111910, 1.75px 1.5px #111910,
819
    1.25px 0.75px #111910, 1.5px 1.25px #111910, 1.75px 1.5px #111910,
820
    1.75px 1.5px #111910, 2.25px 1.75px #111910;
820
    1.75px 1.5px #111910, 2.25px 1.75px #111910;
821
 */    
821
 */    
822
}
822
}
823
823
824
.fringe .r {
824
.fringe .r {
825
  display: inline-block;
825
  display: inline-block;
826
  /*-webkit-transform: matrix(1, 0, -0.04, 1, 0, 0);*/
826
  /*-webkit-transform: matrix(1, 0, -0.04, 1, 0, 0);*/
827
  /*
827
  /*
828
  text-shadow:
828
  text-shadow:
829
     0.25px   0.25px $fringe_shadow,
829
     0.25px   0.25px $fringe_shadow,
830
     0.5px    0.5px  $fringe_shadow,
830
     0.5px    0.5px  $fringe_shadow,
831
     1px      0.75px $fringe_shadow,
831
     1px      0.75px $fringe_shadow,
832
     1.25px   1.25px $fringe_shadow,
832
     1.25px   1.25px $fringe_shadow,
833
     1.5px    1.5px  $fringe_shadow,
833
     1.5px    1.5px  $fringe_shadow,
834
     1.75px   1.75px $fringe_shadow,
834
     1.75px   1.75px $fringe_shadow,
835
     2px      2px    $fringe_shadow;
835
     2px      2px    $fringe_shadow;
836
  */
836
  */
837
  /* Same shadow as .f */
837
  /* Same shadow as .f */
838
  text-shadow:
838
  text-shadow:
839
     0.5px   0.25px #5b6e65,
839
     0.5px   0.25px #5b6e65,
840
     0.75px  0.5px  #5b6e65,
840
     0.75px  0.5px  #5b6e65,
841
     1.25px  0.75px #5b6e65,
841
     1.25px  0.75px #5b6e65,
842
     1.5px   1.25px #5b6e65,
842
     1.5px   1.25px #5b6e65,
843
     1.75px  1.5px  #5b6e65,
843
     1.75px  1.5px  #5b6e65,
844
     2px     1.75px #5b6e65,
844
     2px     1.75px #5b6e65,
845
     2.25px     2px #5b6e65;
845
     2.25px     2px #5b6e65;
846
}
846
}
847
847
848
.fringe .i {
848
.fringe .i {
849
  display: inline-block;
849
  display: inline-block;
850
  /* -webkit-transform: matrix(1, 0, -0.02, 1, 0, 0); */
850
  /* -webkit-transform: matrix(1, 0, -0.02, 1, 0, 0); */
851
  /*
851
  /*
852
  text-shadow:
852
  text-shadow:
853
     0      0.25px $fringe_shadow,
853
     0      0.25px $fringe_shadow,
854
     0.5px  0.5px  $fringe_shadow,
854
     0.5px  0.5px  $fringe_shadow,
855
     0.75px 0.75px $fringe_shadow,
855
     0.75px 0.75px $fringe_shadow,
856
     1px    1.25px $fringe_shadow,
856
     1px    1.25px $fringe_shadow,
857
     1.25px 1.5px  $fringe_shadow,
857
     1.25px 1.5px  $fringe_shadow,
858
     1.5px  1.75px $fringe_shadow,
858
     1.5px  1.75px $fringe_shadow,
859
     1.75px 2px    $fringe_shadow;
859
     1.75px 2px    $fringe_shadow;
860
   */
860
   */
861
  /* Same shadow as .f */
861
  /* Same shadow as .f */
862
  text-shadow:
862
  text-shadow:
863
     0.5px   0.25px #5b6e65,
863
     0.5px   0.25px #5b6e65,
864
     0.75px  0.5px  #5b6e65,
864
     0.75px  0.5px  #5b6e65,
865
     1.25px  0.75px #5b6e65,
865
     1.25px  0.75px #5b6e65,
866
     1.5px   1.25px #5b6e65,
866
     1.5px   1.25px #5b6e65,
867
     1.75px  1.5px  #5b6e65,
867
     1.75px  1.5px  #5b6e65,
868
     2px     1.75px #5b6e65,
868
     2px     1.75px #5b6e65,
869
     2.25px     2px #5b6e65;
869
     2.25px     2px #5b6e65;
870
}
870
}
871
871
872
.fringe .n {
872
.fringe .n {
873
  display: inline-block;
873
  display: inline-block;
874
  /*- webkit-transform: matrix(1, 0, -0.01, 1, 0, 0); */
874
  /*- webkit-transform: matrix(1, 0, -0.01, 1, 0, 0); */
875
  text-shadow:
875
  text-shadow:
876
    0  0.25px #5b6e65,
876
    0  0.25px #5b6e65,
877
    0  0.5px  #5b6e65,
877
    0  0.5px  #5b6e65,
878
    0  0.75px #5b6e65,
878
    0  0.75px #5b6e65,
879
    0  1.25px #5b6e65,
879
    0  1.25px #5b6e65,
880
    0  1.5px  #5b6e65,
880
    0  1.5px  #5b6e65,
881
    0  1.75px #5b6e65,
881
    0  1.75px #5b6e65,
882
    0  2px    #5b6e65;
882
    0  2px    #5b6e65;
883
}
883
}
884
884
885
.fringe .g {
885
.fringe .g {
886
  display: inline-block;
886
  display: inline-block;
887
  /* -webkit-transform: matrix(1, 0, 0.01, 1, 0, 0); */
887
  /* -webkit-transform: matrix(1, 0, 0.01, 1, 0, 0); */
888
  /* text-shadow:
888
  /* text-shadow:
889
      0      0.25px $fringe_shadow,
889
      0      0.25px $fringe_shadow,
890
     -0.5px  0.5px  $fringe_shadow,
890
     -0.5px  0.5px  $fringe_shadow,
891
     -0.75px 0.75px $fringe_shadow,
891
     -0.75px 0.75px $fringe_shadow,
892
     -1px    1.25px $fringe_shadow,
892
     -1px    1.25px $fringe_shadow,
893
     -1.25px 1.5px  $fringe_shadow,
893
     -1.25px 1.5px  $fringe_shadow,
894
     -1.5px  1.75px $fringe_shadow,
894
     -1.5px  1.75px $fringe_shadow,
895
     -1.75px 2px    $fringe_shadow; */
895
     -1.75px 2px    $fringe_shadow; */
896
  /* Same shadow as .e */
896
  /* Same shadow as .e */
897
  text-shadow:
897
  text-shadow:
898
    -0.25px 0.25px #5b6e65,
898
    -0.25px 0.25px #5b6e65,
899
    -0.5px  0.5px  #5b6e65,
899
    -0.5px  0.5px  #5b6e65,
900
    -1px    0.75px #5b6e65,
900
    -1px    0.75px #5b6e65,
901
    -1.25px 1.25px #5b6e65,
901
    -1.25px 1.25px #5b6e65,
902
    -1.5px  1.5px  #5b6e65,
902
    -1.5px  1.5px  #5b6e65,
903
    -1.75px 1.75px #5b6e65,
903
    -1.75px 1.75px #5b6e65,
904
    -2px    2px    #5b6e65;
904
    -2px    2px    #5b6e65;
905
}
905
}
906
906
907
.fringe .e {
907
.fringe .e {
908
  display: inline-block;
908
  display: inline-block;
909
  /* -webkit-transform: matrix(1, 0, 0.02, 1, 0, 0); */
909
  /* -webkit-transform: matrix(1, 0, 0.02, 1, 0, 0); */
910
  text-shadow:
910
  text-shadow:
911
    -0.25px 0.25px #5b6e65,
911
    -0.25px 0.25px #5b6e65,
912
    -0.5px  0.5px  #5b6e65,
912
    -0.5px  0.5px  #5b6e65,
913
    -1px    0.75px #5b6e65,
913
    -1px    0.75px #5b6e65,
914
    -1.25px 1.25px #5b6e65,
914
    -1.25px 1.25px #5b6e65,
915
    -1.5px  1.5px  #5b6e65,
915
    -1.5px  1.5px  #5b6e65,
916
    -1.75px 1.75px #5b6e65,
916
    -1.75px 1.75px #5b6e65,
917
    -2px    2px    #5b6e65;
917
    -2px    2px    #5b6e65;
918
}
918
}
919
919
920
@font-face {
920
@font-face {
921
  font-family: "Futurama Title";
921
  font-family: "Futurama Title";
922
  src: local("Futurama Title"), url(/styles/fonts/futurama-title.ttf);
922
  src: local("Futurama Title"), url(/styles/fonts/futurama-title.ttf);
923
}
923
}
924
924
925
.futurama {
925
.futurama {
926
  display: block;
926
  display: block;
927
  padding-top: 0.5em;
927
  padding-top: 0.5em;
928
  font-family: "Futurama Title", serif;
928
  font-family: "Futurama Title", serif;
929
  text-transform: uppercase;
929
  text-transform: uppercase;
930
  line-height: 1em;
930
  line-height: 1em;
931
  -webkit-transform: translateX(-0.67em);
931
  -webkit-transform: translateX(-0.67em);
932
}
932
}
933
933
934
.futurama span {
934
.futurama span {
935
  display: inline-block;
935
  display: inline-block;
936
   line-height: 1em;
936
   line-height: 1em;
937
}
937
}
938
938
939
.futurama .f {
939
.futurama .f {
940
  -webkit-transform: rotate(-36deg) translateY(0.125em);
940
  -webkit-transform: rotate(-36deg) translateY(0.125em);
941
}
941
}
942
942
943
.futurama .u {
943
.futurama .u {
944
  -webkit-transform: rotate(-25.7deg) translateX(0.25em) translateY(-0.25em);
944
  -webkit-transform: rotate(-25.7deg) translateX(0.25em) translateY(-0.25em);
945
}
945
}
946
946
947
.futurama .t {
947
.futurama .t {
948
  -webkit-transform: rotate(-15.4deg) translateX(0.33em) translateY(-0.625em);
948
  -webkit-transform: rotate(-15.4deg) translateX(0.33em) translateY(-0.625em);
949
}
949
}
950
950
951
.futurama .u2 {
951
.futurama .u2 {
952
  -webkit-transform: rotate(-5.1deg) translateX(0.4em) translateY(-0.825em);
952
  -webkit-transform: rotate(-5.1deg) translateX(0.4em) translateY(-0.825em);
953
}
953
}
954
954
955
.futurama .r {
955
.futurama .r {
956
  -webkit-transform: rotate(5.1deg) translateX(0.45em) translateY(-0.95em);
956
  -webkit-transform: rotate(5.1deg) translateX(0.45em) translateY(-0.95em);
957
}
957
}
958
958
959
.futurama .a {
959
.futurama .a {
960
  -webkit-transform: rotate(15.4deg) translateX(0.5em) translateY(-0.9em);
960
  -webkit-transform: rotate(15.4deg) translateX(0.5em) translateY(-0.9em);
961
}
961
}
962
962
963
.futurama .m {
963
.futurama .m {
964
  -webkit-transform: rotate(25.7deg) translateX(0.55em) translateY(-0.7em);
964
  -webkit-transform: rotate(25.7deg) translateX(0.55em) translateY(-0.7em);
965
}
965
}
966
966
967
.futurama .a2 {
967
.futurama .a2 {
968
  -webkit-transform: rotate(36deg) translateX(0.67em) translateY(-0.4em);
968
  -webkit-transform: rotate(36deg) translateX(0.67em) translateY(-0.4em);
969
}
969
}
970
970
971
@font-face {
971
@font-face {
972
  font-family: "ITC Avant Garde Gothic Medium";
972
  font-family: "ITC Avant Garde Gothic Medium";
973
  src: local("ITC Avant Garde Gothic Medium"), local("ITC Avant Garde Gothic"),
973
  src: local("ITC Avant Garde Gothic Medium"), local("ITC Avant Garde Gothic"),
974
    url(/styles/fonts/non-free/itc_avant_garde_gothic--lte52011.ttf);
974
    url(/styles/fonts/non-free/itc_avant_garde_gothic--lte52011.ttf);
975
}
975
}
976
976
977
.glee {
977
.glee {
978
  padding: 0.125em 0.5em;
978
  padding: 0.125em 0.5em;
979
  /* background-image: -moz-radial-gradient(#FFEA8C, #FFD727);
979
  /* background-image: -moz-radial-gradient(#FFEA8C, #FFD727);
980
  background-image: -webkit-radial-gradient(#FFEA8C, #FFD727);
980
  background-image: -webkit-radial-gradient(#FFEA8C, #FFD727);
981
  background-color: #FFD727; */
981
  background-color: #FFD727; */
982
  background-color: #000;
982
  background-color: #000;
983
  color: #fff;
983
  color: #fff;
984
  font-family: "ITC Avant Garde Gothic Medium", sans-serif;
984
  font-family: "ITC Avant Garde Gothic Medium", sans-serif;
985
  font-size: 120%;
985
  font-size: 120%;
986
  text-transform: lowercase;
986
  text-transform: lowercase;
987
  letter-spacing: -0.0625em;
987
  letter-spacing: -0.0625em;
988
}
988
}
989
989
990
.glee .lee {
990
.glee .lee {
991
  letter-spacing: -0.125em;
991
  letter-spacing: -0.125em;
992
}
992
}
993
993
994
@font-face {
994
@font-face {
995
  font-family: "SKM Avant Garde Two";
995
  font-family: "SKM Avant Garde Two";
996
  src: local("SKM Avant Garde Two"), url(/styles/fonts/non-free/SKM%20Avant%20Garde%20Two.ttf);
996
  src: local("SKM Avant Garde Two"), url(/styles/fonts/non-free/SKM%20Avant%20Garde%20Two.ttf);
997
}
997
}
998
998
999
.heroes {
999
.heroes {
1000
  display: inline-block;
1000
  display: inline-block;
1001
  position: relative;
1001
  position: relative;
1002
  padding: 0.325em 0.75em 0.2em 0.75em;
1002
  padding: 0.325em 0.75em 0.2em 0.75em;
1003
  background-color: black;
1003
  background-color: black;
1004
  color: #fff;
1004
  color: #fff;
1005
  font-family: "SKM Avant Garde Two", sans-serif;
1005
  font-family: "SKM Avant Garde Two", sans-serif;
1006
  text-transform: uppercase;
1006
  text-transform: uppercase;
1007
  letter-spacing: 0.5em;
1007
  letter-spacing: 0.5em;
1008
}
1008
}
1009
1009
1010
.heroes .o {
1010
.heroes .o {
1011
  position: relative;
1011
  position: relative;
1012
  color: #ffffed;
1012
  color: #ffffed;
1013
  padding: 0.25em 0.125em;
1013
  padding: 0.25em 0.125em;
1014
}
1014
}
1015
1015
1016
.heroes .o:after {
1016
.heroes .o:after {
1017
  position: absolute;
1017
  position: absolute;
1018
  left: -0.25em;
1018
  left: -0.25em;
1019
  top: 0;
1019
  top: 0;
1020
  right: 0;
1020
  right: 0;
1021
  bottom: 0;
1021
  bottom: 0;
1022
  background-image:
1022
  background-image:
1023
    /* glare */
1023
    /* glare */
1024
    -webkit-radial-gradient(48% 20%, circle, #ffffff 0%, #ffffff 7%,
1024
    -webkit-radial-gradient(48% 20%, circle, #ffffff 0%, #ffffff 7%,
1025
      rgb(250, 226, 182) 8%, rgba(250, 226, 182, 0) 23%),
1025
      rgb(250, 226, 182) 8%, rgba(250, 226, 182, 0) 23%),
1026
     
1026
     
1027
    /* moon */
1027
    /* moon */
1028
    -webkit-radial-gradient(41% 50%, circle, black 35%, transparent 40%),
1028
    -webkit-radial-gradient(41% 50%, circle, black 35%, transparent 40%),
1029
   
1029
   
1030
    /* corona */
1030
    /* corona */
1031
    -webkit-radial-gradient(41% 50%, circle, #f5eccd 35%, transparent 50%),
1031
    -webkit-radial-gradient(41% 50%, circle, #f5eccd 35%, transparent 50%),
1032
   
1032
   
1033
    /* flares */
1033
    /* flares */
1034
    -webkit-radial-gradient(44% 44%, circle, #ffffff 35%, transparent 55%);
1034
    -webkit-radial-gradient(44% 44%, circle, #ffffff 35%, transparent 55%);
1035
   
1035
   
1036
  content: "";
1036
  content: "";
1037
}
1037
}
1038
1038
1039
.heroes .s {
1039
.heroes .s {
1040
  letter-spacing: normal;
1040
  letter-spacing: normal;
1041
}
1041
}
1042
1042
1043
@font-face {
1043
@font-face {
1044
  font-family: "House";
1044
  font-family: "House";
1045
  src: local("House"), url(/styles/fonts/House.ttf);
1045
  src: local("House"), url(/styles/fonts/House.ttf);
1046
}
1046
}
1047
1047
1048
.house {
1048
.house {
1049
  /* text-transform: uppercase; */
1049
  /* text-transform: uppercase; */
1050
}
1050
}
1051
1051
1052
.house .h {
1052
.house .h {
1053
  font-family: House, sans-serif;
1053
  font-family: House, sans-serif;
1054
  /*
1054
  /*
1055
  display: inline-block;
1055
  display: inline-block;
1056
  border: 1px solid black;
1056
  border: 1px solid black;
1057
  width: 1em;
1057
  width: 1em;
1058
  height: 1em;
1058
  height: 1em;
1059
  line-height: 1em;
1059
  line-height: 1em;
1060
  text-align: center;
1060
  text-align: center;
1061
  margin-right: 0.125em;
1061
  margin-right: 0.125em;
1062
  */
1062
  */
1063
}
1063
}
1064
1064
1065
.house .ouse {
1065
.house .ouse {
1066
  font-family: House, sans-serif;
1066
  font-family: House, sans-serif;
1067
  /* text-decoration: underline; */
1067
  /* text-decoration: underline; */
1068
}
1068
}
1069
1069
1070
.house .md {
1070
.house .md {
1071
  position: relative;
1071
  position: relative;
1072
  bottom: -0.4em;
1072
  bottom: -0.4em;
1073
  font-size: 0.6em;
1073
  font-size: 0.6em;
1074
}
1074
}
1075
1075
1076
.house .md-de {
1076
.house .md-de {
1077
  position: relative;
1077
  position: relative;
1078
  font-size: 0.6em;
1078
  font-size: 0.6em;
1079
  text-decoration: underline;
1079
  text-decoration: underline;
1080
}
1080
}
1081
1081
1082
@font-face {
1082
@font-face {
1083
  font-family: "MacEnvy DB";
1083
  font-family: "MacEnvy DB";
1084
  src: local("MacEnvy DB"), url(/styles/fonts/MacEnvy_DB-Regular.ttf);
1084
  src: local("MacEnvy DB"), url(/styles/fonts/MacEnvy_DB-Regular.ttf);
1085
}
1085
}
1086
1086
1087
.ijon-tichy {
1087
.ijon-tichy {
1088
  display: inline-block;
1088
  display: inline-block;
1089
  padding: 0.25em 0.5em;
1089
  padding: 0.25em 0.5em;
1090
  background-color: #000;
1090
  background-color: #000;
1091
  color: #B9B7BA;
1091
  color: #B9B7BA;
1092
  line-height: 1em;
1092
  line-height: 1em;
1093
  font-family: "MacEnvy DB", sans-serif;
1093
  font-family: "MacEnvy DB", sans-serif;
1094
  text-align: center;
1094
  text-align: center;
1095
  text-transform: uppercase;
1095
  text-transform: uppercase;
1096
}
1096
}
1097
1097
1098
.ijon-tichy .title {
1098
.ijon-tichy .title {
1099
  display: block;
1099
  display: block;
1100
  letter-spacing: 0.0625em;
1100
  letter-spacing: 0.0625em;
1101
}
1101
}
1102
1102
1103
.ijon-tichy .title .i {
1103
.ijon-tichy .title .i {
1104
  text-shadow: 1.5px 0.5px #59575A, 2px 0.75px #59575A;
1104
  text-shadow: 1.5px 0.5px #59575A, 2px 0.75px #59575A;
1105
}
1105
}
1106
1106
1107
.ijon-tichy .title .j {
1107
.ijon-tichy .title .j {
1108
  text-shadow: 1.5px 0.5px #59575A, 1.5px 0.75px #59575A;
1108
  text-shadow: 1.5px 0.5px #59575A, 1.5px 0.75px #59575A;
1109
}
1109
}
1110
1110
1111
.ijon-tichy .title .o {
1111
.ijon-tichy .title .o {
1112
  text-shadow: 1.5px 0.5px #59575A, 1px 0.75px #59575A;
1112
  text-shadow: 1.5px 0.5px #59575A, 1px 0.75px #59575A;
1113
}
1113
}
1114
1114
1115
.ijon-tichy .title .n {
1115
.ijon-tichy .title .n {
1116
  text-shadow: 1px 0.75px #59575A;
1116
  text-shadow: 1px 0.75px #59575A;
1117
}
1117
}
1118
1118
1119
.ijon-tichy .title .t {
1119
.ijon-tichy .title .t {
1120
  text-shadow: 0 0.75px #59575A;
1120
  text-shadow: 0 0.75px #59575A;
1121
}
1121
}
1122
1122
1123
.ijon-tichy .title .i2 {
1123
.ijon-tichy .title .i2 {
1124
  text-shadow: -0.5px 0.75px #59575A;
1124
  text-shadow: -0.5px 0.75px #59575A;
1125
}
1125
}
1126
1126
1127
.ijon-tichy .title .c {
1127
.ijon-tichy .title .c {
1128
  text-shadow: -1px 0.75px #59575A;
1128
  text-shadow: -1px 0.75px #59575A;
1129
}
1129
}
1130
1130
1131
.ijon-tichy .title .h {
1131
.ijon-tichy .title .h {
1132
  text-shadow: -1.5px 0.75px #59575A, -1px 0.5px #59575A;
1132
  text-shadow: -1.5px 0.75px #59575A, -1px 0.5px #59575A;
1133
}
1133
}
1134
1134
1135
.ijon-tichy .title .y {
1135
.ijon-tichy .title .y {
1136
  text-shadow: -1.5px 0.75px #59575A, -1.5px 0.5px #59575A;
1136
  text-shadow: -1.5px 0.75px #59575A, -1.5px 0.5px #59575A;
1137
}
1137
}
1138
1138
1139
.ijon-tichy .subtitle {
1139
.ijon-tichy .subtitle {
1140
  display: block;
1140
  display: block;
1141
  font-size: 67%;
1141
  font-size: 67%;
1142
  letter-spacing: 0.4em;
1142
  letter-spacing: 0.4em;
1143
}
1143
}
1144
1144
1145
.ijon-tichy .subtitle .r {
1145
.ijon-tichy .subtitle .r {
1146
  text-shadow: 1.5px 0.5px #59575A;
1146
  text-shadow: 1.5px 0.5px #59575A;
1147
}
1147
}
1148
1148
1149
.ijon-tichy .subtitle .a {
1149
.ijon-tichy .subtitle .a {
1150
  text-shadow: 1px 0.5px #59575A;
1150
  text-shadow: 1px 0.5px #59575A;
1151
}
1151
}
1152
1152
1153
.ijon-tichy .subtitle .u {
1153
.ijon-tichy .subtitle .u {
1154
  text-shadow: 0.5px 0.5px #59575A;
1154
  text-shadow: 0.5px 0.5px #59575A;
1155
}
1155
}
1156
1156
1157
.ijon-tichy .subtitle .mpi {
1157
.ijon-tichy .subtitle .mpi {
1158
  text-shadow: 0 0.5px #59575A;
1158
  text-shadow: 0 0.5px #59575A;
1159
}
1159
}
1160
1160
1161
.ijon-tichy .subtitle .l {
1161
.ijon-tichy .subtitle .l {
1162
  text-shadow: -0.5px 0.5px #59575A;
1162
  text-shadow: -0.5px 0.5px #59575A;
1163
}
1163
}
1164
1164
1165
.ijon-tichy .subtitle .o {
1165
.ijon-tichy .subtitle .o {
1166
  text-shadow: -1px 0.5px #59575A;
1166
  text-shadow: -1px 0.5px #59575A;
1167
}
1167
}
1168
1168
1169
.ijon-tichy .subtitle .t {
1169
.ijon-tichy .subtitle .t {
1170
  text-shadow: -1.5px 0.5px #59575A;
1170
  text-shadow: -1.5px 0.5px #59575A;
1171
}
1171
}
1172
1172
1173
.ijon-tichy .subtitle2 {
1173
.ijon-tichy .subtitle2 {
1174
  display: block;
1174
  display: block;
1175
  font-size: 50%;
1175
  font-size: 50%;
1176
  line-height: 1em;
1176
  line-height: 1em;
1177
}
1177
}
1178
1178
1179
.ijon-tichy .subtitle2 .die {
1179
.ijon-tichy .subtitle2 .die {
1180
  text-shadow: 1px 0.5px #59575A;
1180
  text-shadow: 1px 0.5px #59575A;
1181
}
1181
}
1182
1182
1183
.ijon-tichy .subtitle2 .ster {
1183
.ijon-tichy .subtitle2 .ster {
1184
  text-shadow: 0.5px 0.5px #59575A;
1184
  text-shadow: 0.5px 0.5px #59575A;
1185
}
1185
}
1186
1186
1187
.ijon-tichy .subtitle2 .ntag {
1187
.ijon-tichy .subtitle2 .ntag {
1188
  text-shadow: 0 0.5px #59575A;
1188
  text-shadow: 0 0.5px #59575A;
1189
}
1189
}
1190
1190
1191
.ijon-tichy .subtitle2 .ebuec {
1191
.ijon-tichy .subtitle2 .ebuec {
1192
  text-shadow: -0.5px 0.5px #59575A;
1192
  text-shadow: -0.5px 0.5px #59575A;
1193
}
1193
}
1194
1194
1195
.ijon-tichy .subtitle2 .her {
1195
.ijon-tichy .subtitle2 .her {
1196
  text-shadow: -1px 0.5px #59575A;
1196
  text-shadow: -1px 0.5px #59575A;
1197
}
1197
}
1198
1198
1199
@font-face {
1199
@font-face {
1200
  font-family: "Digital1";
1200
  font-family: "Digital1";
1201
  src: local("Transponder AOE"), url(/styles/fonts/digital/TRANA___.TTF);
1201
  src: local("Transponder AOE"), url(/styles/fonts/digital/TRANA___.TTF);
1202
}
1202
}
1203
1203
1204
.it-crowd {
1204
.it-crowd {
1205
  display: inline-block;
1205
  display: inline-block;
1206
  position: relative;
1206
  position: relative;
1207
  padding: 0.125em 0.75em 0.125em 0.5em;
1207
  padding: 0.125em 0.75em 0.125em 0.5em;
1208
  background-color: black;
1208
  background-color: black;
1209
  color: #d4774b;
1209
  color: #d4774b;
1210
  font-family: "Digital1", monospace;
1210
  font-family: "Digital1", monospace;
1211
  font-size: 120%;
1211
  font-size: 120%;
1212
  text-transform: uppercase;
1212
  text-transform: uppercase;
1213
  text-shadow: 0 0 1px #d4774b;
1213
  text-shadow: 0 0 1px #d4774b;
1214
}
1214
}
1215
1215
1216
.it-crowd:after {
1216
.it-crowd:after {
1217
  position: absolute;
1217
  position: absolute;
1218
  top: 0;
1218
  top: 0;
1219
  content: "\258E";
1219
  content: "\258E";
1220
  letter-spacing: 0;
1220
  letter-spacing: 0;
1221
}
1221
}
1222
1222
1223
.superman {
1223
.superman {
1224
  font-weight: bold;
1224
  font-weight: bold;
1225
}
1225
}
1226
1226
1227
.life-on-mars {
1227
.life-on-mars {
1228
  display: inline-block;
1228
  display: inline-block;
1229
  padding: 0.25em 0.5em;
1229
  padding: 0.25em 0.5em;
1230
  background-color: #000;
1230
  background-color: #000;
1231
  background-image:
1231
  background-image:
1232
    -webkit-linear-gradient(left,
1232
    -webkit-linear-gradient(left,
1233
      rgba(255, 255, 255, 0) 35%,
1233
      rgba(255, 255, 255, 0) 35%,
1234
      rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 36%,
1234
      rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 36%,
1235
      rgba(255, 255, 255, 0) 37%),
1235
      rgba(255, 255, 255, 0) 37%),
1236
    -webkit-linear-gradient(top,
1236
    -webkit-linear-gradient(top,
1237
      rgba(255, 255, 255, 0) 81%,
1237
      rgba(255, 255, 255, 0) 81%,
1238
      rgba(255, 255, 255, 1) 81%, rgba(255, 255, 255, 1) 89%,
1238
      rgba(255, 255, 255, 1) 81%, rgba(255, 255, 255, 1) 89%,
1239
      rgba(255, 255, 255, 0) 89%);
1239
      rgba(255, 255, 255, 0) 89%);
1240
  color: #fff;
1240
  color: #fff;
1241
  font-weight: bold;
1241
  font-weight: bold;
1242
  text-shadow: 0 0 0.5px #fff;
1242
  text-shadow: 0 0 0.5px #fff;
1243
  text-transform: uppercase;
1243
  text-transform: uppercase;
1244
  -webkit-text-fill-color: transparent;
1244
  -webkit-text-fill-color: transparent;
1245
}
1245
}
1246
1246
1247
.life-on-mars .e {
1247
.life-on-mars .e {
1248
  letter-spacing: 0.5em;
1248
  letter-spacing: 0.5em;
1249
}
1249
}
1250
 
1250
 
1251
.life-on-mars .on {
1251
.life-on-mars .on {
1252
  text-shadow: 0 0 1px #fff;
1252
  text-shadow: 0 0 1px #fff;
1253
}
1253
}
1254
1254
1255
.life-on-mars .mars {
1255
.life-on-mars .mars {
1256
  text-shadow: 0 0 2px #fff;
1256
  text-shadow: 0 0 2px #fff;
1257
}
1257
}
1258
1258
1259
.macgyver {
1259
.macgyver {
1260
  padding: 0.125em 0.5em;
1260
  padding: 0.125em 0.5em;
1261
  background-color: #080a09;
1261
  background-color: #080a09;
1262
  color: #bb1e15;
1262
  color: #bb1e15;
1263
  font-family: "Copperplate Gothic Bold", serif;
1263
  font-family: "Copperplate Gothic Bold", serif;
1264
  font-size: 150%;
1264
  font-size: 150%;
1265
  font-variant: small-caps;
1265
  font-variant: small-caps;
1266
  font-weight: bold;
1266
  font-weight: bold;
1267
1267
1268
  text-shadow:
1268
  text-shadow:
1269
    -0.5px -0.5px #9f1512,
1269
    -0.5px -0.5px #9f1512,
1270
     0px   -0.5px #9f1512,
1270
     0px   -0.5px #9f1512,
1271
     0.5px -0.5px #9f1512,
1271
     0.5px -0.5px #9f1512,
1272
    -0.5px  0px   #9f1512,
1272
    -0.5px  0px   #9f1512,
1273
     0.5px  0px   #9f1512,
1273
     0.5px  0px   #9f1512,
1274
    -0.5px  0.5px #9f1512,
1274
    -0.5px  0.5px #9f1512,
1275
     0px    0.5px #9f1512,
1275
     0px    0.5px #9f1512,
1276
     0.5px  0.5px #9f1512,
1276
     0.5px  0.5px #9f1512,
1277
    -1px   -1px  1px #d9ad7e,
1277
    -1px   -1px  1px #d9ad7e,
1278
     0px   -1px  1px #d9ad7e,
1278
     0px   -1px  1px #d9ad7e,
1279
     1px   -1px  1px #d9ad7e,
1279
     1px   -1px  1px #d9ad7e,
1280
    -1px    0px  1px #d9ad7e,
1280
    -1px    0px  1px #d9ad7e,
1281
     1px    0px  1px #d9ad7e,
1281
     1px    0px  1px #d9ad7e,
1282
    -1px    1px  1px #d9ad7e,
1282
    -1px    1px  1px #d9ad7e,
1283
     0px    1px  1px #d9ad7e,
1283
     0px    1px  1px #d9ad7e,
1284
     1px    1px  1px #d9ad7e;
1284
     1px    1px  1px #d9ad7e;
1285
}
1285
}
1286
1286
1287
@font-face {
1287
@font-face {
1288
  font-family: "Gill Sans Ultra Bold";
1288
  font-family: "Gill Sans Ultra Bold";
1289
  src: local("Gill Sans Ultra Bold"), url(/styles/fonts/non-free/gilsanu0.TTF);
1289
  src: local("Gill Sans Ultra Bold"), url(/styles/fonts/non-free/gilsanu0.TTF);
1290
}
1290
}
1291
1291
1292
.monk {
1292
.monk {
1293
  color: #d1122a;
1293
  color: #d1122a;
1294
  font-family: "Gill Sans Ultra Bold", sans-serif;
1294
  font-family: "Gill Sans Ultra Bold", sans-serif;
1295
  font-size: 110%;
1295
  font-size: 110%;
1296
  text-transform: uppercase;
1296
  text-transform: uppercase;
1297
  text-shadow: 1px 1px 1px black;
1297
  text-shadow: 1px 1px 1px black;
1298
}
1298
}
1299
1299
1300
@font-face {
1300
@font-face {
1301
  font-family: "Swiss 721 Black Extended BT";
1301
  font-family: "Swiss 721 Black Extended BT";
1302
  src: local("Swiss 721 Black Extended BT"), url(/styles/fonts/non-free/swiss721_bke.TTF);
1302
  src: local("Swiss 721 Black Extended BT"), url(/styles/fonts/non-free/swiss721_bke.TTF);
1303
}
1303
}
1304
1304
1305
.moonlight {
1305
.moonlight {
1306
  padding: 0.125em 0.5em;
1306
  padding: 0.125em 0.5em;
1307
  background-color: black;
1307
  background-color: black;
1308
  color: #020109;
1308
  color: #020109;
1309
  font-family: "Swiss 721 Black Extended BT", sans-serif;
1309
  font-family: "Swiss 721 Black Extended BT", sans-serif;
1310
  text-transform: uppercase;
1310
  text-transform: uppercase;
1311
  <?php
1311
  <?php
1312
        Mixins::radial_gradient('background-image',
1312
        Mixins::radial_gradient('background-image',
1313
                '24% 50%, circle,
1313
                '24% 50%, circle,
1314
                 rgba(224, 211, 106, 1) 33%, rgba(224, 211, 106, 0) 36%, #100d04');
1314
                 rgba(224, 211, 106, 1) 33%, rgba(224, 211, 106, 0) 36%, #100d04');
1315
  ?>
1315
  ?>
1316
}
1316
}
1317
1317
1318
.moonlight .moon {
1318
.moonlight .moon {
1319
  -webkit-mask-image: -webkit-linear-gradient(-80deg, rgba(0,0,0,0.33), rgba(0,0,0,1) 67%);
1319
  -webkit-mask-image: -webkit-linear-gradient(-80deg, rgba(0,0,0,0.33), rgba(0,0,0,1) 67%);
1320
  letter-spacing: -0.0625em;
1320
  letter-spacing: -0.0625em;
1321
}
1321
}
1322
1322
1323
.moonlight .moon .n {
1323
.moonlight .moon .n {
1324
  letter-spacing: 0.125em;
1324
  letter-spacing: 0.125em;
1325
}
1325
}
1326
1326
1327
.moonlight .light {
1327
.moonlight .light {
1328
  color: #ebf062;
1328
  color: #ebf062;
1329
  text-shadow: 1px 1px 2px #070400;
1329
  text-shadow: 1px 1px 2px #070400;
1330
}
1330
}
1331
1331
1332
.moonlighting {
1332
.moonlighting {
1333
  padding: 0.125em 0.5em;
1333
  padding: 0.125em 0.5em;
1334
  background-color: #933;
1334
  background-color: #933;
1335
  <?php Mixins::linear_gradient('background-image', '#5c3345, #6c2013'); ?>
1335
  <?php Mixins::linear_gradient('background-image', '#5c3345, #6c2013'); ?>
1336
  color: #916ba6;
1336
  color: #916ba6;
1337
  font: 116% "Futura Condensed", sans-serif;
1337
  font: 116% "Futura Condensed", sans-serif;
1338
  <?php Mixins::prefix_property('outline', '', '1px solid #fff', array('-webkit-', '')); ?>
1338
  <?php Mixins::prefix_property('outline', '', '1px solid #fff', array('-webkit-', '')); ?>
1339
  text-shadow:
1339
  text-shadow:
1340
        /* glow */
1340
        /* glow */
1341
        -1px 0    1px white,
1341
        -1px 0    1px white,
1342
        0    -1px 1px white,
1342
        0    -1px 1px white,
1343
        1px  0    1px white,
1343
        1px  0    1px white,
1344
        0    1px  1px white,
1344
        0    1px  1px white,
1345
       
1345
       
1346
    /* outline */
1346
    /* outline */
1347
        -1px 0    white,
1347
        -1px 0    white,
1348
        0    -1px white,
1348
        0    -1px white,
1349
        1px  0    white,
1349
        1px  0    white,
1350
        0    1px  white;
1350
        0    1px  white;
1351
  text-transform: uppercase;
1351
  text-transform: uppercase;
1352
}
1352
}
1353
1353
1354
@font-face {
1354
@font-face {
1355
  font-family: "Terminator";
1355
  font-family: "Terminator";
1356
  src: url(/styles/fonts/TERMINAT.TTF);
1356
  src: url(/styles/fonts/TERMINAT.TTF);
1357
}
1357
}
1358
1358
1359
.mutant-x {
1359
.mutant-x {
1360
  position: relative;
1360
  position: relative;
1361
  padding: 0.25em 0.5em 0.125em 0.5em;
1361
  padding: 0.25em 0.5em 0.125em 0.5em;
1362
  background-color: black;
1362
  background-color: black;
1363
  color: #8f6442;
1363
  color: #8f6442;
1364
  font-family: "Terminator", sans-serif;
1364
  font-family: "Terminator", sans-serif;
1365
  font-size: 105%;
1365
  font-size: 105%;
1366
  text-transform: uppercase;
1366
  text-transform: uppercase;
1367
  white-space: nowrap;
1367
  white-space: nowrap;
1368
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.1);
1368
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.1);
1369
}
1369
}
1370
1370
1371
.mutant-x .gradient {
1371
.mutant-x .gradient {
1372
  position: absolute;
1372
  position: absolute;
1373
  padding: 0.25em 0.5em 0.125em 0.5em;
1373
  padding: 0.25em 0.5em 0.125em 0.5em;
1374
  left: 0;
1374
  left: 0;
1375
  top: 0;
1375
  top: 0;
1376
  -webkit-mask-image: -webkit-linear-gradient(
1376
  -webkit-mask-image: -webkit-linear-gradient(
1377
    rgba(0, 0, 0, 1) 30%, transparent 55%, rgba(0, 0, 0, 1) 80%);
1377
    rgba(0, 0, 0, 1) 30%, transparent 55%, rgba(0, 0, 0, 1) 80%);
1378
  z-index: 2;
1378
  z-index: 2;
1379
}
1379
}
1380
1380
1381
.mutant-x:after {
1381
.mutant-x:after {
1382
  content: "Mutant X";
1382
  content: "Mutant X";
1383
  color: #fcf1eb;
1383
  color: #fcf1eb;
1384
}
1384
}
1385
1385
1386
@font-face {
1386
@font-face {
1387
  font-family: "Walkway SemiBold";
1387
  font-family: "Walkway SemiBold";
1388
  src: local("Walkway SemiBold"), url(/styles/fonts/Walkway_SemiBold.ttf);
1388
  src: local("Walkway SemiBold"), url(/styles/fonts/Walkway_SemiBold.ttf);
1389
}
1389
}
1390
 
1390
 
1391
.numb3rs {
1391
.numb3rs {
1392
  position: relative;
1392
  position: relative;
1393
  padding: 0.25em 0.5em 0.125em 0.5em;
1393
  padding: 0.25em 0.5em 0.125em 0.5em;
1394
  background-color: #000200;
1394
  background-color: #000200;
1395
  /*
1395
  /*
1396
  background-image:
1396
  background-image:
1397
    -webkit-repeating-linear-gradient(left, transparent, transparent 9px,
1397
    -webkit-repeating-linear-gradient(left, transparent, transparent 9px,
1398
      rgba(244, 247, 244, 0.5) 10px, rgba(244, 247, 244, 0.5) 10px),
1398
      rgba(244, 247, 244, 0.5) 10px, rgba(244, 247, 244, 0.5) 10px),
1399
    -webkit-repeating-linear-gradient(top, transparent, transparent 4px,
1399
    -webkit-repeating-linear-gradient(top, transparent, transparent 4px,
1400
      rgba(244, 247, 244, 0.5) 5px, rgba(244, 247, 244, 0.5) 5px);
1400
      rgba(244, 247, 244, 0.5) 5px, rgba(244, 247, 244, 0.5) 5px);
1401
  */
1401
  */
1402
  color: #f4f7f4;
1402
  color: #f4f7f4;
1403
  font-family: "Walkway SemiBold", Helvetica, sans-serif;
1403
  font-family: "Walkway SemiBold", Helvetica, sans-serif;
1404
  font-size: 116%;
1404
  font-size: 116%;
1405
  font-weight: lighter;
1405
  font-weight: lighter;
1406
  letter-spacing: 1px;
1406
  letter-spacing: 1px;
1407
  text-shadow: 0 0 2px #f4f7f4;
1407
  text-shadow: 0 0 2px #f4f7f4;
1408
  text-transform: uppercase;
1408
  text-transform: uppercase;
1409
}
1409
}
1410
1410
1411
.numb3rs .s {
1411
.numb3rs .s {
1412
  letter-spacing: normal;
1412
  letter-spacing: normal;
1413
}
1413
}
1414
1414
1415
/*  
1415
/*  
1416
.numb3rs .gradient {
1416
.numb3rs .gradient {
1417
  position: absolute;
1417
  position: absolute;
1418
  left: 0;
1418
  left: 0;
1419
  top: 0;
1419
  top: 0;
1420
  padding: 0.25em 0.5em 0.125em 0.5em;
1420
  padding: 0.25em 0.5em 0.125em 0.5em;
1421
  color: #f4f7f4;
1421
  color: #f4f7f4;
1422
  -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 1), transparent 75%);
1422
  -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 1), transparent 75%);
1423
  z-index: 2;
1423
  z-index: 2;
1424
}
1424
}
1425

1425

1426
.numb3rs:after {
1426
.numb3rs:after {
1427
  content: "Numb3rs";
1427
  content: "Numb3rs";
1428
  color: #898b88;
1428
  color: #898b88;
1429
  text-transform: uppercase;
1429
  text-transform: uppercase;
1430
} */
1430
} */
1431
1431
1432
@font-face {
1432
@font-face {
1433
  font-family: "Unconform Round";
1433
  font-family: "Unconform Round";
1434
  src: local("Unconform Round"), url(/styles/fonts/UNCON___.TTF);
1434
  src: local("Unconform Round"), url(/styles/fonts/UNCON___.TTF);
1435
}
1435
}
1436
1436
1437
.odyssey5 {
1437
.odyssey5 {
1438
  padding: 0.5em 0.5em 0.125em 0.5em;
1438
  padding: 0.5em 0.5em 0.125em 0.5em;
1439
  background-color: #000;
1439
  background-color: #000;
1440
  color: #d1550b;
1440
  color: #d1550b;
1441
  font-family: "Unconform Round", sans-serif;
1441
  font-family: "Unconform Round", sans-serif;
1442
  text-transform: uppercase;
1442
  text-transform: uppercase;
1443
  letter-spacing: 0.125em;
1443
  letter-spacing: 0.125em;
1444
}
1444
}
1445
1445
1446
.odyssey5 .s2 {
1446
.odyssey5 .s2 {
1447
  letter-spacing: 0.25em;
1447
  letter-spacing: 0.25em;
1448
}
1448
}
1449
1449
1450
.odyssey5 .e {
1450
.odyssey5 .e {
1451
  letter-spacing: 0.5em;
1451
  letter-spacing: 0.5em;
1452
}
1452
}
1453
1453
1454
.odyssey5 .y2 {
1454
.odyssey5 .y2 {
1455
  letter-spacing: 0.5em;
1455
  letter-spacing: 0.5em;
1456
}
1456
}
1457
1457
1458
.odyssey5 .five {
1458
.odyssey5 .five {
1459
  letter-spacing: normal;
1459
  letter-spacing: normal;
1460
}
1460
}
1461
1461
1462
@font-face {
1462
@font-face {
1463
  font-family: "Dateline Bold";
1463
  font-family: "Dateline Bold";
1464
  src: local("Dateline Bold"), url(/styles/fonts/DatelineBold.ttf);
1464
  src: local("Dateline Bold"), url(/styles/fonts/DatelineBold.ttf);
1465
}
1465
}
1466
 
1466
 
1467
.psych {
1467
.psych {
1468
  font-family: "Dateline Bold", serif;
1468
  font-family: "Dateline Bold", serif;
1469
  font-size: 110%;
1469
  font-size: 110%;
1470
  letter-spacing: -0.125em;
1470
  letter-spacing: -0.125em;
1471
  color: #749f27;
1471
  color: #749f27;
1472
}
1472
}
1473
 
1473
 
1474
@font-face {
1474
@font-face {
1475
  font-family: "Swiss Cheesed";
1475
  font-family: "Swiss Cheesed";
1476
  src: local("SwissCheese"), url(/styles/fonts/SwissCheesed.ttf);
1476
  src: local("SwissCheese"), url(/styles/fonts/SwissCheesed.ttf);
1477
}
1477
}
1478
1478
1479
.quantum-leap {
1479
.quantum-leap {
1480
  position: relative;
1480
  position: relative;
1481
  display: inline-block;
1481
  display: inline-block;
1482
  left: 0;
1482
  left: 0;
1483
  top: 0;
1483
  top: 0;
1484
  padding: 0.5em 0.5em 0.25em 0.5em;
1484
  padding: 0.5em 0.5em 0.25em 0.5em;
1485
  background-color: black;
1485
  background-color: black;
1486
1486
1487
  color: #5598ff;
1487
  color: #5598ff;
1488
  font-family: "Swiss Cheesed", sans-serif;
1488
  font-family: "Swiss Cheesed", sans-serif;
1489
  font-size: 110%;
1489
  font-size: 110%;
1490
  letter-spacing: 0.0625em;
1490
  letter-spacing: 0.0625em;
1491
  text-transform: uppercase;
1491
  text-transform: uppercase;
1492
  text-align: center;
1492
  text-align: center;
1493
  text-shadow:
1493
  text-shadow:
1494
    -1px -1px #6f98e5,
1494
    -1px -1px #6f98e5,
1495
     0   -1px #6f98e5,
1495
     0   -1px #6f98e5,
1496
     1px -1px #6f98e5,
1496
     1px -1px #6f98e5,
1497
    -1px  0px #6f98e5,
1497
    -1px  0px #6f98e5,
1498
     0    0px #6f98e5,
1498
     0    0px #6f98e5,
1499
     1px  0px #6f98e5,
1499
     1px  0px #6f98e5,
1500
    -1px  1px #6f98e5,
1500
    -1px  1px #6f98e5,
1501
     0    1px #6f98e5,
1501
     0    1px #6f98e5,
1502
     1px  1px #6f98e5,
1502
     1px  1px #6f98e5,
1503
    -1px -1px 8px #5598ff,
1503
    -1px -1px 8px #5598ff,
1504
     0   -1px 8px #5598ff,
1504
     0   -1px 8px #5598ff,
1505
     1px -1px 8px #5598ff,
1505
     1px -1px 8px #5598ff,
1506
    -1px  0   8px #5598ff,
1506
    -1px  0   8px #5598ff,
1507
     0    0   8px #5598ff,
1507
     0    0   8px #5598ff,
1508
     1px  0   8px #5598ff,
1508
     1px  0   8px #5598ff,
1509
    -1px  1px 8px #5598ff,
1509
    -1px  1px 8px #5598ff,
1510
     0    1px 8px #5598ff,
1510
     0    1px 8px #5598ff,
1511
     1px  1px 8px #5598ff;
1511
     1px  1px 8px #5598ff;
1512
}
1512
}
1513
1513
1514
.quantum-leap .gradient {
1514
.quantum-leap .gradient {
1515
  position: absolute;
1515
  position: absolute;
1516
  left: 0;
1516
  left: 0;
1517
  top: 0;
1517
  top: 0;
1518
  padding: 0.5em 0.5em 0.25em 0.5em;
1518
  padding: 0.5em 0.5em 0.25em 0.5em;
1519
  color: #000;
1519
  color: #000;
1520
  -webkit-text-fill-color: #5598ff;
1520
  -webkit-text-fill-color: #5598ff;
1521
  -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 1), transparent 33%);
1521
  -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 1), transparent 33%);
1522
  z-index: 2;
1522
  z-index: 2;
1523
}
1523
}
1524
.quantum-leap:after {
1524
.quantum-leap:after {
1525
  content: "Quantum Leap";
1525
  content: "Quantum Leap";
1526
  color: #000;
1526
  color: #000;
1527
}
1527
}
1528
1528
1529
@font-face {
1529
@font-face {
1530
  font-family: "Spleeny Decaf GD";
1530
  font-family: "Spleeny Decaf GD";
1531
  src: local("Spleeny Decaf GD"), url(/styles/fonts/non-free/Spleeny%20Decaf%20GD.ttf);
1531
  src: local("Spleeny Decaf GD"), url(/styles/fonts/non-free/Spleeny%20Decaf%20GD.ttf);
1532
}
1532
}
1533
1533
1534
.reaper {
1534
.reaper {
1535
  font-family: "Spleeny Decaf GD", fantasy;
1535
  font-family: "Spleeny Decaf GD", fantasy;
1536
  text-transform: uppercase;
1536
  text-transform: uppercase;
1537
}
1537
}
1538
1538
1539
@font-face {
1539
@font-face {
1540
  font-family: 'MicroExtendFLF-Bold';
1540
  font-family: 'MicroExtendFLF-Bold';
1541
  src:
1541
  src:
1542
        local('MicroExtendFLF-Bold'),
1542
        local('MicroExtendFLF-Bold'),
1543
        url('/styles/fonts/MicroExtendFLF-Bold.ttf.woff') format('woff'),
1543
        url('/styles/fonts/MicroExtendFLF-Bold.ttf.woff') format('woff'),
1544
    url('/styles/fonts/MicroExtendFLF-Bold.ttf.svg#MicroExtendFLF-Bold') format('svg'),
1544
    url('/styles/fonts/MicroExtendFLF-Bold.ttf.svg#MicroExtendFLF-Bold') format('svg'),
1545
    url('/styles/fonts/MicroExtendFLF-Bold.ttf.eot'),
1545
    url('/styles/fonts/MicroExtendFLF-Bold.ttf.eot'),
1546
    url('/styles/fonts/MicroExtendFLF-Bold.ttf.eot?#iefix') format('embedded-opentype');
1546
    url('/styles/fonts/MicroExtendFLF-Bold.ttf.eot?#iefix') format('embedded-opentype');
1547
        font-weight: normal;
1547
        font-weight: normal;
1548
  font-style: normal;
1548
  font-style: normal;
1549
}
1549
}
1550
1550
1551
.remington-steele {
1551
.remington-steele {
1552
  display: inline-block;
1552
  display: inline-block;
1553
  background-color: white;
1553
  background-color: white;
1554
  color: #506BA6;
1554
  color: #506BA6;
1555
  font: bold 104% MicroExtendFLF-Bold, sans-serif;
1555
  font: bold 104% MicroExtendFLF-Bold, sans-serif;
1556
  text-align: center;
1556
  text-align: center;
1557
  text-shadow: 1px 1px 1px #000;
1557
  text-shadow: 1px 1px 1px #000;
1558
  text-transform: uppercase;
1558
  text-transform: uppercase;
1559
}
1559
}
1560
1560
1561
@font-face {
1561
@font-face {
1562
  font-family: "Roswell";
1562
  font-family: "Roswell";
1563
  src: local("Roswell"), url(/styles/fonts/Roswell.TTF);
1563
  src: local("Roswell"), url(/styles/fonts/Roswell.TTF);
1564
}
1564
}
1565
1565
1566
.roswell {
1566
.roswell {
1567
  display: inline-block;
1567
  display: inline-block;
1568
  padding: 0.25em 0.5em 0.125em 0.5em;
1568
  padding: 0.25em 0.5em 0.125em 0.5em;
1569
  background-color: #000;
1569
  background-color: #000;
1570
  <?php
1570
  <?php
1571
    Mixins::linear_gradient('background-image', 'left, #6f3811, #000');
1571
    Mixins::linear_gradient('background-image', 'left, #6f3811, #000');
1572
  ?>
1572
  ?>
1573
  color: #ffffbc;
1573
  color: #ffffbc;
1574
  font-family: "Roswell", sans-serif;
1574
  font-family: "Roswell", sans-serif;
1575
  letter-spacing: 0.25em;
1575
  letter-spacing: 0.25em;
1576
1576
1577
  text-shadow:
1577
  text-shadow:
1578
    -1px -1px 1px rgba(138, 8, 0, 0.5),
1578
    -1px -1px 1px rgba(138, 8, 0, 0.5),
1579
     0px  1px 1px rgba(138, 8, 0, 0.5),
1579
     0px  1px 1px rgba(138, 8, 0, 0.5),
1580
     1px  1px 1px rgba(138, 8, 0, 0.5);
1580
     1px  1px 1px rgba(138, 8, 0, 0.5);
1581
  text-transform: uppercase;
1581
  text-transform: uppercase;
1582
  -webkit-text-stroke: 0.25px rgba(138, 8, 0, 0.75);
1582
  -webkit-text-stroke: 0.25px rgba(138, 8, 0, 0.75);
1583
}
1583
}
1584
1584
1585
.roswell span {
1585
.roswell span {
1586
  letter-spacing: normal;
1586
  letter-spacing: normal;
1587
}
1587
}
1588
1588
1589
.samantha-who {
1589
.samantha-who {
1590
  display: inline-block;
1590
  display: inline-block;
1591
  padding: 0.125em 0.25em 0.125em 0.25em;
1591
  padding: 0.125em 0.25em 0.125em 0.25em;
1592
  background-color: #000;
1592
  background-color: #000;
1593
  color: #e3e5e2;
1593
  color: #e3e5e2;
1594
  line-height: 1em;
1594
  line-height: 1em;
1595
}
1595
}
1596
1596
1597
.samantha-who .text {
1597
.samantha-who .text {
1598
  display: inline-block;
1598
  display: inline-block;
1599
}
1599
}
1600
1600
1601
.samantha-who .samantha {
1601
.samantha-who .samantha {
1602
  display: block;
1602
  display: block;
1603
  position: relative;
1603
  position: relative;
1604
  padding-top: 0.25em;
1604
  padding-top: 0.25em;
1605
  padding-left: 0.25em;
1605
  padding-left: 0.25em;
1606
  font-family: "a_Futura Orto", sans-serif;
1606
  font-family: "a_Futura Orto", sans-serif;
1607
  text-transform: uppercase;
1607
  text-transform: uppercase;
1608
}
1608
}
1609
1609
1610
.samantha-who .samantha::after {
1610
.samantha-who .samantha::after {
1611
  position: absolute;
1611
  position: absolute;
1612
  left: -0.2em;
1612
  left: -0.2em;
1613
  top: -1.05em;
1613
  top: -1.05em;
1614
  right: 0.2em;
1614
  right: 0.2em;
1615
  bottom: 1.05em;
1615
  bottom: 1.05em;
1616
  background-image: -webkit-radial-gradient(10% 15%, 20% 20%, transparent 15%, #d29c13 26%, #d29c13 34%, transparent 45%);
1616
  background-image: -webkit-radial-gradient(10% 15%, 20% 20%, transparent 15%, #d29c13 26%, #d29c13 34%, transparent 45%);
1617
  content: "";
1617
  content: "";
1618
  -webkit-transform: rotate(-27deg);
1618
  -webkit-transform: rotate(-27deg);
1619
  /*border: 1px solid red;*/
1619
  /*border: 1px solid red;*/
1620
}
1620
}
1621
1621
1622
.samantha-who .who,
1622
.samantha-who .who,
1623
.samantha-who .q {
1623
.samantha-who .q {
1624
  color: #e81b04;
1624
  color: #e81b04;
1625
}
1625
}
1626
 
1626
 
1627
.samantha-who .who {
1627
.samantha-who .who {
1628
  display: block;
1628
  display: block;
1629
  font-weight: bold;
1629
  font-weight: bold;
1630
  line-height: 0.75em;
1630
  line-height: 0.75em;
1631
}
1631
}
1632
1632
1633
.samantha-who .q {
1633
.samantha-who .q {
1634
  font-family: cursive;
1634
  font-family: cursive;
1635
  font-size: 200%;
1635
  font-size: 200%;
1636
  font-weight: lighter;
1636
  font-weight: lighter;
1637
}
1637
}
1638
1638
1639
@font-face {
1639
@font-face {
1640
  font-family: "Scrubs";
1640
  font-family: "Scrubs";
1641
  src: local("TSS Scrubs Logo"), url(/styles/fonts/tsslogo.ttf);
1641
  src: local("TSS Scrubs Logo"), url(/styles/fonts/tsslogo.ttf);
1642
}
1642
}
1643
1643
1644
.scrubs:before {
1644
.scrubs:before {
1645
  content: "[";
1645
  content: "[";
1646
}
1646
}
1647
1647
1648
.scrubs {
1648
.scrubs {
1649
  padding: 0.125em 0.25em 0 0.25em;
1649
  padding: 0.125em 0.25em 0 0.25em;
1650
  background-color: #15121a;
1650
  background-color: #15121a;
1651
  color: #d0f9fb;
1651
  color: #d0f9fb;
1652
  font-family: "Scrubs", sans-serif;
1652
  font-family: "Scrubs", sans-serif;
1653
  font-size: 150%;
1653
  font-size: 150%;
1654
  text-shadow: 0 0 10px #d0f9fb;
1654
  text-shadow: 0 0 10px #d0f9fb;
1655
}
1655
}
1656
1656
1657
.scrubs .s {
1657
.scrubs .s {
1658
  text-transform: uppercase;
1658
  text-transform: uppercase;
1659
}
1659
}
1660
1660
1661
.scrubs:after {
1661
.scrubs:after {
1662
  content: "]";
1662
  content: "]";
1663
}
1663
}
1664
1664
1665
@font-face {
1665
@font-face {
1666
  font-family: "seaQuest";
1666
  font-family: "seaQuest";
1667
  src: local("Seaquest"), url(/styles/fonts/SQDSV.TTF);
1667
  src: local("Seaquest"), url(/styles/fonts/SQDSV.TTF);
1668
}
1668
}
1669
1669
1670
.seaQuest {
1670
.seaQuest {
1671
  position: relative;
1671
  position: relative;
1672
  display: inline-block;
1672
  display: inline-block;
1673
  padding-top: 1.5em;
1673
  padding-top: 1.5em;
1674
  background-color: #00001e;
1674
  background-color: #00001e;
1675
<?php
1675
<?php
1676
  // error_reporting(E_ALL | E_STRICT);
1676
  // error_reporting(E_ALL | E_STRICT);
1677
  $lambda = 1;
1677
  $lambda = 1;
1678
  for ($i = 0; $i < 200; ++$i)
1678
  for ($i = 0; $i < 200; ++$i)
1679
  {
1679
  {
1680
    $x = mt_rand(1, 99);
1680
    $x = mt_rand(1, 99);
1681
    /*
1681
    /*
1682
     * Decreasing probability of pixels near bottom through exponential distribution;
1682
     * Decreasing probability of pixels near bottom through exponential distribution;
1683
     * TODO: If coord > 50%, decrease probability of appearance.
1683
     * TODO: If coord > 50%, decrease probability of appearance.
1684
     */
1684
     */
1685
    $max = $lambda * exp(-$lambda * mt_rand(0, 5)) * 99;
1685
    $max = $lambda * exp(-$lambda * mt_rand(0, 5)) * 99;
1686
    if (1 <= $max)
1686
    if (1 <= $max)
1687
    {
1687
    {
1688
            $y = mt_rand(1, $max);
1688
            $y = mt_rand(1, $max);
1689
          $coords[] = array('x' => $x, 'y' => $y);
1689
          $coords[] = array('x' => $x, 'y' => $y);
1690
    }
1690
    }
1691
  }
1691
  }
1692
 
1692
 
1693
  $dots = array_map(function ($coord) {
1693
  $dots = array_map(function ($coord) {
1694
    return "-webkit-radial-gradient({$coord['x']}% {$coord['y']}%, 1px 1px, rgba(255, 255, 255, 0.75), rgba(0, 0, 30, 0))";
1694
    return "-webkit-radial-gradient({$coord['x']}% {$coord['y']}%, 1px 1px, rgba(255, 255, 255, 0.75), rgba(0, 0, 30, 0))";
1695
  }, $coords);
1695
  }, $coords);
1696
?>
1696
?>
1697
  /* water bubbles */
1697
  /* water bubbles */
1698
  background-image: <?php echo implode(",\n    ", $dots); ?>,
1698
  background-image: <?php echo implode(",\n    ", $dots); ?>,
1699
    /* sunlight */
1699
    /* sunlight */
1700
    -webkit-radial-gradient(50% 0%, 50% 200%, #00438c, rgba(0, 0, 31, 0)),
1700
    -webkit-radial-gradient(50% 0%, 50% 200%, #00438c, rgba(0, 0, 31, 0)),
1701
    /* water */
1701
    /* water */
1702
    -webkit-linear-gradient(#030129, #00000c);
1702
    -webkit-linear-gradient(#030129, #00000c);
1703
  color: #ffc50c;
1703
  color: #ffc50c;
1704
  font-family: "seaQuest", sans-serif;
1704
  font-family: "seaQuest", sans-serif;
1705
  font-size: 92%;
1705
  font-size: 92%;
1706
}
1706
}
1707
1707
1708
.seaQuest #seaQuest {
1708
.seaQuest #seaQuest {
1709
  display: block;
1709
  display: block;
1710
  padding: 0 0.25em;
1710
  padding: 0 0.25em;
1711
  text-transform: uppercase;
1711
  text-transform: uppercase;
1712
  line-height: 1;
1712
  line-height: 1;
1713
}
1713
}
1714
1714
1715
.seaQuest #seaQuest .s {
1715
.seaQuest #seaQuest .s {
1716
  text-shadow:
1716
  text-shadow:
1717
    0.5px -0.25px 0.5px #f5bd46,
1717
    0.5px -0.25px 0.5px #f5bd46,
1718
    1px   -0.5px  0.5px #cd8d1f,
1718
    1px   -0.5px  0.5px #cd8d1f,
1719
    1.5px -0.75px 0.5px #b37b1c,
1719
    1.5px -0.75px 0.5px #b37b1c,
1720
    2px   -1px    0.5px #805b17,
1720
    2px   -1px    0.5px #805b17,
1721
    2.5px -1.25px 0.5px #2e2000,
1721
    2.5px -1.25px 0.5px #2e2000,
1722
    3px   -1.5px  0.5px #040400,
1722
    3px   -1.5px  0.5px #040400,
1723
    3.5px -1.75px       #000508;
1723
    3.5px -1.75px       #000508;
1724
}
1724
}
1725
1725
1726
.seaQuest #seaQuest .e {
1726
.seaQuest #seaQuest .e {
1727
  text-shadow:
1727
  text-shadow:
1728
    0.5px -0.25px 0.5px #f5bd46,
1728
    0.5px -0.25px 0.5px #f5bd46,
1729
    1px   -0.5px  0.5px #cd8d1f,
1729
    1px   -0.5px  0.5px #cd8d1f,
1730
    1.5px -0.75px 0.5px #b37b1c,
1730
    1.5px -0.75px 0.5px #b37b1c,
1731
    2px   -1px    0.5px #805b17,
1731
    2px   -1px    0.5px #805b17,
1732
    2.5px -1.25px 0.5px #2e2000,
1732
    2.5px -1.25px 0.5px #2e2000,
1733
    3px   -1.5px        #040400;
1733
    3px   -1.5px        #040400;
1734
}
1734
}
1735
1735
1736
.seaQuest #seaQuest .a {
1736
.seaQuest #seaQuest .a {
1737
  text-shadow:
1737
  text-shadow:
1738
    0.5px -0.25px 0.5px #fdb207,
1738
    0.5px -0.25px 0.5px #fdb207,
1739
    1px   -0.5px  0.5px #eb950e,
1739
    1px   -0.5px  0.5px #eb950e,
1740
    1.5px -0.75px 0.5px #ae5900,
1740
    1.5px -0.75px 0.5px #ae5900,
1741
    2px   -1px    0.5px #642a00,
1741
    2px   -1px    0.5px #642a00,
1742
    2.5px -1.25px       #261704;
1742
    2.5px -1.25px       #261704;
1743
}
1743
}
1744
1744
1745
.seaQuest #seaQuest .q {
1745
.seaQuest #seaQuest .q {
1746
  position: relative;
1746
  position: relative;
1747
  visibility: hidden;
1747
  visibility: hidden;
1748
  display: inline-block;
1748
  display: inline-block;
1749
  margin-right: 0.5em;
1749
  margin-right: 0.5em;
1750
  text-shadow: none;
1750
  text-shadow: none;
1751
}
1751
}
1752
1752
1753
.seaQuest #seaQuest .q:after {
1753
.seaQuest #seaQuest .q:after {
1754
  position: absolute;
1754
  position: absolute;
1755
  visibility: visible;
1755
  visibility: visible;
1756
  margin-right: 0.125em;
1756
  margin-right: 0.125em;
1757
  left: 0;
1757
  left: 0;
1758
  top: -0.5em;
1758
  top: -0.5em;
1759
  right: 0;
1759
  right: 0;
1760
  bottom: 0;
1760
  bottom: 0;
1761
  content: "{";
1761
  content: "{";
1762
  text-align: center;
1762
  text-align: center;
1763
  text-shadow:
1763
  text-shadow:
1764
    0.5px -0.25px 0.5px #ffb43b,
1764
    0.5px -0.25px 0.5px #ffb43b,
1765
    1px   -0.5px  0.5px #e28d23,
1765
    1px   -0.5px  0.5px #e28d23,
1766
    1.5px -0.75px 0.5px #853400,
1766
    1.5px -0.75px 0.5px #853400,
1767
    2px   -1px          #510600;
1767
    2px   -1px          #510600;
1768
}
1768
}
1769
1769
1770
.seaQuest #seaQuest .u {
1770
.seaQuest #seaQuest .u {
1771
  text-shadow:
1771
  text-shadow:
1772
    0.5px -0.25px 0.5px #f7c35d,
1772
    0.5px -0.25px 0.5px #f7c35d,
1773
    1px   -0.5px  0.5px #a36729,
1773
    1px   -0.5px  0.5px #a36729,
1774
    1.5px -0.75px 0.5px #3c0800,
1774
    1.5px -0.75px 0.5px #3c0800,
1775
    2px   -1px          #1b011c;
1775
    2px   -1px          #1b011c;
1776
}
1776
}
1777
1777
1778
.seaQuest #seaQuest .e2 {
1778
.seaQuest #seaQuest .e2 {
1779
  text-shadow:
1779
  text-shadow:
1780
     0.5px -0.25px 0.5px #d8ab56,
1780
     0.5px -0.25px 0.5px #d8ab56,
1781
     1px   -0.5px  0.5px #5c3605;
1781
     1px   -0.5px  0.5px #5c3605;
1782
}
1782
}
1783
1783
1784
.seaQuest #seaQuest .s2 {
1784
.seaQuest #seaQuest .s2 {
1785
  text-shadow:
1785
  text-shadow:
1786
    0px    -0.25px 0.5px #d8ab56,
1786
    0px    -0.25px 0.5px #d8ab56,
1787
    -0.5px -0.5px  0.5px #5c3605,
1787
    -0.5px -0.5px  0.5px #5c3605,
1788
    -1px   -0.75px       #200d00,
1788
    -1px   -0.75px       #200d00,
1789
     0.5px -0.25px       #200d00;
1789
     0.5px -0.25px       #200d00;
1790
}
1790
}
1791
1791
1792
.seaQuest #seaQuest .t {
1792
.seaQuest #seaQuest .t {
1793
  text-shadow:
1793
  text-shadow:
1794
     0.5px -0.25px       #e9bf73,
1794
     0.5px -0.25px       #e9bf73,
1795
    -0.5px -0.25px 0.5px #d8ab56,
1795
    -0.5px -0.25px 0.5px #d8ab56,
1796
    -1px   -0.5px  0.5px #5c3605,
1796
    -1px   -0.5px  0.5px #5c3605,
1797
    -1.5px -0.75px       #200d00,
1797
    -1.5px -0.75px       #200d00,
1798
     0.5px -0.25px       #200d00;
1798
     0.5px -0.25px       #200d00;
1799
}
1799
}
1800
1800
1801
.seaQuest #dsv {
1801
.seaQuest #dsv {
1802
  position: relative;
1802
  position: relative;
1803
  visibility: hidden;
1803
  visibility: hidden;
1804
  display: block;
1804
  display: block;
1805
  margin-top: 0.5em;
1805
  margin-top: 0.5em;
1806
  padding-bottom: 0.25em;
1806
  padding-bottom: 0.25em;
1807
  line-height: 1;
1807
  line-height: 1;
1808
}
1808
}
1809
1809
1810
.seaQuest #dsv:after {
1810
.seaQuest #dsv:after {
1811
  position: absolute;
1811
  position: absolute;
1812
  visibility: visible;
1812
  visibility: visible;
1813
  left: -0.75em;
1813
  left: -0.75em;
1814
  top: 0;
1814
  top: 0;
1815
  right: 0;
1815
  right: 0;
1816
  bottom: 0;
1816
  bottom: 0;
1817
  content: "|";
1817
  content: "|";
1818
  text-align: center;
1818
  text-align: center;
1819
  text-shadow:
1819
  text-shadow:
1820
    0.5px -0.25px 0.5px #ffb43b,
1820
    0.5px -0.25px 0.5px #ffb43b,
1821
    1px   -0.5px  0.5px #e28d23,
1821
    1px   -0.5px  0.5px #e28d23,
1822
    1.5px -0.75px 0.5px #853400,
1822
    1.5px -0.75px 0.5px #853400,
1823
    2px   -1px          #510600;
1823
    2px   -1px          #510600;
1824
}
1824
}
1825
1825
1826
@font-face {
1826
@font-face {
1827
  font-family: "London Tube";
1827
  font-family: "London Tube";
1828
  src: local("P22 Johnston Underground"), url(/styles/fonts/non-free/p22-johnston-underground.ttf);
1828
  src: local("P22 Johnston Underground"), url(/styles/fonts/non-free/p22-johnston-underground.ttf);
1829
}
1829
}
1830
1830
1831
.sherlock {
1831
.sherlock {
1832
  font-family: "London Tube", sans-serif;
1832
  font-family: "London Tube", sans-serif;
1833
  font-size: 120%;
1833
  font-size: 120%;
1834
  text-transform: uppercase;
1834
  text-transform: uppercase;
1835
}
1835
}
1836
1836
1837
@font-face {
1837
@font-face {
1838
  font-family: "Simpsonfont";
1838
  font-family: "Simpsonfont";
1839
  src: local("Simpsonfont"), url(/styles/fonts/Simpsonfont.ttf);
1839
  src: local("Simpsonfont"), url(/styles/fonts/Simpsonfont.ttf);
1840
}
1840
}
1841
1841
1842
@font-face {
1842
@font-face {
1843
  font-family: "Akbar";
1843
  font-family: "Akbar";
1844
  src: local("Akbar"), url(/styles/fonts/akbar.ttf);
1844
  src: local("Akbar"), url(/styles/fonts/akbar.ttf);
1845
}
1845
}
1846
1846
1847
.simpsons {
1847
.simpsons {
1848
  position: relative;
1848
  position: relative;
1849
  display: inline-block;
1849
  display: inline-block;
1850
  min-width: 6em;
1850
  min-width: 6em;
1851
  min-height: 2em;
1851
  min-height: 2em;
1852
  padding: 0.125em 0.25em;
1852
  padding: 0.125em 0.25em;
1853
  background-color: #6598DC;
1853
  background-color: #6598DC;
1854
  color: #FFD166;
1854
  color: #FFD166;
1855
  font-family: "Akbar", sans-serif;
1855
  font-family: "Akbar", sans-serif;
1856
  text-align: center;
1856
  text-align: center;
1857
  text-transform: uppercase;
1857
  text-transform: uppercase;
1858
  overflow: hidden;
1858
  overflow: hidden;
1859
}
1859
}
1860
1860
1861
.simpsons span {
1861
.simpsons span {
1862
  position: relative;
1862
  position: relative;
1863
  display: block;
1863
  display: block;
1864
}
1864
}
1865
1865
1866
<?php
1866
<?php
1867
  Mixins::keyframes('zoom-in',
1867
  Mixins::keyframes('zoom-in',
1868
    '0% {
1868
    '0% {
1869
       opacity: 0;
1869
       opacity: 0;
1870
       -moz-transform: perspective(100px) translateX(0) translateY(0) translateZ(-400px);
1870
       -moz-transform: perspective(100px) translateX(0) translateY(0) translateZ(-400px);
1871
       -webkit-transform: perspective(100px) translateX(0) translateY(0) translateZ(-400px);
1871
       -webkit-transform: perspective(100px) translateX(0) translateY(0) translateZ(-400px);
1872
     }
1872
     }
1873
   
1873
   
1874
     20% {
1874
     20% {
1875
       opacity: 1;
1875
       opacity: 1;
1876
     }
1876
     }
1877
   
1877
   
1878
     100% {
1878
     100% {
1879
       -moz-transform: perspective(100px) translateX(5px) translateY(-4px) translateZ(100px);
1879
       -moz-transform: perspective(100px) translateX(5px) translateY(-4px) translateZ(100px);
1880
       -webkit-transform: perspective(100px) translateX(5px) translateY(-4px) translateZ(100px);
1880
       -webkit-transform: perspective(100px) translateX(5px) translateY(-4px) translateZ(100px);
1881
     }');
1881
     }');
1882
?>
1882
?>
1883
1883
1884
.simpsons:hover span.text {
1884
.simpsons:hover span.text {
1885
  <?php
1885
  <?php
1886
        Mixins::animation('-name', 'zoom-in');
1886
        Mixins::animation('-name', 'zoom-in');
1887
        /* -webkit-animation-iteration-count: infinite; */
1887
        /* -webkit-animation-iteration-count: infinite; */
1888
        Mixins::animation('-duration', '3s');
1888
        Mixins::animation('-duration', '3s');
1889
  ?>  
1889
  ?>  
1890
}
1890
}
1891
1891
1892
@font-face {
1892
@font-face {
1893
    font-family: 'Interdimensional';
1893
    font-family: 'Interdimensional';
1894
    src:
1894
    src:
1895
      url('/styles/fonts/Interdimensional.ttf.woff') format('woff'),
1895
      url('/styles/fonts/Interdimensional.ttf.woff') format('woff'),
1896
      url('/styles/fonts/Interdimensional.ttf.svg#Interdimensional') format('svg'),
1896
      url('/styles/fonts/Interdimensional.ttf.svg#Interdimensional') format('svg'),
1897
      url('/styles/fonts/Interdimensional.ttf.eot'),
1897
      url('/styles/fonts/Interdimensional.ttf.eot'),
1898
      url('/styles/fonts/Interdimensional.ttf.eot?#iefix') format('embedded-opentype');
1898
      url('/styles/fonts/Interdimensional.ttf.eot?#iefix') format('embedded-opentype');
1899
    font-weight: normal;
1899
    font-weight: normal;
1900
    font-style: normal;
1900
    font-style: normal;
1901
}
1901
}
1902
1902
1903
.sliders {
1903
.sliders {
1904
  padding: 0.125em 0.5em;
1904
  padding: 0.125em 0.5em;
1905
  background-color: #000;
1905
  background-color: #000;
1906
  color: #c1d4e2;
1906
  color: #c1d4e2;
1907
  font-family: Interdimensional, sans-serif;
1907
  font-family: Interdimensional, sans-serif;
1908
  letter-spacing: 0.125em;
1908
  letter-spacing: 0.125em;
1909
  text-transform: uppercase;
1909
  text-transform: uppercase;
1910
  text-shadow: 0 0 2px #c1d4e2;
1910
  text-shadow: 0 0 2px #c1d4e2;
1911
}
1911
}
1912
1912
1913
.sliders .last {
1913
.sliders .last {
1914
  letter-spacing: normal;
1914
  letter-spacing: normal;
1915
}
1915
}
1916
1916
1917
@font-face {
1917
@font-face {
1918
  font-family: "Smallville";
1918
  font-family: "Smallville";
1919
  src: local("Smallville"), url(/styles/fonts/Smallville1.ttf);
1919
  src: local("Smallville"), url(/styles/fonts/Smallville1.ttf);
1920
}
1920
}
1921
1921
1922
.smallville {
1922
.smallville {
1923
  font-family: "Smallville", sans-serif;
1923
  font-family: "Smallville", sans-serif;
1924
  font-size: 160%;
1924
  font-size: 160%;
1925
  text-transform: uppercase;
1925
  text-transform: uppercase;
1926
  color: #FE1318;
1926
  color: #FE1318;
1927
}
1927
}
1928
1928
1929
/* Symmetric "Superman" effect */
1929
/* Symmetric "Superman" effect */
1930
.smallville span {
1930
.smallville span {
1931
  position: relative;
1931
  position: relative;
1932
  top: -0.1em;
1932
  top: -0.1em;
1933
  font-size: 90%;
1933
  font-size: 90%;
1934
}
1934
}
1935
1935
1936
.space-above-beyond {
1936
.space-above-beyond {
1937
  display: inline-block;
1937
  display: inline-block;
1938
  background-color: #222723;
1938
  background-color: #222723;
1939
  color: #A7B2C4;
1939
  color: #A7B2C4;
1940
  padding: 0.25em 0.5em;
1940
  padding: 0.25em 0.5em;
1941
  text-transform: uppercase;
1941
  text-transform: uppercase;
1942
}
1942
}
1943
1943
1944
@font-face {
1944
@font-face {
1945
  font-family: "Freedom Fighter";
1945
  font-family: "Freedom Fighter";
1946
  src: local("Freedom Fighter"), url(/styles/fonts/freedomfighter.ttf);
1946
  src: local("Freedom Fighter"), url(/styles/fonts/freedomfighter.ttf);
1947
}
1947
}
1948
1948
1949
.space-above-beyond .space {
1949
.space-above-beyond .space {
1950
  display: block;
1950
  display: block;
1951
  color: #5E5C5D;
1951
  color: #5E5C5D;
1952
  font: 150% "Freedom Fighter", sans-serif;
1952
  font: 150% "Freedom Fighter", sans-serif;
1953
  text-align: justify;
1953
  text-align: justify;
1954
  text-shadow: 1px 1px 1px #0A0300, -1px -1px 1px #F5FBFF;
1954
  text-shadow: 1px 1px 1px #0A0300, -1px -1px 1px #F5FBFF;
1955
}
1955
}
1956
1956
1957
.space-above-beyond .space span {
1957
.space-above-beyond .space span {
1958
  letter-spacing: normal;
1958
  letter-spacing: normal;
1959
}
1959
}
1960
1960
1961
.space-above-beyond .above-beyond {
1961
.space-above-beyond .above-beyond {
1962
  display: block;
1962
  display: block;
1963
  font-size: 50%;
1963
  font-size: 50%;
1964
  text-align: justify;
1964
  text-align: justify;
1965
  word-spacing: 0.125em;
1965
  word-spacing: 0.125em;
1966
  -webkit-text-stroke: #A7B2C4 1px;
1966
  -webkit-text-stroke: #A7B2C4 1px;
1967
}
1967
}
1968
1968
1969
.space-above-beyond .above-beyond span {
1969
.space-above-beyond .above-beyond span {
1970
  word-spacing: normal;
1970
  word-spacing: normal;
1971
}
1971
}
1972
1972
1973
@font-face {
1973
@font-face {
1974
  font-family: "Stargate";
1974
  font-family: "Stargate";
1975
  src: local("Stargate"), url(/styles/fonts/STARGATE.TTF);
1975
  src: local("Stargate"), url(/styles/fonts/STARGATE.TTF);
1976
}
1976
}
1977
1977
1978
.stargate {
1978
.stargate {
1979
  display: inline-block;
1979
  display: inline-block;
1980
  font-family: "Stargate", serif;
1980
  font-family: "Stargate", serif;
1981
  font-size: 122%;
1981
  font-size: 122%;
1982
  text-align: center;
1982
  text-align: center;
1983
  text-transform: uppercase;
1983
  text-transform: uppercase;
1984
}
1984
}
1985
1985
1986
.stargate > span {
1986
.stargate > span {
1987
  display: block;
1987
  display: block;
1988
}
1988
}
1989
1989
1990
.stargate.en {
1990
.stargate.en {
1991
  letter-spacing: 0.125em;
1991
  letter-spacing: 0.125em;
1992
}
1992
}
1993
1993
1994
.stargate.en span span:last-child {
1994
.stargate.en span span:last-child {
1995
  letter-spacing: normal;
1995
  letter-spacing: normal;
1996
}
1996
}
1997
1997
1998
.stargate.en > span:first-child {
1998
.stargate.en > span:first-child {
1999
  padding-bottom: 0;
1999
  padding-bottom: 0;
2000
  border-bottom: 1px solid black;
2000
  border-bottom: 1px solid black;
2001
}
2001
}
2002
2002
2003
.stargate.en > span:last-child {
2003
.stargate.en > span:last-child {
2004
  padding-top: 0.125em;
2004
  padding-top: 0.125em;
2005
}
2005
}
2006
2006
2007
.stargate.de > span:last-child {
2007
.stargate.de > span:last-child {
2008
  font-size: 64%;
2008
  font-size: 64%;
2009
}
2009
}
2010
2010
2011
.stargate .a {
2011
.stargate .a {
2012
  text-transform: lowercase;
2012
  text-transform: lowercase;
2013
}
2013
}
2014
2014
2015
.atlantis .stargate {
2015
.atlantis .stargate {
2016
  display: inline-block;
2016
  display: inline-block;
2017
  padding: 0 0.25em;
2017
  padding: 0 0.25em;
2018
  border-bottom: 1px solid black;
2018
  border-bottom: 1px solid black;
2019
  font-size: 81%;
2019
  font-size: 81%;
2020
  letter-spacing: 0.125em;
2020
  letter-spacing: 0.125em;
2021
}
2021
}
2022
2022
2023
.atlantis .atlantis {
2023
.atlantis .atlantis {
2024
  margin-top: 0.125em;
2024
  margin-top: 0.125em;
2025
  position: relative;
2025
  position: relative;
2026
  top: -0.15em;
2026
  top: -0.15em;
2027
  padding-top: 0.15em;
2027
  padding-top: 0.15em;
2028
  letter-spacing: 0.125em;
2028
  letter-spacing: 0.125em;
2029
}
2029
}
2030
2030
2031
.atlantis span span:last-child
2031
.atlantis span span:last-child
2032
{
2032
{
2033
  letter-spacing: normal;
2033
  letter-spacing: normal;
2034
}
2034
}
2035
2035
2036
.sg-u {
2036
.sg-u {
2037
  padding: 0.25em 0.25em 0 0.25em;
2037
  padding: 0.25em 0.25em 0 0.25em;
2038
  background-color: #000;
2038
  background-color: #000;
2039
  color: #eee;
2039
  color: #eee;
2040
  font-family: "Eurostile Extended", sans-serif;
2040
  font-family: "Eurostile Extended", sans-serif;
2041
  font-size: 122%;
2041
  font-size: 122%;
2042
  font-weight: bold;
2042
  font-weight: bold;
2043
  letter-spacing: -0.125em;
2043
  letter-spacing: -0.125em;
2044
}
2044
}
2045
2045
2046
.sg-u .ring {
2046
.sg-u .ring {
2047
  letter-spacing: -0.2em;
2047
  letter-spacing: -0.2em;
2048
}
2048
}
2049
2049
2050
@font-face {
2050
@font-face {
2051
  font-family: "Torchwood";
2051
  font-family: "Torchwood";
2052
  src: local("Torchwood"), url(/styles/fonts/Torchwood.ttf);
2052
  src: local("Torchwood"), url(/styles/fonts/Torchwood.ttf);
2053
}
2053
}
2054
2054
2055
@font-face {
2055
@font-face {
2056
  font-family: "Federation Classic";
2056
  font-family: "Federation Classic";
2057
  src: local("Federation Classic"), url(/styles/fonts/FEC_____.TTF);
2057
  src: local("Federation Classic"), url(/styles/fonts/FEC_____.TTF);
2058
}
2058
}
2059
2059
2060
.star-trek-tos {
2060
.star-trek-tos {
2061
  padding: 0.125em 0.25em 0 0.25em;
2061
  padding: 0.125em 0.25em 0 0.25em;
2062
  background-color: #000;
2062
  background-color: #000;
2063
  color: #FBB72C;
2063
  color: #FBB72C;
2064
  font-family: "Federation Classic", sans-serif;
2064
  font-family: "Federation Classic", sans-serif;
2065
  font-size: 150%;
2065
  font-size: 150%;
2066
  text-transform: lowercase;
2066
  text-transform: lowercase;
2067
}
2067
}
2068
2068
2069
@font-face {
2069
@font-face {
2070
  font-family: "Starnext";
2070
  font-family: "Starnext";
2071
        src: local("Starnext"), url(/styles/fonts/StarNext.ttf);
2071
        src: local("Starnext"), url(/styles/fonts/StarNext.ttf);
2072
}
2072
}
2073
2073
2074
.star-trek-tng {
2074
.star-trek-tng {
2075
  display: inline-block;
2075
  display: inline-block;
2076
  padding: 0.25em 0.5em 0.25em 0.5em;
2076
  padding: 0.25em 0.5em 0.25em 0.5em;
2077
  background-color: #000;
2077
  background-color: #000;
2078
  color: #2D7BCD;
2078
  color: #2D7BCD;
2079
  font-family: "Starnext", sans-serif;
2079
  font-family: "Starnext", sans-serif;
2080
  font-size: 120%;
2080
  font-size: 120%;
2081
  line-height: 1;
2081
  line-height: 1;
2082
        text-transform: uppercase;
2082
        text-transform: uppercase;
2083
  text-align: center;
2083
  text-align: center;
2084
}
2084
}
2085
2085
2086
.star-trek-tng span {
2086
.star-trek-tng span {
2087
  display: block;
2087
  display: block;
2088
}
2088
}
2089
2089
2090
.star-trek-tng .star {
2090
.star-trek-tng .star {
2091
  text-align: left;
2091
  text-align: left;
2092
}
2092
}
2093
2093
2094
.star-trek-tng .trek {
2094
.star-trek-tng .trek {
2095
  position: relative;
2095
  position: relative;
2096
  top: -0.2em;
2096
  top: -0.2em;
2097
  text-align: right;
2097
  text-align: right;
2098
}
2098
}
2099
2099
2100
.star-trek-tng .tng {
2100
.star-trek-tng .tng {
2101
  font-size: 44%;
2101
  font-size: 44%;
2102
}
2102
}
2103
2103
2104
.time-trax {
2104
.time-trax {
2105
  background-color: #fff;
2105
  background-color: #fff;
2106
  color: #003ee5;
2106
  color: #003ee5;
2107
  font-size: 120%;
2107
  font-size: 120%;
2108
  font-weight: bold;
2108
  font-weight: bold;
2109
  text-shadow: 2px 1px #00021c;
2109
  text-shadow: 2px 1px #00021c;
2110
}
2110
}
2111
2111
2112
.torchwood {
2112
.torchwood {
2113
  padding: 0.125em 0.25em;
2113
  padding: 0.125em 0.25em;
2114
  background-color: black;
2114
  background-color: black;
2115
  color: #E72524;
2115
  color: #E72524;
2116
  font-family: "Torchwood", serif;
2116
  font-family: "Torchwood", serif;
2117
  font-size: 106%;
2117
  font-size: 106%;
2118
  text-transform: uppercase;
2118
  text-transform: uppercase;
2119
}
2119
}
2120
2120
2121
@font-face {
2121
@font-face {
2122
  font-family: "True Blood";
2122
  font-family: "True Blood";
2123
  src: local("True Blood"), url(/styles/fonts/non-free/TRUEBLOOD.ttf);
2123
  src: local("True Blood"), url(/styles/fonts/non-free/TRUEBLOOD.ttf);
2124
}
2124
}
2125
2125
2126
.true-blood {
2126
.true-blood {
2127
  font-family: "True Blood", sans-serif;
2127
  font-family: "True Blood", sans-serif;
2128
}
2128
}
2129
2129
2130
.true-blood .upper {
2130
.true-blood .upper {
2131
  text-transform: uppercase;
2131
  text-transform: uppercase;
2132
}
2132
}
2133
2133
2134
.true-blood .blood {
2134
.true-blood .blood {
2135
  color: #991b30;
2135
  color: #991b30;
2136
}
2136
}
2137
2137
2138
.true-blood .lower {
2138
.true-blood .lower {
2139
  text-transform: lowercase;
2139
  text-transform: lowercase;
2140
}
2140
}
2141
2141
2142
.tara {
2142
.tara {
2143
  font-family: sans-serif;
2143
  font-family: sans-serif;
2144
  font-weight: bold;
2144
  font-weight: bold;
2145
  text-transform: uppercase;
2145
  text-transform: uppercase;
2146
}
2146
}
2147
2147
2148
.visitors {
2148
.visitors {
2149
  display: inline-block;
2149
  display: inline-block;
2150
  position: relative;
2150
  position: relative;
2151
  padding: 0.5em 0.5em 0.25em 0.5em;
2151
  padding: 0.5em 0.5em 0.25em 0.5em;
2152
  background-color: #000;
2152
  background-color: #000;
2153
  color: #ff1700;
2153
  color: #ff1700;
2154
  font-family: fantasy;
2154
  font-family: fantasy;
2155
  font-size: 80%;
2155
  font-size: 80%;
2156
  line-height: 2em;
2156
  line-height: 2em;
2157
}
2157
}
2158
2158
2159
.visitors span {
2159
.visitors span {
2160
  vertical-align: middle;
2160
  vertical-align: middle;
2161
}
2161
}
2162
2162
2163
.visitors .v {
2163
.visitors .v {
2164
  position: absolute;
2164
  position: absolute;
2165
  left: 0;
2165
  left: 0;
2166
  width: 100%;
2166
  width: 100%;
2167
  font-size: 300%;
2167
  font-size: 300%;
2168
  color: rgba(210, 0, 1, 0.8);
2168
  color: rgba(210, 0, 1, 0.8);
2169
  text-align: center;
2169
  text-align: center;
2170
}
2170
}
2171
2171
2172
.visitors .subtitle {
2172
.visitors .subtitle {
2173
  text-transform: uppercase;
2173
  text-transform: uppercase;
2174
}
2174
}
2175
2175
2176
@font-face {
2176
@font-face {
2177
  font-family: "Gunplay";
2177
  font-family: "Gunplay";
2178
  src: local("Gunplay"), url(/styles/fonts/gunplay.ttf);
2178
  src: local("Gunplay"), url(/styles/fonts/gunplay.ttf);
2179
}
2179
}
2180
2180
2181
.warehouse-13 {
2181
.warehouse-13 {
2182
  padding: 0 0.25em 0.125em 0.25em;
2182
  padding: 0 0.25em 0.125em 0.25em;
2183
  background-color: #000;
2183
  background-color: #000;
2184
  color: #BF311A;
2184
  color: #BF311A;
2185
  font-family: "Gunplay", sans-serif;
2185
  font-family: "Gunplay", sans-serif;
2186
  text-transform: uppercase;
2186
  text-transform: uppercase;
2187
}
2187
}
2188
2188
2189
.warehouse-13 .numbers {
2189
.warehouse-13 .numbers {
2190
  color: #B4B4B4;
2190
  color: #B4B4B4;
2191
}
2191
}
2192
2192
2193
div.box {
2193
div.box {
2194
  border: 1px solid black;
2194
  border: 1px solid black;
2195
  position: relative;
2195
  position: relative;
2196
  text-align: center;
2196
  text-align: center;
2197
}
2197
}
2198
2198
2199
div.meter, div.coverage {
2199
div.meter, div.coverage {
2200
  position: absolute;
2200
  position: absolute;
2201
  height: 100%;
2201
  height: 100%;
2202
}
2202
}
2203
2203
2204
div.meter {
2204
div.meter {
2205
  background-color: rgba(0, 0, 128, 0.5);
2205
  background-color: rgba(0, 0, 128, 0.5);
2206
}
2206
}
2207
2207
2208
div.season {
2208
div.season {
2209
  position: absolute;
2209
  position: absolute;
2210
  border-left: 1px solid #333;
2210
  border-left: 1px solid #333;
2211
  background-color: transparent;
2211
  background-color: transparent;
2212
  color: #999;
2212
  color: #999;
2213
  overflow: hidden;
2213
  overflow: hidden;
2214
  white-space: nowrap;
2214
  white-space: nowrap;
2215
}
2215
}
2216
2216
2217
div.coverage {
2217
div.coverage {
2218
  background-color: rgba(0, 218, 0, 0.5);
2218
  background-color: rgba(0, 218, 0, 0.5);
2219
}
2219
}
2220
2220
2221
.percentage {
2221
.percentage {
2222
  position: relative;
2222
  position: relative;
2223
  background-color: rgba(255, 255, 255, 0.5);
2223
  background-color: rgba(255, 255, 255, 0.5);
2224
}
2224
}
2225
 
2225