style.css 842 B

12345678910111213
  1. body { font-family:Verdana,sans-serif; font-size:12px; color:#000; background:#111; }
  2. h1 { font-size:20px; margin:0 }
  3. h2 { font-size:10px; margin:0 }
  4. p { margin:5px 0; font-size:12px; }
  5. pre.prettyprint { padding:15px; border:1px solid #eee; border-radius:5px; background:#eee; border-bottom:3px solid; }
  6. .examples { border-radius:20px; background:#fff; padding:15px;
  7. margin:0 150px 0 0; border-collapse: collapse; border:1px solid #000; }
  8. .slimScrollDiv { border:1px solid #eee; }
  9. #nav { position:fixed; top:0; left:0; background:#fff; padding:15px; border-radius:20px; width:200px; }
  10. #nav ul { list-style-type:square; list-style-position:inside; margin:20px 0 0 0; padding:0; }
  11. #nav a { text-decoration:none; color:#000; }
  12. #nav a:hover { text-decoration: underline }
  13. #git-fork img { position:fixed; top:0; right:0; border:0; z-index:999; }