User:Peteypaws/vector.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.
/* Turn the "Save page" button green if I'm logged in */
INPUT#wpSave {
    background-color:#88ff88;
}

/* As of  links */
.asof-tag { display: inline !important; } /* Show all links */


.page-Special_RecentChanges .mw-rollback-link {display:none;}
.page-Special_Watchlist .mw-rollback-link {display:none;}
.page-Special_Contributions .mw-rollback-link {display:none;}

/* Turn the "Save page" button green if I'm logged in */
INPUT#wpSave {
    background-color:#88ff88;
}

/* As of  links */
.asof-tag { display: inline !important; } /* Show all links */



importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]
 
* Please keep the linkback comment so I can know who is using this.
*/
A                  { color:#002bb8; }
A.stubcls          { color:#5c2bb8; }
A.new              { color:#cc2200; }
A.redirect         { color:#00bb00; }
A.self-redirect    { background-color:#88ff88; }
A.disambiguation   { background-color:#ffff88; }
A.deletion         { color:#ff0088; }
A:visited          { color:#00155c; }
A.stubcls:visited  { color:#552c50; }
A.new:visited      { color:#aa4444; }
A.redirect:visited { color:#227722; }
A.deletion:visited { color:#cc2277; }
A.broken-redirect  { color:#cc2200; background-color:#88ff88; }
A.broken-redirect:visited { color:#aa4444; background-color:#88ff88; }
 





A.image.redirect         > IMG { outline:2px solid #00bb00; } /* Doesn't work, because the generated link goes to the redirect target */
A.image.nonfree-media    > IMG { outline:3px double #ff0000; }
A.image.deletion         > IMG { outline:2px solid #ff0088; }
A.image.deletion:visited > IMG { outline-color:#cc2277; }