MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m |
m |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('https://use.typekit.net/oov2wcw.css'); | |||
.skin-minerva.page-Main_Page #firstHeading { | .skin-minerva.page-Main_Page #firstHeading { | ||
| Line 11: | Line 12: | ||
.visualClear { | .visualClear { | ||
clear: both; | clear: both; | ||
} | |||
body, td, th, p { | |||
font-family: "century-gothic", sans-serif; | |||
} | } | ||
Revision as of 14:16, 10 October 2025
/* CSS placed here will be applied to all skins */
@import url('https://use.typekit.net/oov2wcw.css');
.skin-minerva.page-Main_Page #firstHeading {
display: none;
}
/* visualClear CSS class definition for SocialProfile extension
because Vector does not include the definition anymore; see
https://phabricator.wikimedia.org/T328235 and
https://phabricator.wikimedia.org/T287962 */
.visualClear {
clear: both;
}
body, td, th, p {
font-family: "century-gothic", sans-serif;
}