From f7ff06074e8dabb9ca068308688989c1005096bf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 11 Dec 2010 14:50:53 -0400 Subject: tweak --- themes/goldtype/style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 themes/goldtype/style.css (limited to 'themes/goldtype/style.css') diff --git a/themes/goldtype/style.css b/themes/goldtype/style.css new file mode 100644 index 000000000..9c217c746 --- /dev/null +++ b/themes/goldtype/style.css @@ -0,0 +1,23 @@ +/* + * 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; +} + +#content a:hover, #comments a:hover, .sidebar a:hover, +#content a:visited:hover, #comments a:visited:hover, .sidebar a:visited:hover { + color: red; +} +#content a:visited, #comments a:visited, .sidebar a:visited { + color: #37485e; +} -- cgit v1.2.3