Skip to content

Instantly share code, notes, and snippets.

@lemieux
Created April 6, 2013 16:43
Show Gist options
  • Save lemieux/5326731 to your computer and use it in GitHub Desktop.
Save lemieux/5326731 to your computer and use it in GitHub Desktop.
HN Cleaner CSS I use it with Stylebot on Chrome and I use Javascript Injector : Nicholas Workshop to inject the web font in the page.
body {
margin: 0;
background-image: url(http://subtlepatterns.com/patterns/cloth_alike.png);
font-family: Lato;
font-size: 13px;
line-height: 20px;
color: #333333;
}
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 {
height: 40px;
width: 1180px;
}
body > center > table > tbody > tr:first-child > td > table > tbody > tr > td:first-child {
padding-right: 10px;
}
.pagetop a {
font-weight: normal;
}
a {
font-weight: bold;
}
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: 1200px;
margin: 0 auto;
}
.pagetop, .title {
font-family: Lato;
font-size: 18px;
line-height: 25px;
color: #333333;
}
.title, .title a {
font-weight: normal;
}
body > center > table > tbody > tr:nth-child(3) > td > table > tbody > tr:first-child > td:nth-child(2).title > a {
font-size: 20px;
}
.subtext {
height: 15px;
font-family: Lato;
vertical-align: top;
}
td, .comment, .default, .comhead, .yclinks, .dead {
font-family: Lato;
color: #333333;
}
body > center > table > tbody > tr:nth-child(3) > td > form {
width: 1200px;
margin: 0 auto;
}
td > center > table {
width: 1200px;
background-color: white;
border: solid 1px #000;
}
td > center > table td {
padding: 10px;
}
body > center > table > tbody > tr > td > table {
width: 1200px;
margin: 0 auto;
}
td.subtext {
font-size: 11px;
}
.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: #333333;
}
.comhead {
font-size: 14px;
}
.comment {
font-size: 15px;
}
.comment p, .comment + p {
margin: 8px 0 0 0;
line-height: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment