User:Mike Novikoff/global.css: Difference between revisions
Appearance
Content deleted Content added
m fmt |
restore the broken WP:AORC colors for older browsers |
||
| Line 32: | Line 32: | ||
.diff-deletedline .diffchange, .mw-diff-inline-deleted del, .mw-diff-inline-changed del, .mw-diff-inline-moved del {background:#feeec8} |
.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 .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:green} |
|||
.mw-plusminus-neg {color:red} |
|||
.mw-plusminus-null {color:gray} |
|||
Revision as of 21:05, 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}
/* Restore the broken WP:AORC colors for older browsers
*/
.mw-plusminus-pos {color:green}
.mw-plusminus-neg {color:red}
.mw-plusminus-null {color:gray}