Skip to content

Instantly share code, notes, and snippets.

@vyder
Created November 6, 2012 08:06
Show Gist options
  • Select an option

  • Save vyder/4023383 to your computer and use it in GitHub Desktop.

Select an option

Save vyder/4023383 to your computer and use it in GitHub Desktop.
CSS for Little Black Book
body {
background: none;
background-color: white;
font-family: Georgia, Times, serif;
}
div.post-outer {
background-color: #ffffff;
color: #000;
font-size: 16pt;
}
h3.post-title {
padding-top: 20px;
font-family: Georgia, Times, serif;
color: black;
}
div.MsoNormal {
line-height: 100%;
text-indent: 0.5in;
text-align: justify;
}
div.MsoNormal:first-child {
text-align: none;
}
/* Hide annoying blogger bar */
div.navbar {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment