Subversion Repositories LCARS

Rev

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

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

1277

1260
.numb3rs:after {
1278
.numb3rs:after {
1261
  content: "Numb3rs";
1279
  content: "Numb3rs";
1262
  color: #898b88;
1280
  color: #898b88;
1263
  text-transform: uppercase;
1281
  text-transform: uppercase;
1264
} */
1282
} */
1265
1283
1266
@font-face {
1284
@font-face {
1267
  font-family: "Unconform Round";
1285
  font-family: "Unconform Round";
1268
  src: local("Unconform Round"), url(/styles/fonts/UNCON___.TTF);
1286
  src: local("Unconform Round"), url(/styles/fonts/UNCON___.TTF);
1269
}
1287
}
1270
1288
1271
.odyssey5 {
1289
.odyssey5 {
1272
  padding: 0.5em 0.5em 0.125em 0.5em;
1290
  padding: 0.5em 0.5em 0.125em 0.5em;
1273
  background-color: #000;
1291
  background-color: #000;
1274
  color: #d1550b;
1292
  color: #d1550b;
1275
  font-family: "Unconform Round", sans-serif;
1293
  font-family: "Unconform Round", sans-serif;
1276
  text-transform: uppercase;
1294
  text-transform: uppercase;
1277
  letter-spacing: 0.125em;
1295
  letter-spacing: 0.125em;
1278
}
1296
}
1279
1297
1280
.odyssey5 .s2 {
1298
.odyssey5 .s2 {
1281
  letter-spacing: 0.25em;
1299
  letter-spacing: 0.25em;
1282
}
1300
}
1283
1301
1284
.odyssey5 .e {
1302
.odyssey5 .e {
1285
  letter-spacing: 0.5em;
1303
  letter-spacing: 0.5em;
1286
}
1304
}
1287
1305
1288
.odyssey5 .y2 {
1306
.odyssey5 .y2 {
1289
  letter-spacing: 0.5em;
1307
  letter-spacing: 0.5em;
1290
}
1308
}
1291
1309
1292
.odyssey5 .five {
1310
.odyssey5 .five {
1293
  letter-spacing: normal;
1311
  letter-spacing: normal;
1294
}
1312
}
1295
1313
1296
@font-face {
1314
@font-face {
1297
  font-family: "Dateline Bold";
1315
  font-family: "Dateline Bold";
1298
  src: local("Dateline Bold"), url(/styles/fonts/DatelineBold.ttf);
1316
  src: local("Dateline Bold"), url(/styles/fonts/DatelineBold.ttf);
1299
}
1317
}
1300
 
1318
 
1301
.psych {
1319
.psych {
1302
  font-family: "Dateline Bold", serif;
1320
  font-family: "Dateline Bold", serif;
1303
  font-size: 110%;
1321
  font-size: 110%;
1304
  letter-spacing: -0.125em;
1322
  letter-spacing: -0.125em;
1305
  color: #749f27;
1323
  color: #749f27;
1306
}
1324
}
1307
 
1325
 
1308
@font-face {
1326
@font-face {
1309
  font-family: "Swiss Cheesed";
1327
  font-family: "Swiss Cheesed";
1310
  src: local("SwissCheese"), url(/styles/fonts/SwissCheesed.ttf);
1328
  src: local("SwissCheese"), url(/styles/fonts/SwissCheesed.ttf);
1311
}
1329
}
1312
1330
1313
.quantum-leap {
1331
.quantum-leap {
1314
  position: relative;
1332
  position: relative;
1315
  display: inline-block;
1333
  display: inline-block;
1316
  left: 0;
1334
  left: 0;
1317
  top: 0;
1335
  top: 0;
1318
  padding: 0.5em 0.5em 0.25em 0.5em;
1336
  padding: 0.5em 0.5em 0.25em 0.5em;
1319
  background-color: black;
1337
  background-color: black;
1320
  <?php
1338
1321
    $ql_shine = '#6f98e5';
-
 
1322
    $ql_glow = '#5598ff';
1339
  color: #5598ff;
1323
    $ql_glow_range = '8px';
-
 
1324
  ?>
-
 
1325
  color: <?php echo $ql_glow; ?>;
-
 
1326
  font-family: "Swiss Cheesed", sans-serif;
1340
  font-family: "Swiss Cheesed", sans-serif;
1327
  font-size: 110%;
1341
  font-size: 110%;
1328
  letter-spacing: 0.0625em;
1342
  letter-spacing: 0.0625em;
1329
  text-transform: uppercase;
1343
  text-transform: uppercase;
1330
  text-align: center;
1344
  text-align: center;
1331
  text-shadow:
1345
  text-shadow:
1332
    -1px -1px <?php echo $ql_shine; ?>,
1346
    -1px -1px #6f98e5,
1333
     0   -1px <?php echo $ql_shine; ?>,
1347
     0   -1px #6f98e5,
1334
     1px -1px <?php echo $ql_shine; ?>,
1348
     1px -1px #6f98e5,
1335
    -1px  0px <?php echo $ql_shine; ?>,
1349
    -1px  0px #6f98e5,
1336
     0    0px <?php echo $ql_shine; ?>,
1350
     0    0px #6f98e5,
1337
     1px  0px <?php echo $ql_shine; ?>,
1351
     1px  0px #6f98e5,
1338
    -1px  1px <?php echo $ql_shine; ?>,
1352
    -1px  1px #6f98e5,
1339
     0    1px <?php echo $ql_shine; ?>,
1353
     0    1px #6f98e5,
1340
     1px  1px <?php echo $ql_shine; ?>,
1354
     1px  1px #6f98e5,
1341
    -1px -1px <?php echo $ql_glow_range . ' ' . $ql_glow; ?>,
1355
    -1px -1px 8px #5598ff,
1342
     0   -1px <?php echo $ql_glow_range . ' ' . $ql_glow; ?>,
1356
     0   -1px 8px #5598ff,
1343
     1px -1px <?php echo $ql_glow_range . ' ' . $ql_glow; ?>,
1357
     1px -1px 8px #5598ff,
1344
    -1px  0   <?php echo $ql_glow_range . ' ' . $ql_glow; ?>,
1358
    -1px  0   8px #5598ff,
1345
     0    0   <?php echo $ql_glow_range . ' ' . $ql_glow; ?>,
1359
     0    0   8px #5598ff,
1346
     1px  0   <?php echo $ql_glow_range . ' ' . $ql_glow; ?>,
1360
     1px  0   8px #5598ff,
1347
    -1px  1px <?php echo $ql_glow_range . ' ' . $ql_glow; ?>,
1361
    -1px  1px 8px #5598ff,
1348
     0    1px <?php echo $ql_glow_range . ' ' . $ql_glow; ?>,
1362
     0    1px 8px #5598ff,
1349
     1px  1px <?php echo $ql_glow_range . ' ' . $ql_glow; ?>;
1363
     1px  1px 8px #5598ff;
1350
}
1364
}
1351
1365
1352
.quantum-leap .gradient {
1366
.quantum-leap .gradient {
1353
  position: absolute;
1367
  position: absolute;
1354
  left: 0;
1368
  left: 0;
1355
  top: 0;
1369
  top: 0;
1356
  padding: 0.5em 0.5em 0.25em 0.5em;
1370
  padding: 0.5em 0.5em 0.25em 0.5em;
1357
  color: #000;
1371
  color: #000;
1358
  -webkit-text-fill-color: <?php echo $ql_glow; ?>;
1372
  -webkit-text-fill-color: #5598ff;
1359
  -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 1), transparent 33%);
