Last active
August 29, 2015 14:23
-
-
Save cwparsons/fdba0df75c8fcbbfb678 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* the-movie-spoiler.css | |
*/ | |
/** | |
* Main | |
*/ | |
body { | |
background-image: none; | |
font-family: Georgia, Cambria, "Times New Roman", Times, serif !important; | |
} | |
a, | |
a:link, | |
a:visited { | |
color: #2ecc71; | |
} | |
table, | |
td { | |
border-collapse: collapse; | |
border-spacing: 0; | |
margin: 0 auto !important; | |
padding: 0; | |
} | |
table[border] { | |
border-width: 0; | |
border-color: transparent; | |
} | |
table[bgcolor], | |
tr[bgcolor], | |
td[bgcolor] { | |
background-color: transparent !important; | |
} | |
caption { | |
margin-bottom: 20px; | |
} | |
[color] { | |
color: rgba(0, 0, 0, 0.95); | |
} | |
[face*="Arial"], | |
[style*="Arial"], | |
[face*="Trebuchet MS"], | |
[style*="Trebuchet MS"] { | |
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important; | |
} | |
/** | |
* Hide | |
*/ | |
/* Header HR */ | |
div[align="center"] > hr, | |
/* Amazon links */ | |
a[href*="amazon"], | |
a[href*="amazon"] img, | |
/* Animated GIF heading */ | |
tr[height="159"], | |
/* Facebook, Book Spoiler, Archive links */ | |
tr[height="57"], | |
/* Header */ | |
tr[height="69"], | |
/* Footer */ | |
tr[height="158"], | |
/* In-article ads */ | |
table[width="200"][align="right"], | |
table[width="300"][align="right"] { | |
display: none !important; | |
} | |
/** | |
* Logo | |
*/ | |
a[href="http://www.themoviespoiler.com"] { | |
color: rgba(0, 0, 0, 0.95); | |
font-size: 48px; | |
text-decoration: none; | |
} | |
a[href="http://www.themoviespoiler.com"]:hover { | |
color: rgba(0, 0, 0, 0.95); | |
font-size: 48px; | |
text-decoration: none; | |
} | |
a[href="http://www.themoviespoiler.com"] img { | |
display: none; | |
} | |
a[href="http://www.themoviespoiler.com"]:before { | |
content: "The Movie Spoiler"; | |
} | |
/** | |
* Movie List | |
*/ | |
td[width="187"] > div[align="center"], | |
td[width="190"] > div[align="center"], | |
td[width="192"] > div[align="center"], | |
td[width="34%"] > div[align="center"], | |
td[width="33%"] > div[align="center"] { | |
text-align: left; | |
} | |
table font[size="1"] { | |
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; | |
font-size: 13px; | |
} | |
/** | |
* Article | |
*/ | |
table p { | |
color: rgba(0, 0, 0, 0.95); | |
font-size: 20px; | |
line-height: 1.6; | |
margin-bottom: 30px; | |
} | |
/* Title */ | |
table font[size="7"] { | |
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; | |
font-size: 36px; | |
} | |
table i { | |
font-style: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment