From 41a10eb0b055467b2677295442480e40dfe3d277 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 11 Sep 2010 14:31:34 -0400 Subject: actiontabs: Improve tab padding. --- themes/actiontabs/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/actiontabs/style.css b/themes/actiontabs/style.css index c5925cedd..13e9dc1a4 100644 --- a/themes/actiontabs/style.css +++ b/themes/actiontabs/style.css @@ -69,11 +69,11 @@ body { .pageheader .actions { position: absolute; - bottom: 5px; + bottom: 0; right: 2em; width: 100%; text-align: right; - padding: 0; + padding: 2px; } #content, #comments, #footer { -- cgit v1.2.3 From b5be85a611f83dd97f1f40daaf294b31d975b4a8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 11 Sep 2010 14:40:56 -0400 Subject: blueview: Fix display of links to translated pages in the page header. --- debian/changelog | 1 + themes/blueview/style.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/debian/changelog b/debian/changelog index 7138824f9..3428aa6d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ ikiwiki (3.20100832) UNRELEASED; urgency=low as second parameter, to allow for plugins that needs access to this information earlier than the delete hook. * actiontabs: Improve tab padding. + * blueview: Fix display of links to translated pages in the page header. -- Joey Hess Tue, 07 Sep 2010 12:08:05 -0400 diff --git a/themes/blueview/style.css b/themes/blueview/style.css index 540cac415..c07d1cdfa 100644 --- a/themes/blueview/style.css +++ b/themes/blueview/style.css @@ -197,14 +197,14 @@ body { font-weight: bold; } -.pageheader .header .title, .pageheader .header .parentlinks, .pageheader .actions ul li, .pageheader .header span { +.pageheader .header .title, .pageheader .header .parentlinks, .pageheader .actions ul li, .pageheader .header span, .pageheader #otherlanguages ul li { padding: 0.25em 0.25em 0.25em 0.25em; background-image: url('background_darkness.png'); background-repeat: repeat; color: white; } -.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a { +.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a, .pageheader #otherlanguages ul li a { color: white; text-decoration: none; } -- cgit v1.2.3 From 2852c6b0d5494b21695ebe39b172fc30d01d2600 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Oct 2010 19:55:56 -0400 Subject: actiontabs: More consistent styling of Hn tags. In particular the use of italics for h3 was weird. --- debian/changelog | 1 + themes/actiontabs/style.css | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/debian/changelog b/debian/changelog index d1ee4967d..53bee5df6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ ikiwiki (3.20100927) UNRELEASED; urgency=low implement web-based reversion interface. * Thanks to Peter Gammie for his assistance with the web-based reversion feature. + * actiontabs: More consistent styling of Hn tags. -- Joey Hess Wed, 29 Sep 2010 11:58:23 -0400 diff --git a/themes/actiontabs/style.css b/themes/actiontabs/style.css index 13e9dc1a4..749d9b21e 100644 --- a/themes/actiontabs/style.css +++ b/themes/actiontabs/style.css @@ -97,8 +97,7 @@ body { h1 { font: 120% sans-serif } h2 { font: bold 100% sans-serif } -h3 { font: italic 100% sans-serif } -h4, h5, h6 { font: small-caps 100% sans-serif } +h3, h4, h5, h6 { font: bold 80% sans-serif } /* Smaller headings for inline pages */ .inlinepage h1 { font-size: 110% } -- cgit v1.2.3 From f7ff06074e8dabb9ca068308688989c1005096bf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 11 Dec 2010 14:50:53 -0400 Subject: tweak --- doc/themes.mdwn | 12 ++++++------ themes/goldtype/background_darkness.png | Bin 0 -> 165 bytes themes/goldtype/base.css | 1 + themes/goldtype/header_background.png | Bin 0 -> 196261 bytes themes/goldtype/style.css | 23 +++++++++++++++++++++++ 5 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 themes/goldtype/background_darkness.png create mode 120000 themes/goldtype/base.css create mode 100644 themes/goldtype/header_background.png create mode 100644 themes/goldtype/style.css (limited to 'themes') 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; +} -- cgit v1.2.3