User:Asartea/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.
/* Display hidden stuff */
.brfa-help-box { width: 100% !important; }
.afd-help-box { display: none !important; }
.mw-parser-output .cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
.mw-parser-output .cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */

/*  [[MOS:LISTGAP]] / [[WP:*:]] violation highlighter.
	Shamelessly stolen from [[User:Tamzin]]; see [[User:Tamzin/common.css]]

	DISCLAIMER: MW markup and HTML are infinitely complex, and there are valid use
	cases for all of these, especially `ol + ol`. Correct flagged markup at your
	peril. */

	/* List gaps */
.mw-parser-output dl + dl, .mw-parser-output ul + ul, .mw-parser-output ol + ol {
	border-top: 1em solid pink;
	border-top: 1em solid rgba(255,192,203,0.5);
}

/* The common mistake of
* Foo
:* Bar / :: Bar
(At any level of nesting) */
.mw-parser-output ul + dl > dd > ul, .mw-parser-output ul + dl > dd > dl {
	border-left: 1em solid pink;
	border-left: 1em solid rgba(255,192,203,0.5);
}

/* turn sidebar links blue, no matter what */
.vector-menu-portal .vector-menu-content li a:visited {
	color: #36c;
}
/* Hide switch to old look */
.mw-sidebar-action {
	display:none;
}

/* Give mainpage header just a bit more room */
#bodyContent {
	margin-top: 5px;
}