1373
  -webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 1), transparent 33%);
1360
  z-index: 2;
1374
  z-index: 2;
1361
}
1375
}
1362
.quantum-leap:after {
1376
.quantum-leap:after {
1363
  content: "Quantum Leap";
1377
  content: "Quantum Leap";
1364
  color: #000;
1378
  color: #000;
1365
}
1379
}
1366
1380
1367
@font-face {
1381
@font-face {
1368
  font-family: "Spleeny Decaf GD";
1382
  font-family: "Spleeny Decaf GD";
1369
  src: local("Spleeny Decaf GD"), url(/styles/fonts/Spleeny%20Decaf%20GD.ttf);
1383
  src: local("Spleeny Decaf GD"), url(/styles/fonts/Spleeny%20Decaf%20GD.ttf);
1370
}
1384
}
1371
1385
1372
.reaper {
1386
.reaper {
1373
  font-family: "Spleeny Decaf GD", fantasy;
1387
  font-family: "Spleeny Decaf GD", fantasy;
1374
  text-transform: uppercase;
1388
  text-transform: uppercase;
1375
}
1389
}
1376
1390
1377
@font-face {
1391
@font-face {
1378
  font-family: "Roswell";
1392
  font-family: "Roswell";
1379
  src: local("Roswell"), url(/styles/fonts/Roswell.TTF);
1393
  src: local("Roswell"), url(/styles/fonts/Roswell.TTF);
1380
}
1394
}
1381
1395
1382
.roswell {
1396
.roswell {
1383
  display: inline-block;
1397
  display: inline-block;
1384
  padding: 0.25em 0.5em 0.125em 0.5em;
1398
  padding: 0.25em 0.5em 0.125em 0.5em;
1385
  background-color: #000;
1399
  background-color: #000;
1386
  background-image: -moz-linear-gradient(left, #6f3811, #000);
1400
  background-image: -moz-linear-gradient(left, #6f3811, #000);
1387
  background-image: -o-linear-gradient(left, #6f3811, #000);
1401
  background-image: -o-linear-gradient(left, #6f3811, #000);
1388
  background-image: -webkit-linear-gradient(left, #6f3811, #000);
1402
  background-image: -webkit-linear-gradient(left, #6f3811, #000);
1389
  background-image: linear-gradient(left, #6f3811, #000);
1403
  background-image: linear-gradient(left, #6f3811, #000);
1390
  color: #ffffbc;
1404
  color: #ffffbc;
1391
  font-family: "Roswell", sans-serif;
1405
  font-family: "Roswell", sans-serif;
1392
  letter-spacing: 0.25em;
1406
  letter-spacing: 0.25em;
1393
  <?php $roswell_red = '138, 8, 0'; ?>
-
 
-
 
1407
1394
  text-shadow:
1408
  text-shadow:
1395
    -1px -1px 1px rgba(<?php echo $roswell_red; ?>, 0.5), 0px -1px 1px rgba(<?php echo $roswell_red; ?>, 0.5), 1px -1px 1px rgba(<?php echo $roswell_red; ?>, 0.5),
1409
    -1px -1px 1px rgba(138, 8, 0, 0.5),
1396
    -1px  0px 1px rgba(<?php echo $roswell_red; ?>, 0.5), 0px  0px 1px rgba(<?php echo $roswell_red; ?>, 0.5), 1px  0px 1px rgba(<?php echo $roswell_red; ?>, 0.5),
1410
     0px  1px 1px rgba(138, 8, 0, 0.5),
1397
    -1px  1px 1px rgba(<?php echo $roswell_red; ?>, 0.5), 0px  1px 1px rgba(<?php echo $roswell_red; ?>, 0.5), 1px  1px 1px rgba(<?php echo $roswell_red; ?>, 0.5);
1411
     1px  1px 1px rgba(138, 8, 0, 0.5);
1398
  text-transform: uppercase;
1412
  text-transform: uppercase;
1399
  -webkit-text-stroke: 0.25px rgba(<?php echo $roswell_red; ?>, 0.75);
1413
  -webkit-text-stroke: 0.25px rgba(138, 8, 0, 0.75);
1400
}
1414
}
1401
1415
1402
.roswell span {
1416
.roswell span {
1403
  letter-spacing: normal;
1417
  letter-spacing: normal;
1404
}
1418
}
1405
1419
1406
.samantha-who {
1420
.samantha-who {
1407
  display: inline-block;
1421
  display: inline-block;
1408
  padding: 0.125em 0.25em 0.125em 0.25em;
1422
  padding: 0.125em 0.25em 0.125em 0.25em;
1409
  background-color: #000;
1423
  background-color: #000;
1410
  color: #e3e5e2;
1424
  color: #e3e5e2;
1411
  line-height: 1em;
1425
  line-height: 1em;
1412
}
1426
}
1413
1427
1414
.samantha-who .text {
1428
.samantha-who .text {
1415
  display: inline-block;
1429
  display: inline-block;
1416
}
1430
}
1417
1431
1418
.samantha-who .samantha {
1432
.samantha-who .samantha {
1419
  display: block;
1433
  display: block;
1420
  position: relative;
1434
  position: relative;
1421
  padding-top: 0.25em;
1435
  padding-top: 0.25em;
1422
  padding-left: 0.25em;
1436
  padding-left: 0.25em;
1423
  font-family: "a_Futura Orto", sans-serif;
1437
  font-family: "a_Futura Orto", sans-serif;
1424
  text-transform: uppercase;
1438
  text-transform: uppercase;
1425
}
1439
}
1426
1440
1427
.samantha-who .samantha::after {
1441
.samantha-who .samantha::after {
1428
  position: absolute;
1442
  position: absolute;
1429
  left: -0.2em;
1443
  left: -0.2em;
1430
  top: -1.05em;
1444
  top: -1.05em;
1431
  right: 0.2em;
1445
  right: 0.2em;
1432
  bottom: 1.05em;
1446
  bottom: 1.05em;
1433
  background-image: -webkit-radial-gradient(10% 15%, 20% 20%, transparent 15%, #d29c13 26%, #d29c13 34%, transparent 45%);
1447
  background-image: -webkit-radial-gradient(10% 15%, 20% 20%, transparent 15%, #d29c13 26%, #d29c13 34%, transparent 45%);
1434
  content: "";
1448
  content: "";
1435
  -webkit-transform: rotate(-27deg);
1449
  -webkit-transform: rotate(-27deg);
1436
  /*border: 1px solid red;*/
1450
  /*border: 1px solid red;*/
1437
}
1451
}
1438
1452
1439
.samantha-who .who,
1453
.samantha-who .who,
1440
.samantha-who .q {
1454
.samantha-who .q {
1441
  color: #e81b04;
1455
  color: #e81b04;
1442
}
1456
}
1443
 
1457
 
1444
.samantha-who .who {
1458
.samantha-who .who {
1445
  display: block;
1459
  display: block;
1446
  font-weight: bold;
1460
  font-weight: bold;
1447
  line-height: 0.75em;
1461
  line-height: 0.75em;
1448
}
1462
}
1449
1463
1450
.samantha-who .q {
1464
.samantha-who .q {
1451
  font-family: cursive;
1465
  font-family: cursive;
1452
  font-size: 200%;
1466
  font-size: 200%;
1453
  font-weight: lighter;
1467
  font-weight: lighter;
1454
}
1468
}
1455
1469
1456
@font-face {
1470
@font-face {
1457
  font-family: "Scrubs";
1471
  font-family: "Scrubs";
1458
  src: local("TSS Scrubs Logo"), url(/styles/fonts/tsslogo.ttf);
1472
  src: local("TSS Scrubs Logo"), url(/styles/fonts/tsslogo.ttf);
1459
}
1473
}
1460
1474
1461
.scrubs:before {
1475
.scrubs:before {
1462
  content: "[";
1476
  content: "[";
1463
}
1477
}
1464
1478
1465
.scrubs {
1479
.scrubs {
1466
  padding: 0.125em 0.25em 0 0.25em;
1480
  padding: 0.125em 0.25em 0 0.25em;
1467
  background-color: #15121a;
1481
  background-color: #15121a;
1468
  color: #d0f9fb;
1482
  color: #d0f9fb;
1469
  font-family: "Scrubs", sans-serif;
1483
  font-family: "Scrubs", sans-serif;
1470
  font-size: 150%;
1484
  font-size: 150%;
1471
  text-shadow: 0 0 10px #d0f9fb;
1485
  text-shadow: 0 0 10px #d0f9fb;
1472
}
1486
}
1473
1487
1474
.scrubs .s {
1488
.scrubs .s {
1475
  text-transform: uppercase;
1489
  text-transform: uppercase;
1476
}
1490
}
1477
1491
1478
.scrubs:after {
1492
.scrubs:after {
1479
  content: "]";
1493
  content: "]";
1480
}
1494
}
1481
1495
1482
@font-face {
1496
@font-face {
1483
  font-family: "seaQuest";
1497
  font-family: "seaQuest";
1484
  src: local("Seaquest"), url(/styles/fonts/SQDSV.TTF);
1498
  src: local("Seaquest"), url(/styles/fonts/SQDSV.TTF);
1485
}
1499
}
1486
1500
1487
.seaQuest {
1501
.seaQuest {
1488
  position: relative;
1502
  position: relative;
1489
  display: inline-block;
1503
  display: inline-block;
1490
  padding-top: 1.5em;
1504
  padding-top: 1.5em;
1491
  background-color: #00001e;
1505
  background-color: #00001e;
1492
<?php
1506
<?php
1493
  // error_reporting(E_ALL | E_STRICT);
1507
  // error_reporting(E_ALL | E_STRICT);
1494
  $lambda = 1;
1508
  $lambda = 1;
1495
  for ($i = 0; $i < 200; ++$i)
1509
  for ($i = 0; $i < 200; ++$i)
1496
  {
1510
  {
1497
    $x = mt_rand(1, 99);
1511
    $x = mt_rand(1, 99);
1498
    /*
1512
    /*
1499
     * Decreasing probability of pixels near bottom through exponential distribution;
1513
     * Decreasing probability of pixels near bottom through exponential distribution;
1500
     * TODO: If coord > 50%, decrease probability of appearance.
1514
     * TODO: If coord > 50%, decrease probability of appearance.
1501
     */
1515
     */
1502
    $y = mt_rand(1, $lambda * exp(-$lambda * mt_rand(0, 5)) * 99);
1516
    $y = mt_rand(1, $lambda * exp(-$lambda * mt_rand(0, 5)) * 99);
1503
    $coords[] = array('x' => $x, 'y' => $y);
1517
    $coords[] = array('x' => $x, 'y' => $y);
1504
  }
1518
  }
1505
 
1519
 
1506
  $dots = array_map(function ($coord) {
1520
  $dots = array_map(function ($coord) {
1507
    return "-webkit-radial-gradient({$coord['x']}% {$coord['y']}%, 1px 1px, rgba(255, 255, 255, 0.75), rgba(0, 0, 30, 0))";
1521
    return "-webkit-radial-gradient({$coord['x']}% {$coord['y']}%, 1px 1px, rgba(255, 255, 255, 0.75), rgba(0, 0, 30, 0))";
1508
  }, $coords);
1522
  }, $coords);
1509
  $gold = '#ffc50c';
-
 
1510
?>
1523
?>
1511
  /* water bubbles */
1524
  /* water bubbles */
1512
  background-image: <?php echo implode(",\n    ", $dots); ?>,
1525
  background-image: <?php echo implode(",\n    ", $dots); ?>,
1513
    /* sunlight */
1526
    /* sunlight */
1514
    -webkit-radial-gradient(50% 0%, 50% 200%, #00438c, rgba(0, 0, 31, 0)),
1527
    -webkit-radial-gradient(50% 0%, 50% 200%, #00438c, rgba(0, 0, 31, 0)),
1515
    /* water */
1528
    /* water */
1516
    -webkit-linear-gradient(#030129, #00000c);
1529
    -webkit-linear-gradient(#030129, #00000c);
1517
  color: <?php echo $gold; ?>;
1530
  color: #ffc50c;
1518
  font-family: "seaQuest", sans-serif;
1531
  font-family: "seaQuest", sans-serif;
1519
  font-size: 92%;
1532
  font-size: 92%;
1520
}
1533
}
1521
1534
1522
.seaQuest #seaQuest {
1535
.seaQuest #seaQuest {
1523
  display: block;
1536
  display: block;
1524
  padding: 0 0.25em;
1537
  padding: 0 0.25em;
1525
  text-transform: uppercase;
1538
  text-transform: uppercase;
1526
  line-height: 1;
1539
  line-height: 1;
1527
}
1540
}
1528
1541
1529
.seaQuest #seaQuest .s {
1542
.seaQuest #seaQuest .s {
1530
  text-shadow:
1543
  text-shadow:
1531
    0.5px -0.25px 0.5px #f5bd46,
1544
    0.5px -0.25px 0.5px #f5bd46,
1532
    1px   -0.5px  0.5px #cd8d1f,
1545
    1px   -0.5px  0.5px #cd8d1f,
1533
    1.5px -0.75px 0.5px #b37b1c,
1546
    1.5px -0.75px 0.5px #b37b1c,
1534
    2px   -1px    0.5px #805b17,
1547
    2px   -1px    0.5px #805b17,
1535
    2.5px -1.25px 0.5px #2e2000,
1548
    2.5px -1.25px 0.5px #2e2000,
1536
    3px   -1.5px  0.5px #040400,
1549
    3px   -1.5px  0.5px #040400,
1537
    3.5px -1.75px       #000508;
1550
    3.5px -1.75px       #000508;
1538
}
1551
}
1539
1552
1540
.seaQuest #seaQuest .e {
1553
.seaQuest #seaQuest .e {
1541
  text-shadow:
1554
  text-shadow:
1542
    0.5px -0.25px 0.5px #f5bd46,
1555
    0.5px -0.25px 0.5px #f5bd46,
1543
    1px   -0.5px  0.5px #cd8d1f,
1556
    1px   -0.5px  0.5px #cd8d1f,
1544
    1.5px -0.75px 0.5px #b37b1c,
1557
    1.5px -0.75px 0.5px #b37b1c,
1545
    2px   -1px    0.5px #805b17,
1558
    2px   -1px    0.5px #805b17,
1546
    2.5px -1.25px 0.5px #2e2000,
1559
    2.5px -1.25px 0.5px #2e2000,
1547
    3px   -1.5px        #040400;
1560
    3px   -1.5px        #040400;
1548
}
1561
}
1549
1562
1550
.seaQuest #seaQuest .a {
1563
.seaQuest #seaQuest .a {
1551
  text-shadow:
1564
  text-shadow:
1552
    0.5px -0.25px 0.5px #fdb207,
1565
    0.5px -0.25px 0.5px #fdb207,
1553
    1px   -0.5px  0.5px #eb950e,
1566
    1px   -0.5px  0.5px #eb950e,
1554
    1.5px -0.75px 0.5px #ae5900,
1567
    1.5px -0.75px 0.5px #ae5900,
1555
    2px   -1px    0.5px #642a00,
1568
    2px   -1px    0.5px #642a00,
1556
    2.5px -1.25px       #261704;
1569
    2.5px -1.25px       #261704;
1557
}
1570
}
1558
1571
1559
.seaQuest #seaQuest .q {
1572
.seaQuest #seaQuest .q {
1560
  position: relative;
1573
  position: relative;
1561
  visibility: hidden;
1574
  visibility: hidden;
1562
  display: inline-block;
1575
  display: inline-block;
1563
  margin-right: 0.5em;
1576
  margin-right: 0.5em;
1564
  text-shadow: none;
1577
  text-shadow: none;
1565
}
1578
}
1566
1579
1567
.seaQuest #seaQuest .q:after {
1580
.seaQuest #seaQuest .q:after {
1568
  position: absolute;
1581
  position: absolute;
1569
  visibility: visible;
1582
  visibility: visible;
1570
  margin-right: 0.125em;
1583
  margin-right: 0.125em;
1571
  left: 0;
1584
  left: 0;
1572
  top: -0.5em;
1585
  top: -0.5em;
1573
  right: 0;
1586
  right: 0;
1574
  bottom: 0;
1587
  bottom: 0;
1575
  content: "{";
1588
  content: "{";
1576
  text-align: center;
1589
  text-align: center;
1577
  text-shadow:
1590
  text-shadow:
1578
    0.5px -0.25px 0.5px #ffb43b,
1591
    0.5px -0.25px 0.5px #ffb43b,
1579
    1px   -0.5px  0.5px #e28d23,
1592
    1px   -0.5px  0.5px #e28d23,
1580
    1.5px -0.75px 0.5px #853400,
1593
    1.5px -0.75px 0.5px #853400,
1581
    2px   -1px          #510600;
1594
    2px   -1px          #510600;
1582
}
1595
}
1583
1596
1584
.seaQuest #seaQuest .u {
1597
.seaQuest #seaQuest .u {
1585
  text-shadow:
1598
  text-shadow:
1586
    0.5px -0.25px 0.5px #f7c35d,
1599
    0.5px -0.25px 0.5px #f7c35d,
1587
    1px   -0.5px  0.5px #a36729,
1600
    1px   -0.5px  0.5px #a36729,
1588
    1.5px -0.75px 0.5px #3c0800,
1601
    1.5px -0.75px 0.5px #3c0800,
1589
    2px   -1px          #1b011c;
1602
    2px   -1px          #1b011c;
1590
}
1603
}
1591
1604
1592
.seaQuest #seaQuest .e2 {
1605
.seaQuest #seaQuest .e2 {
1593
  text-shadow:
