Skip to content

Instantly share code, notes, and snippets.

@oskwazir
Last active July 28, 2016 16:50
Show Gist options
  • Save oskwazir/6d0330fc822642cd5aed7792f45d7552 to your computer and use it in GitHub Desktop.
Save oskwazir/6d0330fc822642cd5aed7792f45d7552 to your computer and use it in GitHub Desktop.
Css styles for Hacker News
html {
font: 18px/1.5 'equity text b', sans-serif;
}
body {
max-width: 720px;
background: rgba(246, 246, 239, 0.95);
}
body > center > table > tbody > tr:first-child > td a:first-child {
margin-left: -16px;
margin-right: 10px;
}
code {
max-width: 500px !important;
overflow: scroll !important;
}
tbody,
tr,
td,
table {
max-width: 570px !important;
}
.title,
.c00 a:link,
.sitestr{
font-family: 'equity caps b', sans-serif;
letter-spacing: 0.05rem;
}
.pagetop {
font-size: 0.9rem;
letter-spacing: 0rem;
}
.hnname,.pagetop{
font-family:'concourse c3',sans-serif;
font-weight:400;
}
.title {
font-size: 1rem;
font-weight:400;
}
.comhead,
.subtext {
font-family: 'concourse t3', sans-serif;
}
.comhead {
font-size: 0.8rem;
}
.subtext {
font-size: 12px;
padding-bottom: 34px;
}
.comment {
font-family: 'equity text b', sans-serif;
font-size: 1rem;
line-height: 1.5;
}
.c00,
.c00 a:link {
color: #444;
}
.c00 a:link {
text-decoration: none;
}
a:link {
color: #333;
}
#hnmain > tbody > tr:nth-of-type(1) > td {
background: rgba(246, 246, 239, 0.95);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment