User:Dinoguy1000/common.css

From 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.
/* edit summary field gets full width */
input#wpSummary {
    width: 100%;
}

/* wider search box */
div#simpleSearch {
    width: 20em !important;
}


/* make it easier to find redirects */
.mw-redirect,
.mw-redirect:link,
.mw-redirect:visited,
.mw-redirect:hover,
.mw-redirect:active,
.mw-redirect:focus{
    color: #308050;
}
/* but not for diff comments */
.comment .mw-redirect,
.comment .mw-redirect:link,
.comment .mw-redirect:visited,
.comment .mw-redirect:hover,
.comment .mw-redirect:active,
.comment .mw-redirect:focus {
    color: blue !important;
}


/* disambig link coloring */
.mw-disambig,
.mw-disambig:link,
.mw-disambig:visited,
.mw-disambig:hover,
.mw-disambig:active,
.mw-disambig:focus {
	color: #ff8921;
}


/* Turn the "Save page" button green if I'm logged in (stolen from [[User:TheDJ/vector.css]]) */
#wpSave {
    background-color: #8F8;
}

/* fix a really annoying overlap on [[Special:Contributions]] caused by the text inserted by the CIDR range checker gadget */
.page-Special_Contributions #contentSub {
    padding-right: 15em;
}

/* make the "updated since your last visit" marker more visible */
span.updatedmarker {
	background-color: yellow;
}