Skip to content

Instantly share code, notes, and snippets.

@mfilej
Created August 2, 2008 19:07
Show Gist options
  • Save mfilej/3756 to your computer and use it in GitHub Desktop.
Save mfilej/3756 to your computer and use it in GitHub Desktop.
slo-tech.com userstyles
html * {
font-family: "Helvetica Neue" !important;
}
body {
font-size: 85% !important;
background: #fcfcfc !important;
}
#head,
#menus {
display: none;
}
#page_content {
margin-left: 0 !important;
}
#page_content a.current {
color: #333 !important;
}
#panels {
font-size: 75% !important;
}
#panels h2 {
display: none !important;
}
#panels div div {
margin-top: 0 !important;
padding-bottom: 5px !important;
background-image: none !important;
}
div.post {
background: #fff !important;
border-color: #ddd !important;
}
blockquote {
font-family: georgia !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment