Jump to content

User:NeccsUserboxes/common.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by NeccsUserboxes (talk | contribs) at 19:23, 29 May 2021 (Created page with 'Clean up some extra margin on watchlist: .mw-rcfilters-enabled .mw-specialpage-summary { margin-top: 0; } .mw-rcfilters-ui-watchlistTopSectionWidget-separ...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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.
/* Clean up some extra margin on watchlist */
.mw-rcfilters-enabled .mw-specialpage-summary {
	margin-top: 0;
}

.mw-rcfilters-ui-watchlistTopSectionWidget-separator {
    margin-top: 0;
    border-top: none;
}

.mw-special-Block .mw-htmlform {
	clear: none;
}

/* Make redirects in navboxes and personal-cleaning italic and red */
.navbox .mw-redirect,
.sidebar .mw-redirect,
.iznoredirects .mw-redirect {
	font-style: italic;
	color: red;
}

/* Make redirects in watchlist italic */
.watchlistredir {
	font-style: italic;
}

/* Flip italic and straight (and color) in history views of section edits */
.autocomment {
	color: #585858;
	font-style: italic;
}

span.comment {
	font-style: inherit;
}

/* Show all Citation Style 1 error messages */
.citation-comment {
	display: inline !important;
} 

/* Full width search results */
ul.mw-search-results {
	max-width: none;
	width: 100%;
}

/* Misuse of the Table of Contents ID */
#toc {
	outline: #ff4500 dashed 0.6em;
}

div#toc.toc[class="toc"], /* MW TOC */
div#toc.toc[class="toc plainlinks hlist"] { /* Template:Compact ToC */
	outline: none;
}

@media (max-width: 400px) {
	.navbox tr,
	.navbox th,
	.navbox td {
		display: block;
	}
}

.mw-parser-output div.documentation-container {
	display: flex;
	flex-direction: column;
	clear: both;
}

.mw-parser-output div.documentation {
	order: 2;
	margin-top: 0;
}

.mw-parser-output div.documentation-metadata {
	order: 1;
}

.mw-editfooter-list,
#mw-whatlinkshere-list {
	column-width: 30em;
}