User:Dinoguy1000/common.css
Jump to navigation
Jump to search
MediaWiki:JswarningTemplate:Script doc autoNote: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Konqueror and Safari users can just click the Reload button. For details and instructions about other browsers, see wikipedia:Wikipedia:Bypass your cache.
/* make it easier to find redirects */
.mw-redirect,
.mw-redirect:link,
.mw-redirect:visited,
.mw-redirect:hover,
.mw-redirect:active {
color: #308050;
}
/* but not for diff comments */
.comment .mw-redirect,
.mw-usertoollinks .mw-redirect,
.comment .mw-redirect:link,
.mw-usertoollinks .mw-redirect:link {
color: #0645AD;
}
.comment .mw-redirect:visited,
.mw-usertoollinks .mw-redirect:visited {
color: #0B0080;
}
.comment .mw-redirect:hover,
.mw-usertoollinks .mw-redirect:hover,
.comment .mw-redirect:active,
.mw-usertoollinks .mw-redirect:active {
color: #FAA700;
}
/* taller textboxes */
/* except for #wpUploadDescription */
.mw-editform #wpTextbox1,
.ui-resizable {
max-height: none;
height: 50em !important;
}