Created
October 18, 2010 05:42
-
-
Save guybrush/631785 to your computer and use it in GitHub Desktop.
pandoc.css
This file contains 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 { | |
font: Arial; | |
/* | |
font: 18px/27px 'YanoneKaffeesatzRegular', Arial, sans-serif; | |
font-family:"Myriad Pro",georgia, helvetica, arial, sans serif; | |
*/ | |
font-size:larger; | |
background:black; color:white; margin-left:300px; width:500px; padding:20px} | |
a {color:yellow; background:black;} | |
a:hover {color:black; background:yellow;} | |
em {color:#f88;} | |
code {color:#3ad; font-size:12px; font-family:monaco;} | |
table {border-collapse:collapse; border:2px solid white;} | |
td, th {border:1px solid white; padding:2px 4px;} | |
#TOC {position:fixed; left:0px; width:290px; top:0; bottom:0; overflow:auto; background:black;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh wow I like this! Thanks!