MediaWiki:Common.css: Difference between revisions

From Chew Inclusive Terminology Glossary
No edit summary
No edit summary
Line 14: Line 14:
     text-decoration: underline;
     text-decoration: underline;
     font-weight: 500;
     font-weight: 500;
}
.mw-list-item a {
    text-decoration: none;
}
}



Revision as of 10:25, 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);
}

a {
    text-decoration: underline;
    font-weight: 500;
}
.mw-list-item a {
    text-decoration: none;
}

h2 {
    border-bottom: none;
}

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

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

.vector-main-menu-action-opt-out {
    display: none;
}