summaryrefslogtreecommitdiff
path: root/goldtype/style.scss
blob: d955a42ded2f2fba711909738d8e65f9b45d19c9 (plain)
  1. @import "../blueview/style";
  2. /*
  3. * goldtype theme for ikiwiki
  4. */
  5. .pageheader {
  6. background-repeat: no-repeat;
  7. background-color: #f2d98d;
  8. padding: 0;
  9. padding-right: 1em;
  10. margin-bottom: 2em;
  11. }
  12. html, body {
  13. background-color: #f2d98d;
  14. }
  15. #content a:hover, #comments a:hover, .sidebar a:hover,
  16. #content a:visited:hover, #comments a:visited:hover, .sidebar a:visited:hover {
  17. color: red;
  18. }
  19. #content a:visited, #comments a:visited, .sidebar a:visited {
  20. color: #37485e;
  21. }