Skip to content

Instantly share code, notes, and snippets.

@guybrush
Created October 18, 2010 05:42
Show Gist options
  • Save guybrush/631785 to your computer and use it in GitHub Desktop.
Save guybrush/631785 to your computer and use it in GitHub Desktop.
pandoc.css
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;}
@sukima
Copy link

sukima commented Mar 13, 2013

Oh wow I like this! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment