Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 27 → Rev 28

/trunk/media/video/series/style.css
1034,22 → 1034,36
}
 
.life-on-mars {
display: inline-block;
padding: 0.25em 0.5em;
background-color: #c5ae91;
background-color: #000;
background-image:
-webkit-repeating-linear-gradient(left,
rgba(179, 157, 129, 0) 0%, rgba(179, 157, 129, 0) 20%,
rgba(179, 157, 129, 1) 19%, rgba(179, 157, 129, 1) 21%,
rgba(179, 157, 129, 0) 21%, rgba(179, 157, 129, 0) 30%),
-webkit-linear-gradient(top,
rgba(179, 157, 129, 0) 25%,
rgba(179, 157, 129, 1) 26%, rgba(179, 157, 129, 1) 28%,
rgba(179, 157, 129, 0) 29%);
color: #4C4641;
color: rgba(0, 0, 0, 0.6);
-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) 38%),
-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%);
color: #fff;
text-shadow: 0 0 0.5px #fff;
text-transform: uppercase;
-webkit-text-fill-color: transparent;
}
 
.life-on-mars .e {
letter-spacing: 0.5em;
}
.life-on-mars .on {
text-shadow: 0 0 1px #fff;
}
 
.life-on-mars .mars {
text-shadow: 0 0 2px #fff;
}
 
.macgyver {
padding: 0.125em 0.5em;
background-color: #080a09;
1204,6 → 1218,36
} */
 
@font-face {
font-family: "Unconform Round";
src: local("Unconform Round"), url(/styles/fonts/UNCON___.TTF);
}
 
.odyssey5 {
padding: 0.5em 0.5em 0.125em 0.5em;
background-color: #000;
color: #d1550b;
font-family: "Unconform Round", sans-serif;
text-transform: uppercase;
letter-spacing: 0.125em;
}
 
.odyssey5 .s2 {
letter-spacing: 0.25em;
}
 
.odyssey5 .e {
letter-spacing: 0.5em;
}
 
.odyssey5 .y2 {
letter-spacing: 0.5em;
}
 
.odyssey5 .five {
letter-spacing: normal;
}
 
@font-face {
font-family: "Dateline Bold";
src: local("Dateline Bold"), url(/styles/fonts/DatelineBold.ttf);
}