User:NeccsUserboxes/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .js page for this skin is at User:NeccsUserboxes/common.js. |
/* 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;
}