MediaWiki:Common.css: Difference between revisions

From Chew Inclusive Terminology Glossary
No edit summary
No edit summary
Line 49: Line 49:
     padding-bottom: 5px;
     padding-bottom: 5px;
     float: left;
     float: left;
    text-align: left;
}
}
div#search_explain {
div#search_explain {

Revision as of 11:16, 17 November 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;
}
.vector-toc a {
    text-decoration: none;
}
.mw-editsection 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;
}


.wikitable > tr > th, .wikitable > * > tr > th {
    position: sticky;
    top: 43px;
}

div#table_filter {
    padding-bottom: 5px;
    float: left;
    text-align: left;
}
div#search_explain {
    padding-bottom: 15px;
    clear: left;
}

div.dt-buttons {
    float: right !important;
    padding-bottom: 5px;
}
div.dtsp-panesContainer button.dtsp-clearAll, div.dtsp-panesContainer button.dtsp-collapseAll, div.dtsp-panesContainer button.dtsp-showAll {
    display: none;
}
div.dtsp-panesContainer div.dtsp-title {
    display:none;
}
.dataTables_wrapper .ui-toolbar {
    padding: 14px !important;
    padding-top: 0px !important;
}

.dataTables_wrapper .dataTables_filter input {
    width: 40%;
}

#siteNotice {
    font-size: calc(1em * 1.2);
    display: none;
    background-color: green;
    color: white;
    padding: 4px;
    border-radius: 5px;
}