User:Dinoguy1000/common.css

From Yugipedia
< User:Dinoguy1000
Revision as of 08:39, 29 November 2017 by Dinoguy1000 (talk | contribs) (spaces → tabs; clear console warnings; make textboxes taller)
Jump to: navigation, search

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down Ctrl and click the Refresh or Reload button. Firefox: hold down ⇧ Shift while clicking Reload (or press Ctrl+⇧ Shift+R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* make it easier to find redirects */
.mw-redirect,
.mw-redirect:visited,
.mw-redirect:hover,
.mw-redirect:active {
	color: #308050;
}
 
/* but not for diff comments */
.comment .mw-redirect,
.comment .mw-redirect:visited,
.comment .mw-redirect:hover,
.comment .mw-redirect:active {
	color: #002BB8;
}
 
/* Monospaced font and preserved whitespace for diffs */
.diff-addedline, .diff-deletedline, .diff-context {
	font-family: monospace, monospace; /* has to be doubled to fix the font-size issue in Webkit */
	white-space: pre-wrap;
}

/* taller textboxes */
/* except for #wpUploadDescription */
#wpTextbox1, .ui-resizable {
	max-height: none;
	height: 50em;
}

/* unhide the summary field on RFP request pages (from [[User:Deltaneos/common.css]]) */
.page-Yu-Gi-Oh_Requests_for_rollback_requests #wpSummary,
.page-Yu-Gi-Oh_Requests_for_rollback_requests #wpSummaryLabel,
.page-Yu-Gi-Oh_Requests_for_mover_requests #wpSummary,
.page-Yu-Gi-Oh_Requests_for_mover_requests #wpSummaryLabel {
	display: inline-block;
}

/* für die lols */
.usermessage {
	background-image: url(//vignette3.wikia.nocookie.net/dinoguy10e4/images/5/55/Lolface.png/revision/latest/scale-to-width-down/40);
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 38px;
}