User:Qualle/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Link-Colors: */
a { color: #0000FF; text-decoration: none; } /* Gewöhnliche Links blau */
a:visited { color: #7777FF; } /* Besuchte Links heller */
a:active, a.new { color: #FF7F00; } /* Nicht existierende Links orange */
a.interwiki, a.external { color: #3366BB; } /* der normale Default, noch nicht optimiert */
a.stub { color: #772233; } /* der normale Default, noch nicht optimiert */

/* Texte in Versionlistenvergleich: */
/* Unveränderter Text in modifizierten Absätzen hellblau (background-color=weiß leider wirkungslos)*/
.diff-addedline {background-color: #FFFFFF; color: #9F9FFF;}
.diff-deletedline {background-color: #FFFFFF; color: #9F9FFF;}
.diffchange {font-weight: normal;}