summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2006-08-05 17:00:15 +0200
committerAnika Henke <a.c.henke@arcor.de>2006-08-05 17:00:15 +0200
commit86a793703a3cfc8622a51c6d07c62d55589994e0 (patch)
tree98ecbdab5667ae50f7bf2aa26c96b10b7e8e416c /lib/tpl
parent47878d3599ab510e9da0f5375fe712ac054bc098 (diff)
downloadrpg-86a793703a3cfc8622a51c6d07c62d55589994e0.tar.gz
rpg-86a793703a3cfc8622a51c6d07c62d55589994e0.tar.bz2
semantic css placeholders - part 2
darcs-hash:20060805150015-d5083-4ac2de4b475c70d386745aefd606ffb396cf8f92.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/design.css12
-rw-r--r--lib/tpl/default/layout.css2
-rw-r--r--lib/tpl/default/style.ini1
3 files changed, 7 insertions, 8 deletions
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"