| Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. The code will be executed when previewing this page under some skins, including Monobook. |
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Google Chrome and Safari users can just click the Reload 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;}