stylesheet.css 819 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*******************************************************************************
  2. Slate Theme for GitHub Pages
  3. by Jason Costello, @jsncostello
  4. *******************************************************************************/
  5. @import url("default.css");
  6. @import url("../../../stylesheets/stylesheet.css");
  7. @import url(pygment_trac.css);
  8. div.body,
  9. div.document {
  10. background-color: transparent;
  11. }
  12. div.body h1,
  13. div.body h2,
  14. div.body h3,
  15. div.body h4,
  16. div.body h5,
  17. div.body h6 {
  18. background-color: transparent;
  19. border-bottom: 0;
  20. }
  21. h1#project_title a {
  22. color: white;
  23. }
  24. h1 a {
  25. color: #0069ba;
  26. }
  27. ul {
  28. margin-bottom: 5px;
  29. }
  30. tt.literal {
  31. color: #222;
  32. background-color: #fff;
  33. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  34. font-size: 14px;
  35. }