Skip to content
Snippets Groups Projects
Commit 86a79370 authored by Anika Henke's avatar Anika Henke
Browse files

semantic css placeholders - part 2

darcs-hash:20060805150015-d5083-4ac2de4b475c70d386745aefd606ffb396cf8f92.gz
parent 47878d35
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......@@ -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%;
}
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment