Skip to content

Instantly share code, notes, and snippets.

@nathancahill
Created July 24, 2012 08:38
Show Gist options
  • Select an option

  • Save nathancahill/3168859 to your computer and use it in GitHub Desktop.

Select an option

Save nathancahill/3168859 to your computer and use it in GitHub Desktop.
Hacker News comments stylesheet
#hncomments div {
margin-left: 40px;
font-family: Verdana;
line-height: 130%;
}
.comment {
font-size: 9pt;
}
.comment a {
color: #000000;
}
.user, .timestamp {
color: #828282;
font-size: 8pt;
display: inline-block;
padding-bottom: 3px;
}
.user a:link, .user a:visited {
text-decoration: none;
color: #828282;
}
.user a:hover {
text-decoration: underline;
}
.space {
height: 10px;
}
.reply {
display: inline-block;
padding-top: 5px;
font-size: 8pt;
}
.author a:link, .user a:visited {
text-decoration: none;
color: #000000;
}
.author a:hover {
text-decoration: underline;
}
p {
margin: 5pt 0 0;
}
h2 {
font-size: 15pt;
}
h2 a:link, h2 a:visited {
color: inherit;
text-decoration: none;
}
h2 a:hover {
text-decoration: underline;
}
.subtext {
font-size: 10pt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment