Subversion Repositories LCARS

Rev

Rev 32 | Rev 53 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32 Rev 41
Line 27... Line 27...
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 !important;
33
}
33
}
34
34
35
h1 {
35
h1 {
36
  margin: 0;
36
  margin: 0;
37
  text-align: center;
37
  text-align: center;
Line 75... Line 75...
75
  border-bottom: 2px solid green;
75
  border-bottom: 2px solid green;
76
}
76
}
77
77
78
@font-face {
78
@font-face {
79
  font-family: "Futura Condensed";
79
  font-family: "Futura Condensed";
80
  src: local("Futura Condensed"), url(/styles/fonts/futura_condensed.TTF);
80
  src: local("Futura Condensed"), url(/styles/fonts/non-free/futura_condensed.TTF);
81
}
81
}
82
82
83
@font-face {
83
@font-face {
84
  font-family: "X-Files";
84
  font-family: "X-Files";
85
  src: local("X-Files"), url(/styles/fonts/x-files.ttf);
85
  src: local("X-Files"), url(/styles/fonts/x-files.ttf);
Line 235... Line 235...
235
  font-style: normal;
235
  font-style: normal;
236
}
236
}
237
237
238
@font-face {
238
@font-face {
239
  font-family: "Kruella";
239
  font-family: "Kruella";
240
  src: local("Kruella"), url(/styles/fonts/kruella.ttf);
240
  src: local("Kruella"), url(/styles/fonts/non-free/kruella.ttf);
241
}
241
}
242
242
243
.buffy {
243
.buffy {
244
  display: inline-block;
244
  display: inline-block;
245
  padding: 0.75em 0.5em 0.5em 0.5em;
245
  padding: 0.75em 0.5em 0.5em 0.5em;
Line 264... Line 264...
264
  font-variant: small-caps;
264
  font-variant: small-caps;
265
}
265
}
266
266
267
@font-face {
267
@font-face {
268
  font-family: "Arno Pro Caption";
268
  font-family: "Arno Pro Caption";
269
  src: local("Arno Pro Caption"), url(/styles/fonts/arnopro-caption.otf);
269
  src: local("Arno Pro Caption"), url(/styles/fonts/non-free/arnopro-caption.otf);
270
}
270
}
271
271
272
.castle {
272
.castle {
273
  font-family: "Arno Pro Caption", serif;
273
  font-family: "Arno Pro Caption", serif;
274
  font-size: 120%;
274
  font-size: 120%;
Line 296... Line 296...
296
  /* vertical-align: middle; */
296
  /* vertical-align: middle; */
297
}
297
}
298
298
299
@font-face {
299
@font-face {
300
  font-family: "Coolvetica";
300
  font-family: "Coolvetica";
301
  src: local("Coolvetica"), url(/styles/fonts/coolvetica.ttf);
301
  src: local("Coolvetica"), url(/styles/fonts/non-free/coolvetica.ttf);
302
}
302
}
303
303
304
.columbo {
304
.columbo {
305
  padding: 0 0.25em;
305
  padding: 0 0.25em;
306
  background-color: #273d50;
306
  background-color: #273d50;
Line 312... Line 312...
312
  text-shadow: 2px 2px 1px black;
312
  text-shadow: 2px 2px 1px black;
313
}
313
}
314
314
315
@font-face {
315
@font-face {
316
  font-family: "ITC Serif Gothic LT Bold";
316
  font-family: "ITC Serif Gothic LT Bold";
317
  src: url(/styles/fonts/itc_serif_gothic--lte50299.ttf);
317
  src: url(/styles/fonts/non-free/itc_serif_gothic--lte50299.ttf);
318
}
318
}
319
319
320
@font-face {
320
@font-face {
321
  font-family: "ITC Serif Gothic LT Heavy";
321
  font-family: "ITC Serif Gothic LT Heavy";
322
  src: url(/styles/fonts/itc_serif_gothic--lte50301.ttf);
322
  src: url(/styles/fonts/non-free/itc_serif_gothic--lte50301.ttf);
323
}
323
}
324
324
325
.countdown-x {
325
.countdown-x {
326
  display: inline-block;
326
  display: inline-block;
327
  font-family: "ITC Serif Gothic LT Heavy", sans-serif;
327
  font-family: "ITC Serif Gothic LT Heavy", sans-serif;
Line 536... Line 536...
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/non-free/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;
Line 605... Line 605...
605
    0 -1px rgba(77, 148, 168, 0.9);  
605
    0 -1px rgba(77, 148, 168, 0.9);  
606
  text-transform: uppercase;
606
  text-transform: uppercase;
607
}
607
}
608
608
609
@font-face {
609
@font-face {
-
 
610
  font-family: "Marriage-Script";
-
 
611
  font-weight: normal;
-
 
612
  src: local("Marriage-Script"), url(/styles/fonts/MARRIAGE.TTF);
-
 
613
}
-
 
614
-
 
615
.firefly {
-
 
616
  display: inline-block;
-
 
617
  padding: 0.4em 0.8em 0.4em 0.95em;
-
 
618
  background-color: #9b4931;
-
 
619
  background-image: -moz-linear-gradient(
-
 
620
    rgba(73, 1, 2, 0.8) 15%,
-
 
621
    rgba(155, 73, 49, 0) 15%, rgba(155, 73, 49, 0) 85%,
-
 
622
    rgba(73, 1, 2, 0.8) 85%, rgba(73, 1, 2, 0.8));
-
 
623
  background-image: -o-linear-gradient(
-
 
624
    rgba(73, 1, 2, 0.8) 15%,
-
 
625
    rgba(155, 73, 49, 0) 15%, rgba(155, 73, 49, 0) 85%,
-
 
626
    rgba(73, 1, 2, 0.8) 85%, rgba(73, 1, 2, 0.8));
-
 
627
  background-image: -webkit-linear-gradient(
-
 
628
    rgba(73, 1, 2, 0.8) 15%,
-
 
629
    rgba(155, 73, 49, 0) 15%, rgba(155, 73, 49, 0) 85%,
-
 
630
    rgba(73, 1, 2, 0.8) 85%, rgba(73, 1, 2, 0.8));
-
 
631
  background-image: linear-gradient(
-
 
632
    rgba(73, 1, 2, 0.8) 15%,
-
 
633
    rgba(155, 73, 49, 0) 15%, rgba(155, 73, 49, 0) 85%,
-
 
634
    rgba(73, 1, 2, 0.8) 85%, rgba(73, 1, 2, 0.8));
-
 
635
        color: #fefcff;
-
 
636
  font-family: "Marriage-Script", cursive;
-
 
637
  font-size: 160%;
-
 
638
  text-shadow: -1px 0px 1px #300202, 2px 2px 4px #fed700, 0px 0px 4px #270201;
-
 
639
  text-transform: lowercase;
-
 
640
}
-
 
641
-
 
642
.firefly .e {
-
 
643
  text-shadow: 0px 0px 4px #fed700;
-
 
644
}
-
 
645
-
 
646
@font-face {
610
  font-family: "Middleton";
647
  font-family: "Middleton";
611
  src: url(/styles/fonts/middleto.ttf);
648
  src: url(/styles/fonts/non-free/middleto.ttf);
612
}
649
}
613
650
614
.frasier {
651
.frasier {
615
  font-family: "Middleton", sans-serif;
652
  font-family: "Middleton", sans-serif;
616
  font-size: 120%;
653
  font-size: 120%;
Line 647... Line 684...
647
  color: #bf170a;
684
  color: #bf170a;
648
}
685
}
649
686
650
@font-face {
687
@font-face {
651
  font-family: "Century Gothic";
688
  font-family: "Century Gothic";
652
  src: local("Century Gothic"), url(/styles/fonts/Century_Gothic.TTF);
689
  src: local("Century Gothic"), url(/styles/fonts/non-free/Century_Gothic.TTF);
653
}
690
}
654
691
655
.fringe {
692
.fringe {
656
  display: inline-block;
693
  display: inline-block;
657
  padding: 0.125em 0.5em 0.125em 0.5em;
694
  padding: 0.125em 0.5em 0.125em 0.5em;
Line 846... Line 883...
846
}
883
}
847
884
848
@font-face {
885
@font-face {
849
  font-family: "ITC Avant Garde Gothic Medium";
886
  font-family: "ITC Avant Garde Gothic Medium";
850
  src: local("ITC Avant Garde Gothic Medium"), local("ITC Avant Garde Gothic"),
887
  src: local("ITC Avant Garde Gothic Medium"), local("ITC Avant Garde Gothic"),
851
    url(/styles/fonts/itc_avant_garde_gothic--lte52011.ttf);
888
    url(/styles/fonts/non-free/itc_avant_garde_gothic--lte52011.ttf);
852
}
889
}
853
890
854
.glee {
891
.glee {
855
  padding: 0.125em 0.5em;
892
  padding: 0.125em 0.5em;
856
  /* background-image: -moz-radial-gradient(#FFEA8C, #FFD727);
893
  /* background-image: -moz-radial-gradient(#FFEA8C, #FFD727);
Line 868... Line 905...
868
  letter-spacing: -0.125em;
905
  letter-spacing: -0.125em;
869
}
906
}
870
907
871
@font-face {
908
@font-face {
872
  font-family: "SKM Avant Garde Two";
909
  font-family: "SKM Avant Garde Two";
873
  src: local("SKM Avant Garde Two"), url(/styles/fonts/SKM%20Avant%20Garde%20Two.ttf);
910
  src: local("SKM Avant Garde Two"), url(/styles/fonts/non-free/SKM%20Avant%20Garde%20Two.ttf);
874
}
911
}
875
912
876
.heroes {
913
.heroes {
877
  position: relative;
914
  position: relative;
878
  padding: 0.25em 0.75em 0.125em 0.75em;
915
  padding: 0.25em 0.75em 0.125em 0.75em;
Line 1159... Line 1196...
1159
     1px    1px  1px #d9ad7e;
1196
     1px    1px  1px #d9ad7e;
1160
}
1197
}
1161
1198
1162
@font-face {
1199
@font-face {
1163
  font-family: "Gill Sans Ultra Bold";
1200
  font-family: "Gill Sans Ultra Bold";
1164
  src: local("Gill Sans Ultra Bold"), url(/styles/fonts/gilsanu0.TTF);
1201
  src: local("Gill Sans Ultra Bold"), url(/styles/fonts/non-free/gilsanu0.TTF);
1165
}
1202
}
1166
1203
1167
.monk {
1204
.monk {
1168
  color: #d1122a;
1205
  color: #d1122a;
1169
  font-family: "Gill Sans Ultra Bold", sans-serif;
1206
  font-family: "Gill Sans Ultra Bold", sans-serif;
Line 1172... Line 1209...
1172
  text-shadow: 1px 1px 1px black;
1209
  text-shadow: 1px 1px 1px black;
1173
}
1210
}
1174
1211
1175
@font-face {
1212
@font-face {
1176
  font-family: "Swiss 721 Black Extended BT";
1213
  font-family: "Swiss 721 Black Extended BT";
1177
  src: local("Swiss 721 Black Extended BT"), url(/styles/fonts/swiss721_bke.TTF);
1214
  src: local("Swiss 721 Black Extended BT"), url(/styles/fonts/non-free/swiss721_bke.TTF);
1178
}
1215
}
1179
1216
1180
.moonlight {
1217
.moonlight {
1181
  padding: 0.125em 0.5em;
1218
  padding: 0.125em 0.5em;
1182
  background-color: black;
1219
  background-color: black;
Line 1378... Line 1415...
1378
  color: #000;
1415
  color: #000;
1379
}
1416
}
1380
1417
1381
@font-face {
1418
@font-face {
1382
  font-family: "Spleeny Decaf GD";
1419
  font-family: "Spleeny Decaf GD";
1383
  src: local("Spleeny Decaf GD"), url(/styles/fonts/Spleeny%20Decaf%20GD.ttf);
1420
  src: local("Spleeny Decaf GD"), url(/styles/fonts/non-free/Spleeny%20Decaf%20GD.ttf);
1384
}
1421
}
1385
1422
1386
.reaper {
1423
.reaper {
1387
  font-family: "Spleeny Decaf GD", fantasy;
1424
  font-family: "Spleeny Decaf GD", fantasy;
1388
  text-transform: uppercase;
1425
  text-transform: uppercase;
Line 1650... Line 1687...
1650
    2px   -1px          #510600;
1687
    2px   -1px          #510600;
1651
}
1688
}
1652
1689
1653
@font-face {
1690
@font-face {
1654
  font-family: "London Tube";
1691
  font-family: "London Tube";
1655
  src: local("P22 Johnston Underground"), url(/styles/fonts/p22-johnston-underground.ttf);
1692
  src: local("P22 Johnston Underground"), url(/styles/fonts/non-free/p22-johnston-underground.ttf);
1656
}
1693
}
1657
1694
1658
.sherlock {
1695
.sherlock {
1659
  font-family: "London Tube", sans-serif;
1696
  font-family: "London Tube", sans-serif;
1660
  font-size: 120%;
1697
  font-size: 120%;
Line 1815... Line 1852...
1815
@font-face {
1852
@font-face {
1816
  font-family: "Federation Classic";
1853
  font-family: "Federation Classic";
1817
  src: local("Federation Classic"), url(/styles/fonts/FEC_____.TTF);
1854
  src: local("Federation Classic"), url(/styles/fonts/FEC_____.TTF);
1818
}
1855
}
1819
1856
1820
.star-trek {
1857
.star-trek-tos {
1821
  padding: 0.125em 0.25em 0 0.25em;
1858
  padding: 0.125em 0.25em 0 0.25em;
1822
  background-color: #000;
1859
  background-color: #000;
1823
  color: #F8CB35;
1860
  color: #FBB72C;
1824
  font-family: "Federation Classic", sans-serif;
1861
  font-family: "Federation Classic", sans-serif;
1825
  font-size: 150%;
1862
  font-size: 150%;
1826
  text-transform: lowercase;
1863
  text-transform: lowercase;
1827
}
1864
}
1828
1865
-
 
1866
@font-face {
-
 
1867
  font-family: "Starnext";
-
 
1868
        src: local("Starnext"), url(/styles/fonts/StarNext.ttf);
-
 
1869
}
-
 
1870
-
 
1871
.star-trek-tng {
-
 
1872
  display: inline-block;
-
 
1873
  padding: 0.25em 0.5em 0.25em 0.5em;
-
 
1874
  background-color: #000;
-
 
1875
  color: #2D7BCD;
-
 
1876
  font-family: "Starnext", sans-serif;
-
 
1877
  font-size: 120%;
-
 
1878
  line-height: 1;
-
 
1879
        text-transform: uppercase;
-
 
1880
  text-align: center;
-
 
1881
}
-
 
1882
-
 
1883
.star-trek-tng span {
-
 
1884
  display: block;
-
 
1885
}
-
 
1886
-
 
1887
.star-trek-tng .star {
-
 
1888
  text-align: left;
-
 
1889
}
-
 
1890
-
 
1891
.star-trek-tng .trek {
-
 
1892
  position: relative;
-
 
1893
  top: -0.2em;
-
 
1894
  text-align: right;
-
 
1895
}
-
 
1896
-
 
1897
.star-trek-tng .tng {
-
 
1898
  font-size: 44%;
-
 
1899
}
-
 
1900
1829
.time-trax {
1901
.time-trax {
1830
  background-color: #fff;
1902
  background-color: #fff;
1831
  color: #003ee5;
1903
  color: #003ee5;
1832
  font-size: 120%;
1904
  font-size: 120%;
1833
  font-weight: bold;
1905
  font-weight: bold;
Line 1843... Line 1915...
1843
  text-transform: uppercase;
1915
  text-transform: uppercase;
1844
}
1916
}
1845
1917
1846
@font-face {
1918
@font-face {
1847
  font-family: "True Blood";
1919
  font-family: "True Blood";
1848
  src: local("True Blood"), url(/styles/fonts/TRUEBLOOD.ttf);
1920
  src: local("True Blood"), url(/styles/fonts/non-free/TRUEBLOOD.ttf);
1849
}
1921
}
1850
1922
1851
.true-blood {
1923
.true-blood {
1852
  font-family: "True Blood", serif;
1924
  font-family: "True Blood", serif;
1853
}
1925
}