User:Wolfgangbeyer/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* monobook.css optimized for color blindness (2007-06-07) */ /* How to install: */ /* 1. Create [[User:Name/monobook.css]] ("Name" = own login) and then */ /* 2. Copy the following text there. */ /* Underline all Links: */ a { text-decoration: underline; } /* Changed link colors: */ a { color: #0000FF; } /* Usula Links blue */ a:visited { color: #FF7FFF; } /* Visited Links brighter */ a:active, a.new { color: #FF0000; } /* Non existing Links red (=dark) */ a.interwiki, a.external { color: #3366BB; } /* Default, not optimized */ a.stub { color: #772233; } /* Default, not optimized */ /* Comparing article versions: */ /* (Changed text blue and corresponding background white in modified paragraphs) */ .diffchange {background-color: #FFFFFF; color: #0000FF;}