diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-11 14:50:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-11 14:50:53 -0400 |
commit | f7ff06074e8dabb9ca068308688989c1005096bf (patch) | |
tree | b2e85b13e59e4660751d707d69679cf815ddeafd /themes | |
parent | 99d74b3d6aaf464ffc35ca6504623b547fa340e6 (diff) |
tweak
Diffstat (limited to 'themes')
-rw-r--r-- | themes/goldtype/background_darkness.png | bin | 0 -> 165 bytes | |||
l--------- | themes/goldtype/base.css | 1 | ||||
-rw-r--r-- | themes/goldtype/header_background.png | bin | 0 -> 196261 bytes | |||
-rw-r--r-- | themes/goldtype/style.css | 23 |
4 files changed, 24 insertions, 0 deletions
diff --git a/themes/goldtype/background_darkness.png b/themes/goldtype/background_darkness.png Binary files differnew file mode 100644 index 000000000..0a1cb4e9e --- /dev/null +++ b/themes/goldtype/background_darkness.png 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 Binary files differnew file mode 100644 index 000000000..50b11dd23 --- /dev/null +++ b/themes/goldtype/header_background.png 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; +} |