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