From 86a793703a3cfc8622a51c6d07c62d55589994e0 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 5 Aug 2006 17:00:15 +0200 Subject: semantic css placeholders - part 2 darcs-hash:20060805150015-d5083-4ac2de4b475c70d386745aefd606ffb396cf8f92.gz --- lib/tpl/default/design.css | 12 ++++++------ lib/tpl/default/layout.css | 2 +- lib/tpl/default/style.ini | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'lib/tpl') diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 4c6094ab1..27edefc1c 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -167,7 +167,7 @@ div.dokuwiki .nowrap { } div.dokuwiki div#draft__status { float: right; - color: __border__; + color: __text_alt__; } /* --------- buttons ------------------- */ @@ -311,7 +311,7 @@ div.dokuwiki a.wikilink2 { /* ------------- Page elements ----------------- */ div.dokuwiki div.preview { - background-color: __background_other__; + background-color: __background_neu__; margin: 0 0 0 2em; padding: 4px; border: 1px dashed __text__; @@ -575,7 +575,7 @@ div.dokuwiki td.diff-deletedline { background-color: #ffffbb; } div.dokuwiki td.diff-context { - background-color: __background_other__; + background-color: __background_neu__; } div.dokuwiki span.diffchange { color: red; @@ -610,7 +610,7 @@ div.insitu-footnote { font-size: 80%; line-height: 1.2em; border: 1px solid __border__; - background-color: __background_other2__; + background-color: __background_other__; text-align: left; padding: 4px; max-width: 40%; /* IE's width is handled in javascript */ @@ -689,7 +689,7 @@ div.dokuwiki div.ajax_qsearch { font-size: 80%; line-height: 1.2em; border: 1px solid __border__; - background-color: __background_other2__; + background-color: __background_other__; text-align: left; padding: 4px; } @@ -711,7 +711,7 @@ html>body button.toolbutton { div.picker { width: 250px; border: 1px solid __border__; - background-color: __background_other2__; + background-color: __background_alt__; } button.pickerbutton { diff --git a/lib/tpl/default/layout.css b/lib/tpl/default/layout.css index f4606ae1e..ca4b52756 100644 --- a/lib/tpl/default/layout.css +++ b/lib/tpl/default/layout.css @@ -66,7 +66,7 @@ div.dokuwiki #bar__bottom { div.dokuwiki div.meta { clear: both; margin-top: 1em; - color: __extern__; + color: __text_alt__; font-size: 70%; } diff --git a/lib/tpl/default/style.ini b/lib/tpl/default/style.ini index d5df663be..14ad5c6a1 100644 --- a/lib/tpl/default/style.ini +++ b/lib/tpl/default/style.ini @@ -38,7 +38,6 @@ __border__ = "#8cacbb" ; other text and background colors __text_other__ = "#ccc" __background_other__ = "#f7f9fa" -__background_other2__= "#eef3f8" ; these are used for links __extern__ = "#436976" -- cgit v1.2.3