]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - themes/goldtype/style.css
tweak
[git.ikiwiki.info.git] / themes / goldtype / style.css
diff --git a/themes/goldtype/style.css b/themes/goldtype/style.css
new file mode 100644 (file)
index 0000000..9c217c7
--- /dev/null
@@ -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;
+}