1606
  text-shadow:
1594
     0.5px -0.25px 0.5px #d8ab56,
1607
     0.5px -0.25px 0.5px #d8ab56,
1595
     1px   -0.5px  0.5px #5c3605;
1608
     1px   -0.5px  0.5px #5c3605;
1596
}
1609
}
1597
1610
1598
.seaQuest #seaQuest .s2 {
1611
.seaQuest #seaQuest .s2 {
1599
  text-shadow:
1612
  text-shadow:
1600
    0px    -0.25px 0.5px #d8ab56,
1613
    0px    -0.25px 0.5px #d8ab56,
1601
    -0.5px -0.5px  0.5px #5c3605,
1614
    -0.5px -0.5px  0.5px #5c3605,
1602
    -1px   -0.75px       #200d00,
1615
    -1px   -0.75px       #200d00,
1603
     0.5px -0.25px       #200d00;
1616
     0.5px -0.25px       #200d00;
1604
}
1617
}
1605
1618
1606
.seaQuest #seaQuest .t {
1619
.seaQuest #seaQuest .t {
1607
  text-shadow:
1620
  text-shadow:
1608
     0.5px -0.25px       #e9bf73,
1621
     0.5px -0.25px       #e9bf73,
1609
    -0.5px -0.25px 0.5px #d8ab56,
