summaryrefslogtreecommitdiff
path: root/goldtype/style.scss
blob: f04dee4b08142650a554c51e75557de2281a56dd (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, #enclosure a:hover, #comments a:hover, .sidebar a:hover,
  16. #content a:visited:hover, #enclosure a:visited:hover, #comments a:visited:hover,
  17. .sidebar a:visited:hover {
  18. color: red;
  19. }
  20. #content a:visited, #enclosure a:visited, #comments a:visited,
  21. .sidebar a:visited {
  22. color: #37485e;
  23. }