MediaWiki:Common.css
Aus bmWiki
(Unterschied zwischen Versionen)
Admin (Diskussion | Beiträge)
(Die Seite wurde neu angelegt: „/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* Border colors */ .borderc1 { border-color: #e9e9e9; border-width: thin; } - →light grey: .borderc2…“)
Zum nächsten Versionsunterschied →
(Die Seite wurde neu angelegt: „/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* Border colors */ .borderc1 { border-color: #e9e9e9; border-width: thin; } - →light grey: .borderc2…“)
Zum nächsten Versionsunterschied →
Version vom 1. Oktober 2010, 15:18 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width: thin; } /* light grey */
.borderc2 { border-color: #aaaaaa; border-width: thin; } /* grey (as toc) */
.borderc3 { border-color: #777777; border-width: thin; } /* dark grey */
.borderc4 { border-color: #000000; border-width: thin; } /* black */
.borderc5 { border-color: #c00000; border-width: thin; } /* red */
.borderc6 { border-color: #025e9d; border-width: thin; } /* blue */
.borderc7 { border-color: #008040; border-width: thin; } /* green */
.borderc8 { border-color: #ffcc00; border-width: thin; } /* yellow */
/* Background colors */
.backgroundc1 { background-color: #F3E7CE; } /* white #ffffff */
.backgroundc2 { background-color: #f9f9f9; } /* light grey (as toc) #f9f9f9 */
.backgroundc3 { background-color: #eeeeee; } /* light grey (headers)#eeeeee */
.backgroundc4 { background-color: #e0e0e0; } /* more grey #e0e0e0 */
.backgroundc5 { background-color: #d2d2d2; } /* more grey #d2d2d2 */
.backgroundc6 { background-color: #b7b7b7; } /* more grey #b7b7b7 */
.backgroundc7 { background-color: #a3a3a3; } /* darker grey #a3a3a3 */
.backgroundc8 { background-color: #444455; } /* very dark grey #444455 */