MediaWiki:Common.css

From Spokane Wiki

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.fc-center h2 {
  padding-top: 0;
}

.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field {
    display: inline-block;
    margin-left: 0.5rem;
}

.oo-ui-layout.oo-ui-labelElement.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top {
    margin-top: 0;
}

.color-left, .color-right, color-middle {
    background: #3E3F84;
}

.mw-body h1.firstHeading, .tools-inline li.selected {
    border-bottom-color: #3E3F84;
}
@media screen and (min-width: 851px) and (max-width: 1099px) {
    .color-right, .color-middle {
        background: #b32424;
    }
}

@media screen and (max-width: 850px) {
    .fc-right {
        display: none;
    }
    .fc-left {
        width: 100%;
    }
    .fc-left .oo-ui-layout {
        float: right;
    }
    .color-middle, .color-right, .color-left {
        background: #3E3F84;
    }
}

.fc-list-view .fc-scroller {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}
@media screen and (min-width: 851px) {
    .mw-wiki-logo.timeless-logo img {
        width: 195px;
        height: auto;
        margin: 0.75em 0 0.5em;
    }
}

#mw-content-container {
    border-bottom-color: #3E3F84;;
}