User:Goudron/css
Appearance
A backup of my monobook.css
, for it has been suddenly wiped out once, on 04/16/16, will all my preferences!
#content blockquote {
font-size:100%;
}
div#globalWrapper {
font-size: unset;
}
body {
font-family: "Noto Serif", Cambria, Georgia, serif;
font-size: 15px;
}
#content {
line-height: 1.6;
}
#toc {
font-size: 87.5%;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet ms", Trebuchet, Tahoma, Arial, sans-serif;
}
table.wikitable > thead > tr > th {
background-color: #ececec;
}
#toc, table.wikitable > tbody {
background-color: #f8f8f8;
}
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* Reset some CSS properties set by MediaWiki and hide the image fallback */
.mwe-math-mathml-a11y {
clip: auto !important;
overflow: visible !important;
position: static !important;
width: auto !important;
height: auto !important;
opacity: 1 !important;
display: inherit !important;
}
body.mediawiki .ve-ce-mwLatexNode .mwe-math-mathml-a11y {
/* override https://phabricator.wikimedia.org/diffusion/EMAT/browse/master/modules/ve-math/ve.ce.MWLatexNode.css */
display: inherit !important;
}
/* Support where MediaWiki lazy loaded images */
.mwe-math-mathml-inline ~ .lazy-image-placeholder,
.mwe-math-mathml-display ~ .lazy-image-placeholder,
/* Support where MediaWiki doesn't lazy load images */
.mwe-math-mathml-inline + .mwe-math-fallback-image-inline,
.mwe-math-mathml-display + .mwe-math-fallback-image-display {
display: none !important;
}