MediaWiki:Common.css

From VLTK
Revision as of 08:12, 17 December 2021 by Ccl (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 */

body{
    background: #48b955 !important;
}

/* font size for the main content of a page */
.mw-body-content {
    font-size: 125%;
}

div#mw-header-container{
    background: #b06fff !important;
}
div.color-middle{
    background: yellow;
}
div.color-left{
    background: #ff148d;
}
div.color-right{
    background: #fd9209;
}
.mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: none;
    font-size: 240%;
    font-family: sans-serif;
    line-height: 1.25;
    font-weight: bold;
}
/* hide the Wiki Tools in the sidebar */
div#site-tools{
    display: none;
}

#p-logo-text {
    display: none;
}

.mw-footer-container {
    border-top: unset;
    box-shadow: unset;
}

#mw-content-container {
    border-bottom: none;
}

#mw-content-container {
    background: #48b955;
}

div.color-right, div.color-left, div.color-middle-container, div.color-middle {
    background: #b06fff;
}