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/background_darkness.png | Bin 0 -> 165 bytes themes/goldtype/base.css | 1 + themes/goldtype/header_background.png | Bin 0 -> 196261 bytes themes/goldtype/style.css | 23 +++++++++++++++++++++++ 4 files changed, 24 insertions(+) create mode 100644 themes/goldtype/background_darkness.png create mode 120000 themes/goldtype/base.css create mode 100644 themes/goldtype/header_background.png create mode 100644 themes/goldtype/style.css (limited to 'themes') diff --git a/themes/goldtype/background_darkness.png b/themes/goldtype/background_darkness.png new file mode 100644 index 000000000..0a1cb4e9e Binary files /dev/null and b/themes/goldtype/background_darkness.png differ diff --git a/themes/goldtype/base.css b/themes/goldtype/base.css new file mode 120000 index 000000000..d9318772d --- /dev/null +++ b/themes/goldtype/base.css @@ -0,0 +1 @@ +../blueview/style.css \ No newline at end of file diff --git a/themes/goldtype/header_background.png b/themes/goldtype/header_background.png new file mode 100644 index 000000000..50b11dd23 Binary files /dev/null and b/themes/goldtype/header_background.png differ 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