Created
January 17, 2013 18:07
-
-
Save oldaccountarchived/4558102 to your computer and use it in GitHub Desktop.
Lobste.rs style Hacker News.
This file contains 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
tbody tr td { | |
border-color: #FFFFFF; | |
background-color: #FFFFFF; | |
font-family: Helvetica Neue; | |
border-style: none; | |
padding-top: 4px; | |
} | |
html body center { | |
background-color: #FFFFFF; | |
} | |
body center table { | |
color: #FFFFFF; | |
border-color: #FFFFFF; | |
font-size: 13pt; | |
font-family: Helvetica, Arial, sans-serif; | |
background-color: #FFFFFF; | |
width: 1000px; | |
} | |
tr td table { | |
font-family: Helvetica, Arial, sans-serif; | |
} | |
span.comhead { | |
font-size: 11px; | |
font-style: italic; | |
font-family: Helvetica Neue; | |
} | |
td.title a { | |
font-size: 15px; | |
color: #285ee4; | |
font-family: Helvetica Neue; | |
font-weight: bold; | |
font-style: normal; | |
} | |
td.subtext { | |
font-family: Helvetica Neue; | |
font-size: 11px; | |
} | |
span.pagetop a { | |
font-family: Helvetica Neue; | |
font-weight: bold; | |
font-size: 13px; | |
text-transform: capitalize; | |
color: #77787a; | |
} | |
td.title { | |
font-size: 13px; | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment