Jump to content

User:Mike Novikoff/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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Hide "Mark all pages visited" button in Watchlist
*/
#mw-watchlist-resetbutton {display:none !important}

/* Get rid of the ugly black circle icon next to "Help" link
* in upper right corner [indicator space] of some pages (most
* notably "Watchlist", "Revision history" and "Recent changes")
*/
#mw-indicator-mw-helplink a {background-image:none}

/* On "Recent changes" pages, a note from Captain Obvious:
* 'Track the most recent changes to the wiki on this page.'
* (or 'This is a list of recent changes to Wikipedia.' @en)
*/
body.mw-special-Recentchanges div.mw-specialpage-summary p
	{display:none}

/* On edit preview, a box that says "Remember that this is
*  only a preview. Your changes have not yet been saved!"
*/
.previewnote .warningbox {display:none}

/* At the top of diff pages, buttons to switch between
*  "Wikitext" and "Visual" types of diff
*/
.ve-init-mw-diffPage-diffMode {display:none}

/* Restore old diff colors
*/
.diff-deletedline	{border-color:#ffe49c}
.diff-addedline		{border-color:#a3d3ff}
.diff-deletedline .diffchange, .mw-diff-inline-deleted del, .mw-diff-inline-changed del, .mw-diff-inline-moved del {background:#feeec8}
.diff-addedline   .diffchange, .mw-diff-inline-added   ins, .mw-diff-inline-changed ins, .mw-diff-inline-moved ins {background:#d8ecff}

/* Restore the broken WP:AORC colors for older browsers
*/
.mw-plusminus-pos	{color:#096450}
.mw-plusminus-neg	{color:#b32424}
.mw-plusminus-null	{color:gray}

/* Section links in edit summaries */
.autocomment a		{color:gray}