User:Suntooooth/common.css

Source: 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.
/* GLOBAL STUFF IS AT https://meta.wikimedia.org/wiki/User:Suntooooth/global.css */

/* highlights html stuff to clean up */
@import url("https://meta.wikimedia.org/w/index.php?title=User:SMcCandlish/lint.css&action=raw&bcache=1&maxage=86400&ctype=text/css");

/* displays orphan templates */
.ambox-Orphan{display: table !important;}

/* hides the afd help template */
.rootpage-Wikipedia_Articles_for_deletion .afd-help { display: none !important; }

/* adds text marking double redirects */
.redirectMsg .mw-redirect:after { 
  content: ' (double redirect)';
  color: red;
  font-style: italic;
}

/* hides the "content that violates copyright will be removed" notice */
.editpage-head-copywarn { display: none !important; }