]> sipb.mit.edu Git - ikiwiki.git/blob - themes/goldtype/style.css
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[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, #comments a:hover, .sidebar a:hover,
18 #content a:visited:hover, #comments a:visited:hover, .sidebar a:visited:hover {
19     color: red;
20 }
21 #content a:visited, #comments a:visited, .sidebar a:visited {
22     color: #37485e;
23 }