User:Izno/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:Izno/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;
}
/* and special:block has the worst clear since ooui */
.mw-special-Block .mw-htmlform {
clear: none;
}
/* Make redirects in navboxes and personal-cleaning italic and red */
.navbox:not(.authority-control) .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;
}
/* remove after next deploy */
.cs1-maint {
color: #085 !important;
}
/* Full width search results */
.mw-search-results.mw-search-results,
.mw-search-results-container.mw-search-results-container {
max-width: none;
width: 100%;
}
/* experimental how broken are navboxes at small resolution */
@media (max-width: 400px) {
.navbox tr,
.navbox th,
.navbox td {
display: block;
}
}
/* documentation metadata first, not second */
.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;
}
/* columns for some long lists of links */
.mw-editfooter-list,
#mw-whatlinkshere-list {
column-width: 30em;
}
.page-Wikipedia_Sockpuppet_investigations .spi-status-closed {
display: none;
}