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.
/* from [[User:Robchurch|Rob Church]] in [http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28technical%29&oldid=47532450#Redirects_in_watchlists] */
 
.watchlistredir { 	 
font-style: italic; 	 
}

importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]

/* 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: #BDB76B; } */
*/

/* disable these for now
a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}
*/

/* redirect links as orange */
a.mw-redirect {color:#FC8F19;} */
a.mw-redirect:visited {color:#D46317;} */

/* A.new              { color:#cc2200; } */
/* A.self-redirect    { background-color:#88ff88; } */
/* A.disambiguation   { background-color:#88ff88; } */
/* A.deletion         { background-color:#ffc0ff; } */

/* stub links as orange */
/* a.stub:link {color: #FFA500;} */
/* a.stub:visited {color: #FFA500;} */
/* a.stub:hover {color: #FFA500; font-weight: bold;} */
/* a.stub:active {color: #FFA500;} */

/* disambiguation links as maroon */
/* a:link.disambiguation { color: #800000; font-family: monospace;} */
/* a.disambiguation   { color: #800000; font-family: monospace;} */
/* a.disambiguation:link {color: #800000; font-family: monospace;} */
/* a.disambiguation:visited {color: #800000; font-family: monospace;} */
/* a.disambiguation:hover {color: #800000; font-weight: bold; font-family: monospace;} */
/* a.disambiguation:active {color: #800000; font-family: monospace;} */

/* a.disambiguation   { color: #800000; font-family: monospace;} */
/* a.disambiguation   { background-color: #800000; font-family: monospace;} */

/* Hide stuff */
#newarticletext {display:none}
#minoredit_helplink {display:none}
#wpSummaryLabel {display:none}
#editpage-copywarn {display:none}
#editpage-copywarn2 {display:none}
#editpage-copywarn3 {display:none}
#siteSub {display:none !important} /* Hide sitewide subtitle (From Wikipedia, the...) */
#p-coll-create_a_book { display: none; }