Created
November 6, 2012 08:06
-
-
Save vyder/4023383 to your computer and use it in GitHub Desktop.
CSS for Little Black Book
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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