User:Mike Novikoff/global.css: Difference between revisions
Appearance
Content deleted Content added
fix |
fix "Help link" indicator icon |
||
| Line 7: | Line 7: | ||
* notably "Watchlist", "Revision history" and "Recent changes") |
* notably "Watchlist", "Revision history" and "Recent changes") |
||
*/ |
*/ |
||
#mw-indicator-mw-helplink a {background-image:none} |
#mw-indicator-mw-helplink a .mw-helplink-icon {background-image:none} |
||
/* On "Recent changes" pages, a note from Captain Obvious: |
/* On "Recent changes" pages, a note from Captain Obvious: |
||
Latest revision as of 10:10, 5 July 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 .mw-helplink-icon {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}