Benutzer:Dwain Zwerg/Vector.css: Unterschied zwischen den Versionen
K (Kontrast!) |
K (ich möchte hellen Kontrast!) |
||
Zeile 17: | Zeile 17: | ||
abbr.botedit { font-weight: normal; color: darkcyan; font-size: 120%; } /* 'B' (Bot-Edit) unfett u. dunkeltürkis */ | abbr.botedit { font-weight: normal; color: darkcyan; font-size: 120%; } /* 'B' (Bot-Edit) unfett u. dunkeltürkis */ | ||
span.mw-tag-markers { font-size: 120%; } /* Markierungsliste in größerer Schriftgröße */ | span.mw-tag-markers { font-size: 120%; } /* Markierungsliste in größerer Schriftgröße */ | ||
− | /* | + | /* gesammmtes Wiki in hellen "Wikipedia"-/Tagskin */ |
body { | body { | ||
background-color: white; | background-color: white; |
Version vom 24. Mai 2021, 19:22 Uhr
.Linkwartung {
display: inline ! important;
}
/*Linkfarben: */
.helpmodule img:hover {
-moz-opacity: .8;
-khtml-opacity: .8;
opacity: .8;
}
a.mw-redirect { background-color: #6CC; } /* WL-Markierung (Hintergrundfarbe türkis) */
a.mw-disambig { background-color: #FC9; } /* BKL-Markierung (Hintergrundfarbe orange) */
/* Versionsgeschichte-Anzeige modifizieren (betreffend 'N'+'K'+'B' und Markierungsliste): */
abbr.newpage { font-weight: bold; color: darkblue; font-size: 120%; } /* 'N' (Neu-Erstellung) fett u. dunkelblau */
abbr.minoredit { font-weight: normal; color: darkgrey; font-size: 120%; } /* 'K' (kleine Änderung) unfett u. grau */
abbr.botedit { font-weight: normal; color: darkcyan; font-size: 120%; } /* 'B' (Bot-Edit) unfett u. dunkeltürkis */
span.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;
}