User:Erwin/global.css
Appearance
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 "Try Beta". */
#pt-optin-try {display:none !important;}
/* Hide recent changes and watchlist legend. */
.mw-rc-label-legend {display:none;}
/* Allow hiding of fundraiser. */
.siteNoticeSmallUser {display:none !important;}
/* Change link color for stubs. */
.stub {color: #FF9900;}
/* Change link color for external interwiki's */
.extiw {color: #084704 !important;}
/* Redirects cursief en groen in Speciaal:Allpages en Speciaal:Prefixindex, alsook in het scherm 'Volglijst bewerken' */
.allpagesredirect a, .redirect-in-category a, .watchlistredir {
font-style: italic;
color: green;
}
.allpagesredirect a:visited {
color: #004000;
}
/**
* Clean edit page.
*/
.mw-tos-summary {display:none;}
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3 {display:none;}
#editpage-specialchars {display:none;}
/**
* Diff rendering
*/
table.diff {padding: 0.5em;}
table.diff td {vertical-align: top;}
td.diff-addedline {background:#D8E4F6;}
td.diff-addedline span.diffchange {
background: #B0C0F0;
color: #001040;
font-weight: bold;
}
td.diff-deletedline {background:#E4F6D8;}
td.diff-deletedline span.diffchange {
background: #B0E897;
color: #104000;
font-weight: bold;
}
td.diff-context {background:#FEFEFE;}