Benutzer:Dwain Zwerg/Vector.css: Unterschied zwischen den Versionen
K (ich möchte hellen Kontrast!) |
K (ein paar ⚠ behoben!) |
||
Zeile 4: | Zeile 4: | ||
/*Linkfarben: */ | /*Linkfarben: */ | ||
− | .helpmodule | + | .helpmodule { color:blue; } |
− | + | .new { color:#ff6633; } | |
− | + | .stub { color: #772233; } | |
− | + | .external, .extiw { color:purple; } | |
− | } | + | .mailto { color: #FFCC00; } |
− | + | #p-personal { color: #00CCFF !important; } | |
− | + | .mw-redirect { color: #6CC; } /* WL-Markierung (Hintergrundfarbe türkis) */ | |
+ | .mw-disambig { color: orange; } /* BKL-Markierung (Hintergrundfarbe orange) */ | ||
/* Versionsgeschichte-Anzeige modifizieren (betreffend 'N'+'K'+'B' und Markierungsliste): */ | /* Versionsgeschichte-Anzeige modifizieren (betreffend 'N'+'K'+'B' und Markierungsliste): */ | ||
− | + | .newpage { font-weight: bold; color: darkblue; font-size: 120%; } /* 'N' (Neu-Erstellung) fett u. dunkelblau */ | |
− | + | .minoredit { font-weight: normal; color: darkgrey; font-size: 120%; } /* 'K' (kleine Änderung) unfett u. grau */ | |
− | + | .botedit { font-weight: normal; color: darkcyan; font-size: 120%; } /* 'B' (Bot-Edit) unfett u. dunkeltürkis */ | |
− | + | .mw-tag-markers { font-size: 120%; } /* Markierungsliste in größerer Schriftgröße */ | |
/* gesammmtes Wiki in hellen "Wikipedia"-/Tagskin */ | /* gesammmtes Wiki in hellen "Wikipedia"-/Tagskin */ | ||
body { | body { |
Version vom 24. Mai 2021, 19:48 Uhr
.Linkwartung {
display: inline ! important;
}
/*Linkfarben: */
.helpmodule { color:blue; }
.new { color:#ff6633; }
.stub { color: #772233; }
.external, .extiw { color:purple; }
.mailto { color: #FFCC00; }
#p-personal { color: #00CCFF !important; }
.mw-redirect { color: #6CC; } /* WL-Markierung (Hintergrundfarbe türkis) */
.mw-disambig { color: orange; } /* BKL-Markierung (Hintergrundfarbe orange) */
/* Versionsgeschichte-Anzeige modifizieren (betreffend 'N'+'K'+'B' und Markierungsliste): */
.newpage { font-weight: bold; color: darkblue; font-size: 120%; } /* 'N' (Neu-Erstellung) fett u. dunkelblau */
.minoredit { font-weight: normal; color: darkgrey; font-size: 120%; } /* 'K' (kleine Änderung) unfett u. grau */
.botedit { font-weight: normal; color: darkcyan; font-size: 120%; } /* 'B' (Bot-Edit) unfett u. dunkeltürkis */
.mw-tag-markers { font-size: 120%; } /* Markierungsliste in größerer Schriftgröße */
/* gesammmtes Wiki in hellen "Wikipedia"-/Tagskin */
body {
background-color: white;
color: black;
}
#content, #footer {
background-color: white;
color: black;
}
.pBody {
background-color: white;
color: black;
}