Skip to content

Instantly share code, notes, and snippets.

@jaredatch
Created January 27, 2012 06:15
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 jaredatch/1687328 to your computer and use it in GitHub Desktop.
Save jaredatch/1687328 to your computer and use it in GitHub Desktop.
Revert Techmeme.com to look closer to the previous design
/* User stylesheet for Techmeme.com */
body {
font-family: "Helvetica Neue", Helvetica, arial;
background: #bbbbcc;
}
cite,
.drhed,
h2,
.nfdl {
font-family: "Helvetica Neue", Helvetica, arial;
}
.pagecont {
background: #fff;
margin:10px 0 0 0;
border:1px solid #1d4d63;
}
.prenavbar {
margin:0;
padding:3px 10px ;
font-family: "Helvetica Neue", Helvetica, arial;
}
.topline {
margin: 0;
}
.navbar {
margin-left: 0em;
font-family: "Helvetica Neue", Helvetica, arial;
}
#topcol1 {
float: left;
width: 62%;
margin:10px 0 0 0;
}
#topcol2 {
display:none; }
#topcol3 {
float: none;
width: 100%;
margin:0;
}
#topcol23 {
float: right;
width: 32%;
padding-right:20px;
margin:10px 0 0 0;
}
.ii {
font-size: 0.95em;
}
.botcols .ii {
font-size:0.85em;
}
.botcol1,
.botcol2 {
margin:0;
}
.item {
padding-top: 0.7em;
padding-bottom: 0.9em;
clear: both;
}
.dbpt {
font-size: 0.92em;
}
.ii strong {
font-family: "Helvetica Neue", Helvetica, arial;
}
.ed strong a:visited {
color: #804068;
}
.ed strong a:link {
color: #001388;
}
.ed a:link {
color: #001388;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment