User:Stryn/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.
.mw-redirect {
color: #006633;
}
.mw-redirect:visited {
color: #009900;
}
.mw-redirect:hover {
color: #990000;
}
.mw-redirect:active {
color: #990000;
}
textarea#wpTextbox1 {
height: 30em;
}
/* Keep menus in Special:Contributions and Special:WhatLinksHere open */
.mw-special-Contributions .oo-ui-fieldsetLayout-group.mw-collapsible-content { display: block !important; }
.mw-special-Contributions .oo-ui-fieldsetLayout-header { display: none !important; }
.mw-special-Whatlinkshere .oo-ui-fieldsetLayout-group.mw-collapsible-content { display: block !important; }
.mw-special-Whatlinkshere .oo-ui-icon-expand, .mw-special-Whatlinkshere .oo-ui-icon-collapse { display: none !important; }