From: Joey Hess Date: Sat, 11 Dec 2010 18:50:53 +0000 (-0400) Subject: tweak X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/f7ff06074e8dabb9ca068308688989c1005096bf tweak --- diff --git a/doc/themes.mdwn b/doc/themes.mdwn index daa38cd44..d8ce3a812 100644 --- a/doc/themes.mdwn +++ b/doc/themes.mdwn @@ -1,16 +1,16 @@ -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. diff --git a/themes/goldtype/background_darkness.png b/themes/goldtype/background_darkness.png new file mode 100644 index 000000000..0a1cb4e9e Binary files /dev/null and b/themes/goldtype/background_darkness.png differ 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 new file mode 100644 index 000000000..50b11dd23 Binary files /dev/null and b/themes/goldtype/header_background.png differ 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; +}