MediaWiki:Common.css: Difference between revisions

Content added Content deleted
m (Reverted edits by Ashibashi (talk) to last revision by Thermerite)
Tag: Rollback
m (test)
Line 13: Line 13:
font-weight: 400;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/aldrich/v21/MCoTzAn-1s3IGyJMVacY3w.woff2) format('woff2');
src: url(https://fonts.gstatic.com/s/aldrich/v21/MCoTzAn-1s3IGyJMVacY3w.woff2) format('woff2');
}

/* 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 */
.vector-feature-zebra-design-disabled .mw-page-container {
position: relative;
z-index: 0;
padding-top: 0.05px;
padding-bottom: 0.05px;
max-width: 99.75em;
min-width: 31.25em;
margin: 0 auto;
padding-left: 1.5em;
padding-right: 1.5em;
box-sizing: border-box
}
}