MediaWiki:Common.css: Difference between revisions

From Chew Inclusive Terminology Glossary
No edit summary
No edit summary
Line 2: Line 2:
.pre-content {
.pre-content {
     font-family: "Segoe UI";
     font-family: "Segoe UI";
    font-size: calc(1em * 1);
}
}


Line 7: Line 8:
* {
* {
     font-family: "Segoe UI";
     font-family: "Segoe UI";
    font-size: calc(1em * 1);
}
}



Revision as of 13:32, 23 October 2023

/* CSS placed here will be applied to all skins */
.pre-content {
    font-family: "Segoe UI";
    font-size: calc(1em * 1);
}


* {
    font-family: "Segoe UI";
    font-size: calc(1em * 1);
}

h2 {
    border-bottom: none;
}

.vector-page-titlebar {
    box-shadow: none;
}

.vector-page-toolbar-container {
    box-shadow: none;
}