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.
a:hover[accesskey]:before {
    content: " " attr(accesskey) " ";
    text-transform: uppercase;
    white-space: pre;
    font-family: sans-serif;
    margin-right: 0.5ex;
    color: black;
}
.mw-parser-output span.brokenref {
  display: inline;
}
/* Twinkle's radiobutton for [[WP:G6]] */
input[value="g6"] {
    display: none;
}
/* Workaround for a bug in inline CSS of one of wikitext editor implementations */
.mw-textarea-protected, .mw-textarea-protected + .ui-resizable .ace_content, .mw-textarea-protected + .CodeMirror {
  background-color: #FFE0E0 !important;
}
/* fix for a glitch in [[User:Enterprisey/copy-section-link]] */
h1 .copy-section-link-pilcrow {
	display: none;
}