aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/themes.mdwn12
-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
5 files changed, 30 insertions, 6 deletions
diff --git a/doc/themes.mdwn b/doc/themes.mdwn
index daa38cd44..d8ce3a812 100644
--- a/doc/themes.mdwn
+++ b/doc/themes.mdwn
@@ -1,16 +1,16 @@
-Ikiwiki now comes with several themes contributed by users.
-You can enable the [[theme_plugin|plugins/theme]] to use any of these.
-
A theme provides, via the underlay, an enhanced version of the regular
[[style.css]]. This leaves [[local.css]] free for you to further
customise. Themes can also provide header and background images.
-[[!img align=left actiontabs_small.png]] The actiontabs theme, contributed by
+Ikiwiki now comes with several themes contributed by users.
+You can enable the [[theme_plugin|plugins/theme]] to use any of these:
+
+[[!img actiontabs_small.png align=left]] The actiontabs theme, contributed by
[[svend]]. This style sheet displays the action list
(Edit, RecentChanges, etc.) as tabs.
-[[!img align=left blueview_small.png]] The blueview theme, contributed by
+[[!img blueview_small.png align=left]] The blueview theme, contributed by
[[BerndZeimetz]], featuring a panorama photo he took.
-[[!img align=left none_small.png]] For completeness, ikiwiki's default
+[[!img none_small.png align=left]] For completeness, ikiwiki's default
anti-theme.
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;
+}