MediaWiki:Common.css: Difference between revisions
MikeSaunders (talk | contribs) No edit summary |
MikeSaunders (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
* { | * { | ||
font-family: "Segoe UI"; | font-family: "Segoe UI", sans-serif !important; | ||
font-size: calc(1em * 1.015); | font-size: calc(1em * 1.015); | ||
} | } | ||
Revision as of 09:37, 25 October 2023
/* CSS placed here will be applied to all skins */
.pre-content {
font-family: "Segoe UI", sans-serif !important;
font-size: calc(1em * 1.015);
}
* {
font-family: "Segoe UI", sans-serif !important;
font-size: calc(1em * 1.015);
}
h2 {
border-bottom: none;
}
.vector-page-titlebar {
box-shadow: none;
}
.vector-page-toolbar-container {
box-shadow: none;
}