User:Tcncv/monobook.css
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
.mw-revdelundel-link,
ul#pagehistory > li > input[type="checkbox"],
button.mw-history-revisiondelete-button
{
display: none;
}
*/
/* Preserve white space in diffs */
.diff-context {
background: lightgray;
color: black;
white-space: pre-wrap;
}
/* Enhanced diff highlighting */
.diff-deletedline .diffchange {
background: lightgreen;
color: black;
font-weight: bold;
}
.diff-addedline .diffchange {
background: yellow;
color: black;
font-weight: bold;
}
.selflink {
background: yellow;
}
table .selflink {
background: magenta;
}
.mw-formatted-date {
background: cyan;
}
//a[accesskey]:before {
// content: " " attr(accesskey) " ";
// text-transform: uppercase;
// white-space: pre;
// border: thin solid;
// font-family: sans-serif;
// text-decoration: underline overline;
// margin-right: 0.5ex;
//}