User:AugurNZ/common.css

From Meta, a Wikimedia project coordination 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.
// <pre><nowiki>

/*
 * Vanity highlighting
 * ------------------- */
 span.ais523hmn {
    text-shadow:yellow 0.1em 0.1em 0.1em !important;
    background-color:#82D9AD !important;
 }

/*
 * Standard link colors
 * -------------------- */ 
 a { color: #0000FF; } 
 a:visited { color: #7F007F; } 
 a:active, a.new { color: #FF0000; } 
 a.interwiki, a.external { color: #3366BB; } 
 a.stub { color: #772233; } 





// </nowiki></pre>