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…“) |
Admin (Diskussion | Beiträge) |
||
| Zeile 13: | Zeile 13: | ||
/* Background colors */ | /* Background colors */ | ||
.backgroundc1 { background-color: #F3E7CE; } /* white #ffffff */ | .backgroundc1 { background-color: #F3E7CE; } /* white #ffffff */ | ||
| - | .backgroundc2 { background-color: # | + | .backgroundc2 { background-color: #F3E7CE; } /* light grey (as toc) #f9f9f9 */ |
| - | .backgroundc3 { background-color: # | + | .backgroundc3 { background-color: #F3E7CE; } /* light grey (headers)#eeeeee */ |
| - | .backgroundc4 { background-color: # | + | .backgroundc4 { background-color: #F3E7CE; } /* more grey #e0e0e0 */ |
| - | .backgroundc5 { background-color: # | + | .backgroundc5 { background-color: #F3E7CE; } /* more grey #d2d2d2 */ |
| - | .backgroundc6 { background-color: # | + | .backgroundc6 { background-color: #F3E7CE; } /* more grey #b7b7b7 */ |
| - | .backgroundc7 { background-color: # | + | .backgroundc7 { background-color: #F3E7CE; } /* darker grey #a3a3a3 */ |
| - | .backgroundc8 { background-color: # | + | .backgroundc8 { background-color: #F3E7CE; } /* very dark grey #444455 */ |
Version vom 1. Oktober 2010, 15:19 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: #F3E7CE; } /* light grey (as toc) #f9f9f9 */
.backgroundc3 { background-color: #F3E7CE; } /* light grey (headers)#eeeeee */
.backgroundc4 { background-color: #F3E7CE; } /* more grey #e0e0e0 */
.backgroundc5 { background-color: #F3E7CE; } /* more grey #d2d2d2 */
.backgroundc6 { background-color: #F3E7CE; } /* more grey #b7b7b7 */
.backgroundc7 { background-color: #F3E7CE; } /* darker grey #a3a3a3 */
.backgroundc8 { background-color: #F3E7CE; } /* very dark grey #444455 */