Jump to content

User:Mike Novikoff/global.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
restore old diff colors, taken from here, see also T361717
m fmt
Line 26: Line 26:
.ve-init-mw-diffPage-diffMode {display:none}
.ve-init-mw-diffPage-diffMode {display:none}


/* restore old diff colors */
/* Restore old diff colors
*/
.diff-deletedline {
.diff-deletedline {border-color:#ffe49c}
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}
.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;
}

Revision as of 20:20, 27 June 2024

/* 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}