Skip to content

Instantly share code, notes, and snippets.

@JulioC
Created November 17, 2012 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JulioC/4098247 to your computer and use it in GitHub Desktop.
Save JulioC/4098247 to your computer and use it in GitHub Desktop.
My restyling for Hacker News
.subtext a:last-child {
color: #ba7343;
}
.subtext span {
color: #828282;
font-weight: normal;
}
body > center > table {
background-color: #F7F7F7;
}
body > center > table > tbody > tr:nth-child(1) table {
border-bottom: 1px solid #d2d2d2;
padding-bottom: 12px;
}
body center table {
background-color: #F7F7F7;
padding: 5px;
}
center form input {
border-color: #C1C1C1;
border-radius: 2px;
border-style: solid;
border-width: 1px;
line-height: 1.5em;
padding-left: 3px;
padding-right: 3px;
}
html {
background-color: #F7F7F7;
}
html body center {
color: #f9f9f9;
}
span.comhead a:last-child {
color: #B2B2B2;
}
span.comment {
line-height: 1.5em;
}
span.comment a:last-child {
color: BA7343;
text-decoration: none;
}
span.comment a:last-child:hover {
}
span.pagetop {
color: #DDDDDD;
}
span.pagetop a {
color: #555555;
}
span.pagetop a:hover {
color: #111111;
}
span.pagetop a:last-child {
font-weight: bold;
}
span.pagetop b a {
color: #111111;
padding: 2px;
}
span.pagetop b a:hover {
color: #000000;
}
span.yclinks {
color: DDDDDD;
}
span.yclinks a {
color: #555555;
padding-bottom: 1px;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
}
span.yclinks a:hover {
color: #333333;
text-decoration: underline;
}
table tr:nth-child(4) td {
background-color: #f7f7f7;
}
td form input[type=submit] {
background-color: #f5ead7;
border-color: BA7343;
color: BA7343;
cursor: pointer;
padding: 5px;
}
td form input[type=submit]:hover {
background-color: #fadeaf;
}
td form textarea {
border-color: BA7343;
}
td.subtext {
color: #BBB;
font-size: 10px;
line-height: 1em;
}
td.subtext a:nth-child(3) {
color: #b2b2b2;
}
td.title {
color: #BBB;
line-height: 2em;
padding-right: 10px;
}
td.title a {
font-weight: bold;
}
td.title a:hover {
color: #ff6600;
}
tr td center {
padding-right: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment