Benutzer:Stefanb/monobook.css: Unterschied zwischen den Versionen
Aus X-Lexikon
Zur Navigation springenZur Suche springen
(test) |
K (k) |
||
| Zeile 12: | Zeile 12: | ||
td.diff-context { | td.diff-context { | ||
background: none repeat scroll 0 0 # | background: none repeat scroll 0 0 #272727; | ||
} | } | ||
| Zeile 20: | Zeile 20: | ||
table.diff, td.diff-otitle, td.diff-ntitle { | table.diff, td.diff-otitle, td.diff-ntitle { | ||
background-color: # | background-color: #393939; | ||
} | } | ||
.wikiEditor-preview-contents { | .wikiEditor-preview-contents { | ||
background-color: # | background-color: #272727; | ||
} | } | ||
Version vom 4. Februar 2012, 22:17 Uhr
#pagehistory li {
border: none;
}
td.diff-addedline {
background: none repeat scroll 0 0 #004020;
}
td.diff-deletedline {
background: none repeat scroll 0 0 #404010;
}
td.diff-context {
background: none repeat scroll 0 0 #272727;
}
div#content {
border: 1px solid #D2A900;
}
table.diff, td.diff-otitle, td.diff-ntitle {
background-color: #393939;
}
.wikiEditor-preview-contents {
background-color: #272727;
}