User:Wolfgangbeyer/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.
/* 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;}