Created
August 17, 2012 12:10
-
-
Save BRMatt/3378351 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
/** | |
Title: White Hacker News | |
URL: http://stylebot.me/styles/55 | |
Author: http://stylebot.me/users/vinodpillai | |
**/ | |
body { | |
background-color: fff; | |
} | |
a:hover { | |
color: #ff3300; | |
} | |
span.pagetop { | |
font-family: Helvetica, Arial, sans-serif; | |
color: transparent; | |
} | |
span.pagetop a { | |
color: #999; | |
} | |
span.pagetop a:hover { | |
text-decoration: underline; | |
} | |
span.yclinks { | |
display: none; | |
} | |
tbody:last { | |
display: none; | |
} | |
body> center> table> tbody> tr:last-child { | |
display: none; | |
} | |
td> a> img { | |
display: none; | |
} | |
td.title a { | |
font-family: Helvetica, Arial, sans-serif; | |
font-style: normal; | |
font-weight: bold; | |
font-size: 24px; | |
} | |
span.pagetop b a { | |
font-family: Helvetica, Arial, sans-serif; | |
color: ffffff; | |
background-color: ff3300; | |
padding: 10px; | |
} | |
span.comhead { | |
font-family: "Lucida Grande", Verdana, sans-serif; | |
font-style: italic; | |
font-size: 10px; | |
color: cccccc; | |
} | |
body center table { | |
background-color: fff; | |
padding-bottom: 60px; | |
} | |
td.subtext { | |
padding-bottom: 20px; | |
padding-left: 25px; | |
} | |
tr td center a { | |
float: left; | |
background-color: ffffff; | |
border-style: none; | |
padding-left: 35px; | |
} | |
td.title { | |
color: 999999; | |
font-family: Helvetica, Arial, sans-serif; | |
vertical-align: center; | |
padding-left: 25px; | |
padding-right: 20px; | |
} | |
td.title:nth-child(1) { | |
vertical-align: middle; | |
padding-top: 4px; | |
} | |
tr td table { | |
font-family: Helvetica, Arial, sans-serif; | |
} | |
span.comment font p { | |
font-family: Helvetica, Arial, sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment