Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 202 → Rev 203

/trunk/media/video/series/style.css
629,6 → 629,52
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
 
.eli-stone {
padding: 0.5em 0.5em 0.125em 0.5em;
background-color: black;
color: #80878d;
font-weight: bold;
line-height: 1em;
text-transform: lowercase;
}
 
.eli-stone .eli,
.eli-stone .stone {
position: relative;
display: block;
text-align: right;
}
 
.eli-stone .eli {
padding-right: 0.125em;
font-size: 150%;
}
 
.eli-stone .eli:after {
content: "Eli";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding-right: 0.125em;
color: transparent;
-webkit-text-fill-color: #dfe6f0;
-webkit-mask-image: -webkit-linear-gradient(top left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25));
}
 
.eli-stone .stone:after {
content: "Stone";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: transparent;
-webkit-text-fill-color: #dfe6f0;
-webkit-mask-image: -webkit-linear-gradient(top left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.25));
}
 
@font-face {
font-family: "Interstate";
src: local("Interstate"), url(/styles/fonts/non-free/interstate_ultra-black_condensed.ttf);
1607,6 → 1653,7
padding-top: 0.25em;
padding-left: 0.25em;
font-family: "a_Futura Orto", sans-serif;
text-align: right;
text-transform: uppercase;
}
 
1631,6 → 1678,7
display: block;
font-weight: bold;
line-height: 0.75em;
text-align: right;
}
 
.samantha-who .q {
1826,6 → 1874,66
}
 
@font-face {
font-family: 'Jura-Demi-Bold';
src:url('/styles/fonts/Jura-Demi-Bold.ttf.woff') format('woff'),
url('/styles/fonts/Jura-Demi-Bold.ttf.svg#Jura-Demi-Bold') format('svg'),
url('/styles/fonts/Jura-Demi-Bold.ttf.eot'),
url('/styles/fonts/Jura-Demi-Bold.ttf.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
 
.seven-days {
position: relative;
padding: 1em 1em 0.75em;
background-color: #020401;
color: #f7fbe0;
font-family: 'Jura-Demi-Bold', sans-serif;
font-size: 80%;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1em;
white-space: nowrap;
}
 
.seven-days:before {
position: absolute;
left: 0;
top: -0.125em;
right: 0;
bottom: 0;
padding-left: 0.75em;
display: block;
color: #191955;
content: "7";
font-size: 350%;
font-weight: 900;
text-align: center;
}
 
.seven-days:after {
position: absolute;
left: 0;
top: -0.125em;
right: 0;
bottom: 0;
padding-left: 0.75em;
display: block;
content: "7";
font-size: 350%;
font-weight: 900;
text-align: center;
color: transparent;
-webkit-text-fill-color: #f7fbe0;
-webkit-mask-image: -webkit-linear-gradient(bottom left,
rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 60%);
}
 
.seven-days .s {
letter-spacing: normal;
}
 
@font-face {
font-family: "London Tube";
src: local("P22 Johnston Underground"), url(/styles/fonts/non-free/p22-johnston-underground.ttf);
}