summaryrefslogtreecommitdiff
path: root/goldtype/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'goldtype/style.scss')
-rw-r--r--goldtype/style.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/goldtype/style.scss b/goldtype/style.scss
new file mode 100644
index 0000000..f04dee4
--- /dev/null
+++ b/goldtype/style.scss
@@ -0,0 +1,27 @@
+@import "../blueview/style";
+
+/*
+ * 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, #enclosure a:hover, #comments a:hover, .sidebar a:hover,
+#content a:visited:hover, #enclosure a:visited:hover, #comments a:visited:hover,
+.sidebar a:visited:hover {
+ color: red;
+}
+
+#content a:visited, #enclosure a:visited, #comments a:visited,
+.sidebar a:visited {
+ color: #37485e;
+}