MediaWiki:Common.css: Difference between revisions

From Chew Inclusive Terminology Glossary
No edit summary
No edit summary
Tag: Manual revert
 
(13 intermediate revisions by the same user not shown)
Line 39: Line 39:
     display: none;
     display: none;
}
}


.wikitable > tr > th, .wikitable > * > tr > th {
.wikitable > tr > th, .wikitable > * > tr > th {
Line 46: Line 45:
}
}


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


div.dt-buttons {
.dt-buttons {
     float: right !important;
     float: right !important;
     padding-bottom: 5px;
     padding-bottom: 5px;
Line 58: Line 63:
     display: none;
     display: none;
}
}
div.dtsp-panesContainer div.dtsp-title {
.dtsp-panesContainer div.dtsp-title {
     display:none;
     display:none;
}
}
Line 66: Line 71:
}
}


.dataTables_wrapper .dataTables_filter input {
    width: 40%;
}
/* styles content warning site notice */
#siteNotice {
#siteNotice {
     font-size: calc(1em * 1.2);
     font-size: calc(1em * 1.2);
Line 73: Line 83:
     padding: 4px;
     padding: 4px;
     border-radius: 5px;
     border-radius: 5px;
}
/* hides 'editing description restricted' on discussion page */
.flow-board-header-restricted {
    display: none;
}
/* hides 'edit description' on discussion page' */
.flow-ui-boardDescriptionWidget-editButton.oo-ui-widget.oo-ui-widget-enabled.oo-ui-buttonElement.oo-ui-buttonElement-frameless.oo-ui-iconElement.oo-ui-labelElement.oo-ui-flaggedElement-progressive.oo-ui-buttonWidget {
    display: none;
}
}

Latest revision as of 17:13, 15 December 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;
}

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

.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;
}
.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%;
}

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

/* hides 'editing description restricted' on discussion page */
.flow-board-header-restricted {
    display: none;
}

/* hides 'edit description' on discussion page' */
.flow-ui-boardDescriptionWidget-editButton.oo-ui-widget.oo-ui-widget-enabled.oo-ui-buttonElement.oo-ui-buttonElement-frameless.oo-ui-iconElement.oo-ui-labelElement.oo-ui-flaggedElement-progressive.oo-ui-buttonWidget {
    display: none;
}