User:SiBr4/global.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.
/* Redirect links in different color, from [[w:Wikipedia:Tip of the day/March 2]] */
.mw-redirect, .redirect { color: #006688; }
.mw-redirect:visited, .redirect:visited, .soft-redirect-cats { color: #004466; }
.mw-redirect:hover, .redirect:hover { color: #009999; }
.mw-redirect:active, .redirect:active { color: #009999; }
.self-redirect { border-bottom: 1px solid #006688; }
.broken-redirect { border-bottom: 1px solid #ff4444; }

/* Other link classifiers, from [[w:User:Anomie/linkclassifier]] */
.mw-disambig, .disambiguation { background-color: #ffffcc; }
.image.nonfree-media > img { outline: 1px solid #ff0000; }
.deletion { border-bottom: 1px solid #ff4444; }

/* Watchlist changes */
.mw-changeslist-legend, #mw-wlheader-showupdated, #mw-watchlist-resetbutton { display: none; } /*Remove legend and JS-hidden stuff at top*/
.changedby, .mw-changeslist-separator:nth-last-child(2) { display: none; } /*Remove list of contributors and preceding ellipsis*/
.mw-changeslist-line-watched a { font-weight: normal; } /*Do not bold unvisited changes*/
.mw-changeslist-line-watched { background-color: #e8f2ff; } /*Highlight unvisited changes*/
table.mw-collapsible.mw-enhanced-rc tr:not(.mw-enhanced-watched):not(:first-child) { background-color: #fff; } /*...except visited changes within groups with new changes*/
.flaggedrevs-pending { background-color: #feb; font-weight: normal; } /* Change styling of "[pending revisions]" link */