aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-12-11 14:50:53 -0400
committerJoey Hess <joey@kitenet.net>2010-12-11 14:50:53 -0400
commitf7ff06074e8dabb9ca068308688989c1005096bf (patch)
treeb2e85b13e59e4660751d707d69679cf815ddeafd /themes
parent99d74b3d6aaf464ffc35ca6504623b547fa340e6 (diff)
downloadikiwiki-f7ff06074e8dabb9ca068308688989c1005096bf.tar
ikiwiki-f7ff06074e8dabb9ca068308688989c1005096bf.tar.gz
tweak
Diffstat (limited to 'themes')
-rw-r--r--themes/goldtype/background_darkness.pngbin0 -> 165 bytes
l---------themes/goldtype/base.css1
-rw-r--r--themes/goldtype/header_background.pngbin0 -> 196261 bytes
-rw-r--r--themes/goldtype/style.css23
4 files changed, 24 insertions, 0 deletions
diff --git a/themes/goldtype/background_darkness.png b/themes/goldtype/background_darkness.png
new file mode 100644
index 000000000..0a1cb4e9e
--- /dev/null
+++ b/themes/goldtype/background_darkness.png
Binary files 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
--- /dev/null
+++ b/themes/goldtype/header_background.png
Binary files 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;
+}