diff options
Diffstat (limited to 'goldtype')
-rw-r--r-- | goldtype/background_darkness.png | bin | 0 -> 165 bytes | |||
-rw-r--r-- | goldtype/header_background.png | bin | 0 -> 196261 bytes | |||
-rw-r--r-- | goldtype/style.scss | 27 |
3 files changed, 27 insertions, 0 deletions
diff --git a/goldtype/background_darkness.png b/goldtype/background_darkness.png Binary files differnew file mode 100644 index 0000000..0a1cb4e --- /dev/null +++ b/goldtype/background_darkness.png diff --git a/goldtype/header_background.png b/goldtype/header_background.png Binary files differnew file mode 100644 index 0000000..50b11dd --- /dev/null +++ b/goldtype/header_background.png 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; +} |