1622
    -0.5px -0.25px 0.5px #d8ab56,
1610
    -1px   -0.5px  0.5px #5c3605,
1623
    -1px   -0.5px  0.5px #5c3605,
1611
    -1.5px -0.75px       #200d00,
1624
    -1.5px -0.75px       #200d00,
1612
     0.5px -0.25px       #200d00;
1625
     0.5px -0.25px       #200d00;
1613
}
1626
}
1614
1627
1615
.seaQuest #dsv {
1628
.seaQuest #dsv {
1616
  position: relative;
1629
  position: relative;
1617
  visibility: hidden;
1630
  visibility: hidden;
1618
  display: block;
1631
  display: block;
1619
  margin-top: 0.5em;
1632
  margin-top: 0.5em;
1620
  padding-bottom: 0.25em;
1633
  padding-bottom: 0.25em;
1621
  line-height: 1;
1634
  line-height: 1;
1622
}
1635
}
1623
1636
1624
.seaQuest #dsv:after {
1637
.seaQuest #dsv:after {
1625
  position: absolute;
1638
  position: absolute;
1626
  visibility: visible;
1639
  visibility: visible;
1627
  left: -0.75em;
1640
  left: -0.75em;
1628
  top: 0;
1641
  top: 0;
1629
  right: 0;
