]> sipb.mit.edu Git - ikiwiki.git/blob - themes/goldtype/style.css
Merge branch 'master' into fancypodcast
[ikiwiki.git] / themes / goldtype / style.css
1 /*
2  * goldtype theme for ikiwiki
3  */
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
13 html, body {
14         background-color: #f2d98d;
15 }
16
17 #content a:hover, #enclosure a:hover, #comments a:hover, .sidebar a:hover,
18 #content a:visited:hover, #enclosure a:visited:hover, #comments a:visited:hover,
19 .sidebar a:visited:hover {
20     color: red;
21 }
22 #content a:visited, #enclosure a:visited, #comments a:visited,
23 .sidebar a:visited {
24     color: #37485e;
25 }