-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.
--- /dev/null
+/*
+ * 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;
+}