MediaWiki:Common.css

Aus bmWiki

Wechseln zu: Navigation, Suche

Hinweis - Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können: Mozilla/Firefox/Safari: Shift gedrückt halten und auf Aktualisieren klicken oder alternativ entweder Strg-F5 oder Strg-R (Befehlstaste-R auf dem Macintosh) drücken; Konqueror: Auf Aktualisieren klicken oder F5 drücken; Opera: Cache unter Extras → Einstellungen leeren; Internet Explorer: Strg-F5 drücken oder Strg gedrückt halten und dabei Aktualisieren anklicken.

/* 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 */