Created
November 3, 2013 04:38
-
-
Save knice/7286813 to your computer and use it in GitHub Desktop.
Stylish Hacker News
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
| body { | |
| margin: 0; | |
| } | |
| body > center > table { | |
| width: 100%; | |
| background-color: transparent; | |
| } | |
| body > center > table > tbody > tr:first-child > td { | |
| background-image: -webkit-linear-gradient(top, #f60, #f70); | |
| border-bottom: solid 1px #f60; | |
| box-shadow: 0 2px rgba(0,0,0,.1); | |
| } | |
| body > center > table > tbody > tr:first-child > td > table { | |
| padding: 10px; | |
| margin: 0 auto; | |
| width: 960px; | |
| } | |
| body > center > table > tbody > tr:first-child > td > table > tbody > tr > td:first-child { | |
| padding-right: 10px; | |
| } | |
| .pagetop { | |
| font-family: "Source Sans Pro", "Segoe UI", Arial, Helvetica, sans-serif; | |
| font-size: 14px; | |
| } | |
| a { | |
| font-weight: normal; | |
| } | |
| a:hover { | |
| text-decoration: underline; | |
| } | |
| body > center > table > tbody > tr:nth-child(3) > td { | |
| padding: 20px 0; | |
| } | |
| body > center > table > tbody > tr:nth-child(3) > td > table { | |
| width: 960px; | |
| margin: 0 auto; | |
| } | |
| .title { | |
| color: #ccc; | |
| font-family: "Source Sans Pro", "Segoe UI", Arial, Helvetica, sans-serif; | |
| font-size: 18px; | |
| padding-bottom:0.2em; | |
| padding-top: 0.3em; | |
| } | |
| body > center > table > tbody > tr:nth-child(3) > td > table > tbody > tr:first-child > td:nth-child(2).title > a { | |
| font-size: 24px; | |
| } | |
| .subtext { | |
| height: 20px; | |
| font-family: "Source Sans Pro", "Segoe UI", Arial, Helvetica, sans-serif; | |
| vertical-align: top; | |
| font-size:0.6em; | |
| } | |
| td, .comment, .default, .comhead, .yclinks, .dead { | |
| font-family: "Source Sans Pro", "Segoe UI", Arial, Helvetica, sans-serif; | |
| } | |
| body > center > table > tbody > tr:nth-child(3) > td > form { | |
| width: 960px; | |
| margin: 0 auto; | |
| } | |
| td > center > table { | |
| width: 940px; | |
| background-color: white; | |
| border: solid 1px #000; | |
| } | |
| td > center > table td { | |
| padding: 10px; | |
| } | |
| body > center > table > tbody > tr > td > table { | |
| width: 960px; | |
| margin: 0 auto; | |
| } | |
| .comment u, .comment u a, .comment u a:visited, .comment + p u, .comment + p u a, .comment + p u a:visited { | |
| text-decoration: none ; | |
| color: #777; | |
| } | |
| .comment { font-size:1.2em; color:#666; } | |
| .comment p, .comment + p { | |
| margin: 8px 0 0 0; | |
| line-height: 140%; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment