Jump to content

User:CX Zoom/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.
.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;
}