ikiwiki/themes/goldtype/style.css

26 lines
520 B
CSS
Raw Normal View History

2010-12-11 19:50:53 +01:00
/*
* goldtype theme for ikiwiki
*/
.pageheader {
background-repeat: no-repeat;
background-color: #f2d98d;
padding: 0;
padding-right: 1em;
margin-bottom: 2em;
}
html, body {
background-color: #f2d98d;
}
2013-02-21 06:45:10 +01:00
#content a:hover, #enclosure a:hover, #comments a:hover, .sidebar a:hover,
#content a:visited:hover, #enclosure a:visited:hover, #comments a:visited:hover,
.sidebar a:visited:hover {
2010-12-11 19:50:53 +01:00
color: red;
}
2013-02-21 06:45:10 +01:00
#content a:visited, #enclosure a:visited, #comments a:visited,
.sidebar a:visited {
2010-12-11 19:50:53 +01:00
color: #37485e;
}