MediaWiki:Common.css: Difference between revisions

Content added Content deleted
m (test)
(attempting to fix it once and for all, probably will fail)
Line 16: Line 16:


/* Thermerite testing here: By removing the bgcolor proprety from this class, the wiki will read the other mw-page-container class FROM the CSS instead of the skin */
/* Thermerite testing here: By removing the bgcolor proprety from this class, the wiki will read the other mw-page-container class FROM the CSS instead of the skin */
@media screen {
.vector-feature-zebra-design-disabled .mw-page-container {
.vector-feature-zebra-design-disabled .mw-page-container {
position: relative;
z-index: 0;
position: relative;
padding-top: 0.05px;
z-index: 0;
padding-bottom: 0.05px;
padding-top: 0.05px;
max-width: 99.75em;
padding-bottom: 0.05px;
min-width: 31.25em;
max-width: 99.75em;
min-width: 31.25em;
margin: 0 auto;
padding-left: 1.5em;
margin: 0 auto;
padding-right: 1.5em;
padding-left: 1.5em;
box-sizing: border-box
padding-right: 1.5em;
background-color: #061016;
}
box-sizing: border-box
}
.vector-feature-zebra-design-disabled body {
background-color: #061016;
color: #202122
}
.vector-feature-zebra-design-disabled .vector-header-container {
max-width: 99.75em;
min-width: 31.25em;
margin: 0 auto;
padding-left: 1.5em;
padding-right: 1.5em;
background-color: #131e25;
box-sizing: border-box
}
}


/* Overrides default mediawiki colors and applies the dark bg and white text */
/* Overrides default mediawiki colors and applies the dark bg and white text */