Benutzer:Stefanb/monobook.css: Unterschied zwischen den Versionen

Aus X-Lexikon
Zur Navigation springenZur Suche springen
K (t)
(t)
Zeile 38: Zeile 38:
.wikiEditor-ui-view-changes {
.wikiEditor-ui-view-changes {
     background-color: #171717;
     background-color: #171717;
}
.wikiEditor-ui-view-changes .wikiEditor-preview-contents {
    background-color: #171717;
}
.wikiEditor-preview-contents table.diff {
    border: medium none;
}
}



Version vom 5. Februar 2012, 21:53 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, table.diff {
    border:  1px solid #D2A900;
}

table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: #171717;
}

.wikiEditor-preview-contents {
    background-color: #272727;
}

.wikiEditor-ui-controls {
    background-color: #272727;
}

.wikiEditor-ui-buttons {
    background-color: #272727;
    border-top: medium none;
}

.wikiEditor-ui-view-changes {
    background-color: #171717;
}

.wikiEditor-ui-view-changes .wikiEditor-preview-contents {
    background-color: #171717;
}

.wikiEditor-preview-contents table.diff {
    border: medium none;
}

td.htmlform-tip {
    color: #999999;
}

#preferences {
    background-color: #171717;
}

.prefsection table, .prefsection legend {
    background-color: #171717;
}

#preftoc li.selected {
    background-color: #171717;
}

#preftoc a, #preftoc a:active {
    color: white;
}

#preftoc li {
    background-color: #272727;
}

ul#filetoc {
    background-color: #171717;
}

.navi {
    border: 1px solid #999999;
}