60,6 → 60,14 |
text-align: right; |
} |
|
th > span, |
th > :link > span, |
th > :visited > span |
{ |
display: inline-block; |
text-align: center; |
} |
|
td:first-child { |
width: 1em; |
border: none; |
92,7 → 100,7 |
} |
|
.akte-x { |
padding: 1em 0.25em 0.6em 0.25em; |
padding: 0.5em 0.25em 0em 0.25em; |
<?php |
/* |
background-image: -(o-|)linear-gradient(12deg, |
251,7 → 259,6 |
} |
|
.buffy { |
display: inline-block; |
padding: 0.75em 0.5em 0.5em 0.5em; |
background-color: #000700; |
<?php Mixins::radial_gradient('background-image', 'circle, #6d7a9c 35%, transparent 45%'); ?> |
292,7 → 299,6 |
|
.charmed { |
position: relative; |
display: inline-block; |
background-color: #080E32; |
color: rgb(223, 229, 251); |
color: rgba(255, 255, 255, 0.75); |
410,7 → 416,6 |
} |
|
.countdown-x { |
display: inline-block; |
font-family: "ITC Serif Gothic LT Heavy", sans-serif; |
line-height: 0.9em; |
text-align: center; |
427,7 → 432,6 |
} |
|
.dead-zone { |
display: inline-block; |
background-color: black; |
background-image: -webkit-radial-gradient(50% 20%, 20% 100%, white, transparent 75%); |
color: white; |
530,7 → 534,6 |
|
.efc { |
position: relative; |
display: inline-block; |
background-color: #000; |
background-image: |
/* Terra */ |
707,7 → 710,6 |
} |
|
.firefly { |
display: inline-block; |
padding: 0.4em 0.8em 0.4em 0.95em; |
background-color: #762109; |
<?php |
774,7 → 776,6 |
} |
|
.fringe { |
display: inline-block; |
padding: 0.125em 0.5em 0.125em 0.5em; |
background-color: #000; |
background-image: -moz-radial-gradient(center, #D6DBD3 4%, #7d9b9d 60%, black); |
997,9 → 998,8 |
} |
|
.heroes { |
display: inline-block; |
position: relative; |
padding: 0.325em 0.75em 0.2em 0.75em; |
padding: 0.3em 0.75em 0.3em 0.75em; |
background-color: black; |
color: #fff; |
font-family: "SKM Avant Garde Two", sans-serif; |
1085,7 → 1085,6 |
} |
|
.ijon-tichy { |
display: inline-block; |
padding: 0.25em 0.5em; |
background-color: #000; |
color: #B9B7BA; |
1202,7 → 1201,6 |
} |
|
.it-crowd { |
display: inline-block; |
position: relative; |
padding: 0.125em 0.75em 0.125em 0.5em; |
background-color: black; |
1230,13 → 1228,15 |
background-color: #000; |
background-image: |
-webkit-linear-gradient(left, |
rgba(255, 255, 255, 0) 35%, |
rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 36%, |
rgba(255, 255, 255, 0) 37%), |
rgba(255, 255, 255, 0) 44%, |
rgba(255, 255, 255, 1) 45%, |
rgba(255, 255, 255, 1) 46%, |
rgba(255, 255, 255, 0) 47%), |
-webkit-linear-gradient(top, |
rgba(255, 255, 255, 0) 81%, |
rgba(255, 255, 255, 1) 81%, rgba(255, 255, 255, 1) 89%, |
rgba(255, 255, 255, 0) 89%); |
rgba(255, 255, 255, 0) 48%, |
rgba(255, 255, 255, 1) 48%, |
rgba(255, 255, 255, 1) 52%, |
rgba(255, 255, 255, 0) 52%); |
color: #fff; |
font-weight: bold; |
text-shadow: 0 0 0.5px #fff; |
1244,15 → 1244,31 |
-webkit-text-fill-color: transparent; |
} |
|
.life-on-mars .life { |
vertical-align: top; |
display: inline-block; |
} |
|
.life-on-mars .e { |
letter-spacing: 0.5em; |
} |
|
.life-on-mars .life-on { |
display: inline-block; |
text-align: left; |
} |
|
.life-on-mars .on { |
display: inline-block; |
text-align: left; |
text-shadow: 0 0 1px #fff; |
} |
|
.life-on-mars .mars { |
display: block; |
position: relative; |
top: 0.25em; |
text-align: left; |
text-shadow: 0 0 2px #fff; |
} |
|
1331,24 → 1347,15 |
|
.moonlighting { |
padding: 0.125em 0.5em; |
background-color: #933; |
<?php Mixins::linear_gradient('background-image', '#5c3345, #6c2013'); ?> |
color: #916ba6; |
background-color: #672522; |
<?php Mixins::linear_gradient('background-image', '#672b24, #652313'); ?> |
color: #f2f4ff; |
color: rgba(242, 244, 255, 0.97); |
font: 116% "Futura Condensed", sans-serif; |
<?php Mixins::prefix_property('outline', '', '1px solid #fff', array('-webkit-', '')); ?> |
text-shadow: |
/* glow */ |
-1px 0 1px white, |
0 -1px 1px white, |
1px 0 1px white, |
0 1px 1px white, |
|
/* outline */ |
-1px 0 white, |
0 -1px white, |
1px 0 white, |
0 1px white; |
text-shadow: 0 0 5px rgba(219, 227, 236, 0.5); |
text-transform: uppercase; |
-webkit-text-fill-color: rgba(123, 134, 255, 0.53); |
-webkit-text-stroke: 1px rgba(242, 244, 255, 0.97); |
} |
|
@font-face { |
1478,7 → 1485,6 |
|
.quantum-leap { |
position: relative; |
display: inline-block; |
left: 0; |
top: 0; |
padding: 0.5em 0.5em 0.25em 0.5em; |
1549,7 → 1555,6 |
} |
|
.remington-steele { |
display: inline-block; |
background-color: white; |
color: #506BA6; |
font: bold 104% MicroExtendFLF-Bold, sans-serif; |
1564,7 → 1569,6 |
} |
|
.roswell { |
display: inline-block; |
padding: 0.25em 0.5em 0.125em 0.5em; |
background-color: #000; |
<?php |
1587,7 → 1591,6 |
} |
|
.samantha-who { |
display: inline-block; |
padding: 0.125em 0.25em 0.125em 0.25em; |
background-color: #000; |
color: #e3e5e2; |
1669,7 → 1672,6 |
|
.seaQuest { |
position: relative; |
display: inline-block; |
padding-top: 1.5em; |
background-color: #00001e; |
<?php |
1846,7 → 1848,6 |
|
.simpsons { |
position: relative; |
display: inline-block; |
min-width: 6em; |
min-height: 2em; |
padding: 0.125em 0.25em; |
1934,7 → 1935,6 |
} |
|
.space-above-beyond { |
display: inline-block; |
background-color: #222723; |
color: #A7B2C4; |
padding: 0.25em 0.5em; |
1976,7 → 1976,6 |
} |
|
.stargate { |
display: inline-block; |
font-family: "Stargate", serif; |
font-size: 122%; |
text-align: center; |
1991,6 → 1990,12 |
letter-spacing: 0.125em; |
} |
|
.stargate.en span .t, |
.stargate.en span .a2 |
{ |
letter-spacing: 0.03125em; |
} |
|
.stargate.en span span:last-child { |
letter-spacing: normal; |
} |
1997,13 → 2002,17 |
|
.stargate.en > span:first-child { |
padding-bottom: 0; |
border-bottom: 1px solid black; |
/* border-bottom: 1px solid black; */ |
} |
|
.stargate.en > span:last-child { |
padding-top: 0.125em; |
/* padding-top: 0.125em; */ |
} |
|
.stargate.de span .a2 { |
letter-spacing: -0.03125em; |
} |
|
.stargate.de > span:last-child { |
font-size: 64%; |
} |
2072,7 → 2081,6 |
} |
|
.star-trek-tng { |
display: inline-block; |
padding: 0.25em 0.5em 0.25em 0.5em; |
background-color: #000; |
color: #2D7BCD; |
2146,7 → 2154,6 |
} |
|
.visitors { |
display: inline-block; |
position: relative; |
padding: 0.5em 0.5em 0.25em 0.5em; |
background-color: #000; |