MediaWiki:Common.css: Difference between revisions
From Quincy Garage
No edit summary |
m add comment to denote what formats the QR code |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 16: | Line 16: | ||
} | } | ||
@media screen { | |||
#mw-main-container { background-color: #F4F1ED; } | |||
/*.mw-footer { background-color: #5E7D95; color: #F4F1ED; }*/ | |||
} | |||
/* format the QR code that gets added at the bottom of each page */ | |||
/******************************************************************************/ | |||
#footer-info-footer-qr:before { | #footer-info-footer-qr:before { | ||
/* hide dash in the Medik theme */ | /* hide dash in the Medik theme */ | ||
| Line 25: | Line 30: | ||
#footer-info-footer-qr { | #footer-info-footer-qr { | ||
margin: 0; | margin: 0; | ||
margin-top: - | margin-top: -2em; /* counteracts top padding of footer to put this in corner */ | ||
display: block; | display: block; | ||
float: right; | float: right; | ||
} | } | ||
Latest revision as of 21:10, 24 October 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;
}
@media screen {
#mw-main-container { background-color: #F4F1ED; }
/*.mw-footer { background-color: #5E7D95; color: #F4F1ED; }*/
}
/* format the QR code that gets added at the bottom of each page */
/******************************************************************************/
#footer-info-footer-qr:before {
/* hide dash in the Medik theme */
display: none;
}
#footer-info-footer-qr {
margin: 0;
margin-top: -2em; /* counteracts top padding of footer to put this in corner */
display: block;
float: right;
}