Subversion Repositories LCARS

Compare Revisions

Last modification

Regard whitespace Rev 173 → Rev 174

/trunk/media/video/series/data.inc
860,6 → 860,8
// '<span class="smallville">S<span>m<span>al<span>lv</span>il</span>l</span>e</span> (de)' => &$smallville_de,
 
'<span class="space-above-beyond"><span class="space">Spac<span>e</span></span><span class="hidden">: </span><span class="above-beyond">Above and <span>Beyond</span></span></span>' => array(
'channel' => 'online',
'seen' => array(array(1, 2)),
'episode_list' => 'wiki:en:Space: Above and Beyond',
'episodes' => array(
23 => "…Tell Our Moms We Done Our Best",
/trunk/media/video/series/includes/true-blood.php
0,0 → 1,95
<?php
 
$true_blood = array(
// 'ignore' => true,
'channel' => 'online',
// 'showtimes' => 'Mi 00:10',
'seen' => array(array(1, 6)),
'seasons' => array(12, 12, 12, 12, 12, 2),
'episode_list' => 'wiki:en:List_of_True_Blood_episodes',
'episodes' => array(
1 => "Strange Love",
2 => "The First Taste",
3 => "Mine",
4 => "Escape From Dragon House",
5 => "Sparks Fly Out",
6 => "Cold Ground",
7 => "Burning House of Love",
8 => "The Fourth Man in the Fire",
9 => "Plaisir d'Amour",
10 => "I Don't Wanna Know",
11 => "To Love is to Bury",
12 => "You'll Be the Death of Me",
13 => "Nothing But the Blood",
14 => "Keep This Party Going",
15 => "Scratches",
16 => "Shake and Fingerpop",
17 => "Never Let Me Go",
18 => "Hard-Hearted Hannah",
19 => "Release Me",
20 => "Time Bomb",
21 => "I Will Rise Up",
22 => "New World In My View",
23 => "Frenzy",
24 => "Beyond Here Lies Nothing",
25 => "Bad Blood",
26 => "Beautifully Broken",
27 => "It Hurts Me Too",
28 => "9 Crimes",
29 => "Trouble",
30 => "I Got a Right to Sing the Blues",
31 => "Hitting the Ground",
32 => "Night on the Sun",
33 => "Everything Is Broken",
34 => "I Smell a Rat",
35 => "Fresh Blood",
36 => "Evil is Going On",
)
);
 
// '<span class="true-blood"><span class="upper">True</span>'
// . '<span class="hidden"> </span><span class="lower">B</span>lood</span> (de)' => array(
// 'channel' => 'RTL Ⅱ',
// 'showtimes' => 'Mi 21:05',
// 'seen' => array(array(1, 6)),
// 'seasons' => array(12, 12, 12, 12),
// 'episode_list' => 'wiki:Liste_der_True-Blood-Episoden',
// 'episodes' => array(
// 1 => "Strange Love (Strange Love)",
// 2 => "Blut geleckt (The First Taste)",
// 3 => "Sie gehört zu mir (Mine)",
// 4 => "Flucht aus dem Drachenhaus (Escape From Dragon House)",
// 5 => "Funkenflug (Sparks Fly Out)",
// 6 => "Kalte Erde (Cold Ground)",
// 7 => "Brennende Leidenschaft (Burning House of Love)",
// 8 => "Der vierte Mann im Feuer (The Fourth Man in the Fire)",
// 9 => "Plaisir d'Amour (Plaisir d'Amour)",
// 10 => "Gefährliches Spiel (I Don't Wanna Know)",
// 11 => "Begräbnis aus Liebe (To Love is to Bury)",
// 12 => "Du wirst mein Tod sein (You'll Be the Death of Me)",
// 13 => "Nichts als Blut (Nothing But the Blood)",
// 14 => "Die Party geht weiter (Keep This Party Going)",
// 15 => "Kratzer (Scratches)",
// 16 => "Überraschung (Shake and Fingerpop)",
// 17 => "Verflucht (Never Let Me Go)",
// 18 => "Hartherzige Hannah (Hard-Hearted Hannah)",
// 19 => "Lass mich frei (Release Me)",
// 20 => "Zeitbombe (Time Bomb)",
// 21 => "Auferstehung (I Will Rise Up)",
// 22 => "Neue Welt (New World In My View)",
// 23 => "Ekstase (Frenzy)",
// 24 => "Das Ende des Horizonts (Beyond Here Lies Nothing)",
// 25 => "Böses Blut (Bad Blood)",
// 26 => "Schön kaputt (Beautifully Broken)",
// 27 => "Es tut so weh (It Hurts Me Too)",
// 28 => "Neun Verbrechen (9 Crimes)",
// 29 => "Ärger (Trouble)",
// 30 => "Ich habe ein Recht darauf, den Blues zu singen (I Got a Right to Sing the Blues)",
// 31 => "Am Boden der Tatsachen (Hitting the Ground)",
// 32 => "Nacht auf der Sonne (Night on the Sun)",
// 33 => "Alles ist zerbrochen (Everything Is Broken)",
// 34 => "Verdacht (I Smell a Rat)",
// 35 => "Frisches Blut (Fresh Blood)",
// 36 => "Das Böse geht weiter (Evil is Going On)",
// )
// );
/trunk/media/video/series/style.css
1863,16 → 1863,23
 
.space-above-beyond {
display: inline-block;
background-color: black;
color: white;
background-color: #222723;
color: #A7B2C4;
padding: 0.25em 0.5em;
text-transform: uppercase;
}
 
@font-face {
font-family: "Freedom Fighter";
src: local("Freedom Fighter"), url(/styles/fonts/freedomfighter.ttf);
}
 
.space-above-beyond .space {
display: block;
letter-spacing: 0.5em;
color: #5E5C5D;
font: 150% "Freedom Fighter", sans-serif;
text-align: justify;
text-shadow: 1px 1px 1px #0A0300, -1px -1px 1px #F5FBFF;
}
 
.space-above-beyond .space span {
1882,8 → 1889,9
.space-above-beyond .above-beyond {
display: block;
font-size: 50%;
word-spacing: 0.5em;
text-align: justify;
word-spacing: 0.125em;
-webkit-text-stroke: #A7B2C4 1px;
}
 
.space-above-beyond .above-beyond span {
/trunk/styles/fonts/freedomfighter.ttf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property