1642
  right: 0;
1630
  bottom: 0;
1643
  bottom: 0;
1631
  content: "|";
1644
  content: "|";
1632
  text-align: center;
1645
  text-align: center;
1633
  text-shadow:
1646
  text-shadow:
1634
    0.5px -0.25px 0.5px #ffb43b,
1647
    0.5px -0.25px 0.5px #ffb43b,
1635
    1px   -0.5px  0.5px #e28d23,
1648
    1px   -0.5px  0.5px #e28d23,
1636
    1.5px -0.75px 0.5px #853400,
1649
    1.5px -0.75px 0.5px #853400,
1637
    2px   -1px          #510600;
1650
    2px   -1px          #510600;
1638
}
1651
}
1639
1652
1640
@font-face {
1653
@font-face {
1641
  font-family: "London Tube";
1654
  font-family: "London Tube";
1642
  src: local("P22 Johnston Underground"), url(/styles/fonts/p22-johnston-underground.ttf);
1655
  src: local("P22 Johnston Underground"), url(/styles/fonts/p22-johnston-underground.ttf);
1643
}
1656
}
1644
1657
1645
.sherlock {
1658
.sherlock {
1646
  font-family: "London Tube", sans-serif;
1659
  font-family: "London Tube", sans-serif;
1647
  font-size: 120%;
1660
  font-size: 120%;
1648
  text-transform: uppercase;
1661
  text-transform: uppercase;
1649
}
1662
}
1650
1663
1651
@font-face {
1664
@font-face {
1652
  font-family: "Simpsonfont";
1665
  font-family: "Simpsonfont";
1653
  src: local("Simpsonfont"), url(/styles/fonts/Simpsonfont.ttf);
1666
  src: local("Simpsonfont"), url(/styles/fonts/Simpsonfont.ttf);
1654
}
1667
}
1655
1668
1656
@font-face {
1669
@font-face {
1657
  font-family: "Akbar";
1670
  font-family: "Akbar";
1658
  src: local("Akbar"), url(/styles/fonts/akbar.ttf);
1671
  src: local("Akbar"), url(/styles/fonts/akbar.ttf);
1659
}
1672
}
1660
1673
1661
.simpsons {
1674
.simpsons {
1662
  position: relative;
1675
  position: relative;
1663
  display: inline-block;
1676
  display: inline-block;
1664
  min-width: 6em;
1677
  min-width: 6em;
1665
  min-height: 2em;
1678
  min-height: 2em;
1666
  padding: 0.125em 0.25em;
1679
  padding: 0.125em 0.25em;
1667
  background-color: #6598DC;
1680
  background-color: #6598DC;
1668
  color: #FFD166;
1681
  color: #FFD166;
1669
  font-family: "Akbar", sans-serif;
1682
  font-family: "Akbar", sans-serif;
1670
  text-align: center;
1683
  text-align: center;
1671
  text-transform: uppercase;
1684
  text-transform: uppercase;
1672
  overflow: hidden;
1685
  overflow: hidden;
1673
}
1686
}
1674
1687
1675
@-webkit-keyframes zoom-in {
1688
@-webkit-keyframes zoom-in {
1676
  0% {
1689
  0% {
1677
    opacity: 0;
1690
    opacity: 0;
1678
    -webkit-transform: perspective(100px) translateX(0) translateY(0) translateZ(-400px);
1691
    -webkit-transform: perspective(100px) translateX(0) translateY(0) translateZ(-400px);
1679
  }
1692
  }
1680
1693
1681
  20% {
1694
  20% {
1682
    opacity: 1;
1695
    opacity: 1;
1683
  }
1696
  }
1684
1697
1685
  100% {
1698
  100% {
1686
    -webkit-transform: perspective(100px) translateX(5px) translateY(-4px) translateZ(100px);
1699
    -webkit-transform: perspective(100px) translateX(5px) translateY(-4px) translateZ(100px);
1687
  }
1700
  }
1688
}
1701
}
1689
1702
1690
.simpsons span {
1703
.simpsons span {
1691
  position: relative;
1704
  position: relative;
1692
  display: block;
1705
  display: block;
1693
}
1706
}
1694
1707
1695
.simpsons:hover span.text {
1708
.simpsons:hover span.text {
1696
  -webkit-animation-name: zoom-in;
1709
  -webkit-animation-name: zoom-in;
1697
  /* -webkit-animation-iteration-count: infinite; */
1710
  /* -webkit-animation-iteration-count: infinite; */
1698
  -webkit-animation-duration: 3s;  
1711
  -webkit-animation-duration: 3s;  
1699
}
1712
}
1700
1713
1701
@font-face {
1714
@font-face {
1702
  font-family: "Smallville";
1715
  font-family: "Smallville";
1703
  src: local("Smallville"), url(/styles/fonts/Smallville1.ttf);
1716
  src: local("Smallville"), url(/styles/fonts/Smallville1.ttf);
1704
}
1717
}
1705
1718
1706
.smallville {
1719
.smallville {
1707
  font-family: "Smallville", sans-serif;
1720
  font-family: "Smallville", sans-serif;
1708
  font-size: 160%;
1721
  font-size: 160%;
1709
  text-transform: uppercase;
1722
  text-transform: uppercase;
1710
  color: #FE1318;
1723
  color: #FE1318;
1711
}
1724
}
1712
1725
1713
/* Symmetric "Superman" effect */
1726
/* Symmetric "Superman" effect */
1714
.smallville span {
1727
.smallville span {
1715
  position: relative;
1728
  position: relative;
1716
  top: -0.1em;
1729
  top: -0.1em;
1717
  font-size: 90%;
1730
  font-size: 90%;
1718
}
1731
}
1719
 
