User:CX Zoom/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:CX Zoom/common.js. |
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
.vector-toc .vector-toc-numb {
display: initial;
color: var(--color-base, #202122); /* Same color as ">" button in TOC to ensure dark mode compatibility */
} /* Vector-2022: display missing numbering on TOC:
[[User:Dragoniez]] at [[Special:Permalink/1274825537#TOC numbering in Vector-2022]] */
.mw-page-container {
padding: 0 1rem; /* default is 2.75rem; reduces wasted space on either side on Vector-2022 */
}
.mw-page-container-inner {
column-gap: 2px; /* default is 24px; reduces wasted space between left-column and content on Vector-2022 */
}
.vector-feature-page-tools-pinned-enabled .mw-vector-body {
column-gap: 2px; /* default is 24px; reduces wasted space between right-column and content on Vector-2022 */
}
/* Try to implement Zebra theme; https://di-content-separation.web.app/Moss;
see also [[:mw:Special:Permalink/7482382#How to make non-article content greyish]] */
.skin-theme-clientpref-day .mw-page-container, .skin-theme-clientpref-day .vector-pinned-container {
background-color: #eee;
}
.skin-theme-clientpref-day .vector-page-titlebar, .skin-theme-clientpref-day .vector-page-toolbar, .skin-theme-clientpref-day .vector-body {
background-color: #fff;
padding: 5px;
}