Common.css: verschil tussen versies
Uit BoemelWiki
| Regel 1: | Regel 1: | ||
#footer-icon-poweredby { display: none;!important; } | #footer-icon-poweredby { display: none;!important; } | ||
body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; } | body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; } | ||
| + | |||
| + | #mw-body { | ||
| + | background-color: #FFFFCC; | ||
| + | } | ||
| + | /* Force lining numbers in headers (for fonts like Georgia) */ | ||
| + | h1, | ||
| + | h2, | ||
| + | .firstHeading { | ||
| + | -moz-font-feature-settings: "lnum"; | ||
| + | -webkit-font-feature-settings: "lnum"; | ||
| + | font-feature-settings: "lnum"; | ||
| + | } | ||
| + | |||
| + | /* Consistent size for sub/sup */ | ||
| + | .mw-body sub, | ||
| + | .mw-body sup, | ||
| + | span.reference /* for Parsoid */ { | ||
| + | font-size: 80%; | ||
| + | } | ||
Versie van 3 jun 2016 07:50
#footer-icon-poweredby { display: none;!important; }
body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; }
#mw-body {
background-color: #FFFFCC;
}
/* Force lining numbers in headers (for fonts like Georgia) */
h1,
h2,
.firstHeading {
-moz-font-feature-settings: "lnum";
-webkit-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
font-size: 80%;
}
