MediaWiki:Common.css

From Chew Inclusive Terminology Glossary
Revision as of 12:49, 15 November 2023 by MikeSaunders (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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: 15px;
    float: 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 {
    padding: 0px;
}

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