MediaWiki:Common.css: Difference between revisions
From Quincy Garage
No edit summary |
No edit summary |
||
| 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://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap'); | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
font-family: 'Montserrat', sans-serif; | font-family: 'Montserrat', sans-serif; | ||
} | } | ||
body, p, li, td, th, | body, p, li, td, th, | ||
#mw-panel, /* left sidebar */ | #mw-panel, /* left sidebar */ | ||
| Line 18: | Line 17: | ||
#footer-poweredbyico { display: none; } | #footer-poweredbyico { display: none; } | ||
body { background-color: #F4F1ED; } | |||
Revision as of 12:14, 26 September 2025
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap');
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}
body, p, li, td, th,
#mw-panel, /* left sidebar */
#p-personal, /* top personal links */
#mw-head, /* header bar */
#mw-footer, /* footer */
.vector-menu-content { /* menu dropdowns */
font-family: 'Open Sans', sans-serif;
}
#footer-poweredbyico { display: none; }
body { background-color: #F4F1ED; }