User:N8wilson/AQFetcher-AOrBetter.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.
/* This style "hides" any article links that point to unfinished article. */

/* Only featured articles, good articles, and A-Class articles will show as blue links. */
A.AQ-FA,
A.AQ-GA,
A.AQ-A   { color: #0000CC; }

/* These use a dark gray, nearly black to blend in with text. The link underline
 * is also removed if you use it normally. */
A.AQ-B,            
A.AQ-C,            
A.AQ-Start,        
A.AQ-Stub,         
A.AQ-Unclassified, 
A.AQ-Unknown       { color: #333333; text-decoration:none; } 

/* This block helps ensure you can still recognize a link when your mouse moves over one. */
A.AQ-B:hover,            
A.AQ-C:hover,            
A.AQ-Start:hover,        
A.AQ-Stub:hover,         
A.AQ-Unclassified:hover, 
A.AQ-Unknown:hover  { color: #3333BB; text-decoration:underline; }

/* Interesting note: I originally designed this script around the idea of styling links like this.
 * Browsing WP like this is an interesting way to see how "complete" the encyclopedia is
 * ... or isn't. 
 */