MediaWiki:Vector.css

    From Helminthic Therapy wiki

    Note: After publishing, you may have to bypass your browser's cache to see the changes.

    • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
    • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
    • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
    • Opera: Press Ctrl-F5.
    /* CSS placed here will affect users of the Vector skin */
    
    /* 26/12/2016 Robert: Hide About link in footer */ 
    #footer-places-about { display: none; }
    
    /* 4/1/2016 Robert: Default External 'Visited' link color too dark - lighten */
    .mw-body a.text:visited {color:#5D3FB1; }
    .mw-body a.external:visited {color:#5D3FB1; }
    
    /* 4/1/2016 Robert: Default Internal 'Visited' link color too dark - lighten */
    .mw-body a:link:visited { color: #5006AC; }
    .mw-body a:visited {color: #5006AC; }