Rev 28 | Rev 32 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 28 | Rev 29 | ||
---|---|---|---|
Line 271... | Line 271... | ||
271 | }
|
271 | }
|
272 | 272 | ||
273 | .castle { |
273 | .castle { |
274 | font-family: "Arno Pro Caption", serif; |
274 | font-family: "Arno Pro Caption", serif; |
275 | font-size: 120%; |
275 | font-size: 120%; |
- | 276 | line-height: 1; |
|
276 | text-transform: uppercase; |
277 | text-transform: uppercase; |
277 | }
|
278 | }
|
278 | 279 | ||
279 | @font-face {
|
280 | @font-face {
|
280 | font-family: "KopyKattKut Bold"; |
281 | font-family: "KopyKattKut Bold"; |
Line 338... | Line 339... | ||
338 | display: block; |
339 | display: block; |
339 | font-family: "ITC Serif Gothic LT Bold", sans-serif; |
340 | font-family: "ITC Serif Gothic LT Bold", sans-serif; |
340 | }
|
341 | }
|
341 | 342 | ||
342 | .dead-zone { |
343 | .dead-zone { |
- | 344 | display: inline-block; |
|
- | 345 | background-color: black; |
|
- | 346 | background-image: -webkit-radial-gradient(50% 20%, 20% 100%, white, transparent 75%); |
|
- | 347 | color: white; |
|
343 | font-family: serif; |
348 | font-family: serif; |
- | 349 | font-size: 120%; |
|
- | 350 | line-height: 1; |
|
- | 351 | text-align: center; |
|
344 | text-transform: uppercase; |
352 | text-transform: uppercase; |
345 | }
|
353 | }
|
346 | 354 | ||
- | 355 | .dead-zone .text { |
|
- | 356 | display: block; |
|
- | 357 | margin-top: 1em; |
|
- | 358 | padding: 0 1em; |
|
- | 359 | background: white; |
|
- | 360 | background: |
|
- | 361 | -webkit-linear-gradient(-5deg, 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), |
|
- | 364 | rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); |
|
- | 365 | background: |
|
- | 366 | linear-gradient(-5deg, 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), |
|
- | 369 | rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); |
|
- | 370 | color: black; |
|
- | 371 | }
|
|
- | 372 | ||
- | 373 | .dead-zone .text .dead { |
|
- | 374 | display: block; |
|
- | 375 | top: -0.125em; |
|
- | 376 | position: relative; |
|
- | 377 | font-size: 90%; |
|
- | 378 | color: #222; |
|
- | 379 | text-shadow: 0 0 10px white; |
|
- | 380 | }
|
|
- | 381 | ||
- | 382 | .dead-zone .text .zone { |
|
- | 383 | display: block; |
|
- | 384 | position: relative; |
|
- | 385 | top: -0.5em; |
|
- | 386 | font-size: 110%; |
|
- | 387 | -webkit-transform: perspective(15px) rotateX(35deg); |
|
- | 388 | transform: perspective(15px) rotateX(35deg); |
|
- | 389 | -webkit-mask-image: -webkit-linear-gradient( |
|
- | 390 | rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.67)); |
|
- | 391 | }
|
|
- | 392 | ||
347 | @font-face {
|
393 | @font-face {
|
348 | font-family: "Doctor Who"; |
394 | font-family: "Doctor Who"; |
349 | 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); |
350 | }
|
396 | }
|
351 | 397 | ||
Line 1764... | Line 1810... | ||
1764 | font-family: "Federation Classic", sans-serif; |
1810 | font-family: "Federation Classic", sans-serif; |
1765 | font-size: 150%; |
1811 | font-size: 150%; |
1766 | text-transform: lowercase; |
1812 | text-transform: lowercase; |
1767 | }
|
1813 | }
|
1768 | 1814 | ||
- | 1815 | .time-trax { |
|
- | 1816 | background-color: #fff; |
|
- | 1817 | color: #003ee5; |
|
- | 1818 | font-size: 120%; |
|
- | 1819 | text-shadow: 2px 1px #00021c; |
|
- | 1820 | }
|
|
- | 1821 | ||
1769 | .torchwood { |
1822 | .torchwood { |
1770 | padding: 0.125em 0.25em; |
1823 | padding: 0.125em 0.25em; |
1771 | background-color: black; |
1824 | background-color: black; |
1772 | color: #E72524; |
1825 | color: #E72524; |
1773 | font-family: "Torchwood", serif; |
1826 | font-family: "Torchwood", serif; |