User:Qualle/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
/* 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;}