User:Kanegasi/common.css

From mediawiki.org

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.
/** Personal customizations **/
/* Hides the User creation log in the enhanced JavaScript Recent Changes */
table[class*="mw-changeslist-log-newusers-"] { display: none; }

/* Force JavaScript watchlist/recent changes lists open */
table.mw-enhanced-rc tr { display: table-row !important; }

/* Label anonymous userlinks (IPs) differently from others */
.mw-userlink[title^="Special"] {
    background-color: #CCC;
    font-family: "Courier New";
}