User:28bytes/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.
table.alternategrey   tr:nth-child(even) {background: #E9E9E9;}
table.alternategreen  tr:nth-child(even) {background: #D0F0C0;}
table.alternateblue   tr:nth-child(even) {background: #D5EDFF;}
table.alternatepink   tr:nth-child(even) {background: #FDE2EB;}
table.alternateyellow tr:nth-child(even) {background: #FFFFAA;}

/* standard link colors */
/* a:link { color: #0000FF; } /* normal unvisited links */
/* a:link:visited { color: #7F007F; } /* visited links */
/* a:link:active { color: #FF0000; } /* active links */
/* a:link.new { color: #FF0000; } /* new links */
/* a:link.interwiki { color: #3366BB; } /* interwiki links */
/* a:link.external { color: #3366BB; } /* external links */
/* a:link.stub { color: #772233; } /* hovered links */
 
/* a:link {color: #FF0000} */
/* a:visited {color: #00FF00} */
/* a:hover {color: #FF00FF} */
/* a:active {color: #0000FF} */

/* standard link colors */
a:link { color: #3366FF; } /* normal unvisited links */
a:link:visited { color: #7F007F; } /* visited links */
a:link:active { color: #FF0000; } /* active links */
a:link.new { color: #CC2200; } /* new links */
a:link.interwiki { color: #6699BB; } /* interwiki links */
a:link.external { color: #6699BB; } /* external links */
a:link.stub { color: #772233; } /* hovered links */

a.mw-redirect {color: #00D000}
a.mw-redirect:visited {color: #009000}