User:DGG/monobook.css

Source: Wikipedia, the free encyclopedia.
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.
.diffchange {padding: 0px 2px 0px 2px; border: 1px dashed red; margin: 0px 1px 0px 0px}
table.persondata {display:table !important;}

.mw-redirect {
color: #006633;
}
.mw-redirect:visited {
color: #009900;
}
.mw-redirect:hover {
color: #990000;
}
.mw-redirect:active {
color: #990000;
}

<!--usermessage color-->
usermessage {
   background-color: #808080;
   border: 1px solid #ffa500;
   color: black;
   font-weight: bold;
   margin: 2em 0 1em;
   padding: .5em .5em;
   vertical-align: middle;
}

<!-- 
a[accesskey]:before {
    content: " " attr(accesskey) " ";
    text-transform: uppercase;
    white-space: pre;
    border: thin solid;
    font-family: sans-serif;
    text-decoration: underline;
    margin-right: 0.5ex;
}
 -->