1732
 
1720
@font-face {
1733
@font-face {
1721
  font-family: "Stargate";
1734
  font-family: "Stargate";
1722
  src: local("Stargate"), url(/styles/fonts/STARGATE.TTF);
1735
  src: local("Stargate"), url(/styles/fonts/STARGATE.TTF);
1723
}
1736
}
1724
1737
1725
.stargate {
1738
.stargate {
1726
  display: inline-block;
1739
  display: inline-block;
1727
  font-family: "Stargate", serif;
1740
  font-family: "Stargate", serif;
1728
  font-size: 122%;
1741
  font-size: 122%;
1729
  text-align: center;
1742
  text-align: center;
1730
  text-transform: uppercase;
1743
  text-transform: uppercase;
1731
}
1744
}
1732
1745
1733
.stargate > span {
1746
.stargate > span {
1734
  display: block;
1747
  display: block;
1735
}
1748
}
1736
1749
1737
.stargate.en {
1750
.stargate.en {
1738
  letter-spacing: 0.125em;
1751
  letter-spacing: 0.125em;
1739
}
1752
}
1740
1753
1741
.stargate.en span span:last-child {
1754
.stargate.en span span:last-child {
1742
  letter-spacing: normal;
1755
  letter-spacing: normal;
1743
}
1756
}
1744
1757
1745
.stargate.en > span:first-child {
1758
.stargate.en > span:first-child {
1746
  padding-bottom: 0;
1759
  padding-bottom: 0;
1747
  border-bottom: 1px solid black;
1760
  border-bottom: 1px solid black;
1748
}
1761
}
1749
1762
1750
.stargate.en > span:last-child {
1763
.stargate.en > span:last-child {
1751
  padding-top: 0.125em;
1764
  padding-top: 0.125em;
1752
}
1765
}
1753
1766
1754
.stargate.de > span:last-child {
1767
.stargate.de > span:last-child {
1755
  font-size: 64%;
1768
  font-size: 64%;
1756
}
1769
}
1757
1770
1758
.stargate .a {
1771
.stargate .a {
1759
  text-transform: lowercase;
1772
  text-transform: lowercase;
1760
}
1773
}
1761
1774
1762
.atlantis .stargate {
1775
.atlantis .stargate {
1763
  display: inline-block;
1776
  display: inline-block;
1764
  padding: 0 0.25em;
1777
  padding: 0 0.25em;
1765
  border-bottom: 1px solid black;
1778
  border-bottom: 1px solid black;
1766
  font-size: 81%;
1779
  font-size: 81%;
1767
  letter-spacing: 0.125em;
1780
  letter-spacing: 0.125em;
1768
}
1781
}
1769
1782
1770
.atlantis .atlantis {
1783
.atlantis .atlantis {
1771
  margin-top: 0.125em;
1784
  margin-top: 0.125em;
1772
  position: relative;
1785
  position: relative;
1773
  top: -0.15em;
1786
  top: -0.15em;
1774
  padding-top: 0.15em;
1787
  padding-top: 0.15em;
1775
  letter-spacing: 0.125em;
1788
  letter-spacing: 0.125em;
1776
}
1789
}
1777
1790
1778
.atlantis span span:last-child
1791
.atlantis span span:last-child
1779
{
1792
{
1780
  letter-spacing: normal;
1793
  letter-spacing: normal;
1781
}
1794
}
1782
1795
1783
.sg-u {
1796
.sg-u {
1784
  padding: 0.25em 0.25em 0 0.25em;
1797
  padding: 0.25em 0.25em 0 0.25em;
1785
  background-color: #000;
1798
  background-color: #000;
1786
  color: #eee;
1799
  color: #eee;
1787
  font-family: "Eurostile Extended", sans-serif;
1800
  font-family: "Eurostile Extended", sans-serif;
1788
  font-size: 122%;
1801
  font-size: 122%;
-
 
1802
  font-weight: bold;
1789
  letter-spacing: -0.125em;
1803
  letter-spacing: -0.125em;
1790
}
1804
}
1791
1805
1792
.sg-u .ring {
1806
.sg-u .ring {
1793
  letter-spacing: -0.2em;
1807
  letter-spacing: -0.2em;
1794
}
1808
}
1795
1809
1796
@font-face {
1810
@font-face {
1797
  font-family: "Torchwood";
1811
  font-family: "Torchwood";
1798
  src: local("Torchwood"), url(/styles/fonts/Torchwood.ttf);
1812
  src: local("Torchwood"), url(/styles/fonts/Torchwood.ttf);
1799
}
1813
}
1800
1814
1801
@font-face {
1815
@font-face {
1802
  font-family: "Federation Classic";
1816
  font-family: "Federation Classic";
1803
  src: local("Federation Classic"), url(/styles/fonts/FEC_____.TTF);
1817
  src: local("Federation Classic"), url(/styles/fonts/FEC_____.TTF);
1804
}
1818
}
1805
1819
1806
.star-trek {
1820
.star-trek {
1807
  padding: 0.125em 0.25em 0 0.25em;
1821
  padding: 0.125em 0.25em 0 0.25em;
1808
  background-color: #000;
1822
  background-color: #000;
1809
  color: #F8CB35;
1823
  color: #F8CB35;
1810
  font-family: "Federation Classic", sans-serif;
1824
  font-family: "Federation Classic", sans-serif;
1811
  font-size: 150%;
1825
  font-size: 150%;
1812
  text-transform: lowercase;
1826
  text-transform: lowercase;
1813
}
1827
}
1814
1828
1815
.time-trax {
1829
.time-trax {
1816
  background-color: #fff;
1830
  background-color: #fff;
1817
  color: #003ee5;
1831
  color: #003ee5;
1818
  font-size: 120%;
1832
  font-size: 120%;
-
 
1833
  font-weight: bold;
1819
  text-shadow: 2px 1px #00021c;
1834
  text-shadow: 2px 1px #00021c;
1820
}
1835
}
1821
1836
1822
.torchwood {
1837
.torchwood {
1823
  padding: 0.125em 0.25em;
1838
  padding: 0.125em 0.25em;
1824
  background-color: black;
1839
  background-color: black;
1825
  color: #E72524;
1840
  color: #E72524;
1826
  font-family: "Torchwood", serif;
1841
  font-family: "Torchwood", serif;
1827
  font-size: 106%;
1842
  font-size: 106%;
1828
  text-transform: uppercase;
1843
  text-transform: uppercase;
1829
}
1844
}
1830
1845
1831
@font-face {
1846
@font-face {
1832
  font-family: "True Blood";
1847
  font-family: "True Blood";
1833
  src: local("True Blood"), url(/styles/fonts/TRUEBLOOD.ttf);
1848
  src: local("True Blood"), url(/styles/fonts/TRUEBLOOD.ttf);
1834
}
1849
}
1835
1850
1836
.true-blood {
1851
.true-blood {
1837
  font-family: "True Blood", serif;
1852
  font-family: "True Blood", serif;
1838
}
1853
}
1839
1854
1840
.true-blood .upper {
1855
.true-blood .upper {
1841
  text-transform: uppercase;
1856
  text-transform: uppercase;
1842
}
1857
}
1843
1858
1844
.true-blood .blood {
1859
.true-blood .blood {
1845
  color: #991b30;
1860
  color: #991b30;
1846
}
1861
}
1847
1862
1848
.true-blood .lower {
1863
.true-blood .lower {
1849
  text-transform: lowercase;
1864
  text-transform: lowercase;
1850
}
1865
}
1851
1866
1852
.tara {
1867
.tara {
1853
  font-family: sans-serif;
1868
  font-family: sans-serif;
-
 
1869
  font-weight: bold;
1854
  text-transform: uppercase;
1870
  text-transform: uppercase;
1855
}
1871
}
1856
1872
1857
.visitors {
1873
.visitors {
1858
  display: inline-block;
1874
  display: inline-block;
1859
  position: relative;
1875
  position: relative;
1860
  padding: 0.5em 0.5em 0.25em 0.5em;
1876
  padding: 0.5em 0.5em 0.25em 0.5em;
1861
  background-color: #000;
1877
  background-color: #000;
1862
  color: #ff1700;
1878
  color: #ff1700;
1863
  font-family: fantasy;
1879
  font-family: fantasy;
1864
  font-size: 80%;
1880
  font-size: 80%;
1865
  line-height: 2em;
1881
  line-height: 2em;
1866
}
1882
}
1867
1883
1868
.visitors span {
1884
.visitors span {
1869
  vertical-align: middle;
1885
  vertical-align: middle;
1870
}
1886
}
1871
1887
1872
.visitors .v {
1888
.visitors .v {
1873
  position: absolute;
1889
  position: absolute;
1874
  left: 0;
1890
  left: 0;
1875
  width: 100%;
1891
  width: 100%;
1876
  font-size: 300%;
1892
  font-size: 300%;
1877
  color: rgba(210, 0, 1, 0.8);
1893
  color: rgba(210, 0, 1, 0.8);
1878
  text-align: center;
1894
  text-align: center;
1879
}
1895
}
1880
1896
1881
.visitors .subtitle {
1897
.visitors .subtitle {
1882
  text-transform: uppercase;
1898
  text-transform: uppercase;
1883
}
1899
}
1884
1900
1885
@font-face {
1901
@font-face {
1886
  font-family: "Gunplay";
1902
  font-family: "Gunplay";
1887
  src: local("Gunplay"), url(/styles/fonts/gunplay.ttf);
1903
  src: local("Gunplay"), url(/styles/fonts/gunplay.ttf);
1888
}
1904
}
1889
1905
1890
.warehouse-13 {
1906
.warehouse-13 {
1891
  padding: 0 0.25em 0.125em 0.25em;
1907
  padding: 0 0.25em 0.125em 0.25em;
1892
  background-color: #000;
1908
  background-color: #000;
1893
  color: #BF311A;
1909
  color: #BF311A;
1894
  font-family: "Gunplay", sans-serif;
1910
  font-family: "Gunplay", sans-serif;
1895
  text-transform: uppercase;
1911
  text-transform: uppercase;
1896
}
1912
}
1897
1913
1898
.warehouse-13 .numbers {
1914
.warehouse-13 .numbers {
1899
  color: #B4B4B4;
1915
  color: #B4B4B4;
1900
}
1916
}
1901
1917
1902
div.box {
1918
div.box {
1903
  border: 1px solid black;
1919
  border: 1px solid black;
1904
  position: relative;
1920
  position: relative;
1905
  text-align: center;
1921
  text-align: center;
1906
}
1922
}
1907
1923
1908
div.meter, div.coverage {
1924
div.meter, div.coverage {
1909
  position: absolute;
1925
  position: absolute;
1910
  height: 100%;
1926
  height: 100%;
1911
}
1927
}
1912
1928
1913
div.meter {
1929
div.meter {
1914
  background-color: rgba(0, 0, 128, 0.5);
1930
  background-color: rgba(0, 0, 128, 0.5);
1915
}
1931
}
1916
1932
1917
div.season {
1933
div.season {
1918
  position: absolute;
1934
  position: absolute;
1919
  border-left: 1px solid #333;
1935
  border-left: 1px solid #333;
1920
  background-color: transparent;
1936
  background-color: transparent;
1921
  color: #999;
1937
  color: #999;
1922
  overflow: hidden;
1938
  overflow: hidden;
1923
  white-space: nowrap;
1939
  white-space: nowrap;
1924
}
1940
}
1925
1941
1926
div.coverage {
1942
div.coverage {
1927
  background-color: rgba(0, 218, 0, 0.5);
1943
  background-color: rgba(0, 218, 0, 0.5);
1928
}
1944
}
1929
1945
1930
.percentage {
1946
.percentage {
1931
  position: relative;
1947
  position: relative;
1932
  background-color: rgba(255, 255, 255, 0.5);
1948
  background-color: rgba(255, 255, 255, 0.5);
1933
}
1949
}
1934
 
1950