Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Red Letter Media Wiki
bandages on top of bandages
No edit summary
Line 43: Line 43:
.oo-ui-window-frame {
.oo-ui-window-frame {
     color: #101010;
     color: #101010;
}
@media (max-width: 720px) {
    .mw-logo .mw-logo-container {
        display: none;
    }
    .mw-logo .mw-logo-icon {
        display: block;
    }
}
@media (min-width: 720px) {
    .mw-logo .mw-logo-icon {
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    .mw-logo .mw-logo-container {
        display: none;
    }
    .mw-logo .mw-logo-icon {
        display: block;
        width: 100%;
        object-fit: cover;
        overflow: visible;
        object-position: top;
    }
    .vector-main-menu-container {
        padding-top: 124px;
    }
}
}

Revision as of 09:35, 27 June 2024

.vector-feature-zebra-design-disabled body {
    background-color: #321616; /* @background-color-interactive-subtle */
}

.vector-feature-zebra-design-disabled #vector-main-menu-pinned-container .vector-main-menu {
    background-color: #242424; /* @background-color-base */
}

h1, h2, h3, h4, h5, h6 {
    color: #DDD; /* @color-base */
}

.catlinks, figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'], figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption {
    background: #161616;
}

figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption, figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'], figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element, .catlinks {
    border-color: #080808;
}

.wikitable {
  background: #242424;
}
.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #331616;
}

.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
  border-color: #494949;
}

.mw-parser-output div.documentation, .mw-parser-output div.documentation-metadata {
    /* Over-qualifying this selector makes it take precedence */
    background-color: #03130a;
}

label.cdx-button:enabled, label.cdx-button.cdx-button--fake-button--enabled {
    color: #DDD;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color:#ff6464;
}
.oo-ui-window-frame {
    color: #101010;
}

@media (max-width: 720px) {
    .mw-logo .mw-logo-container {
        display: none;
    }
    .mw-logo .mw-logo-icon {
        display: block;
    }
}
@media (min-width: 720px) {
    .mw-logo .mw-logo-icon {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .mw-logo .mw-logo-container {
        display: none;
    }
    .mw-logo .mw-logo-icon {
        display: block;
        width: 100%;
        object-fit: cover;
        overflow: visible;
        object-position: top;
    }
    .vector-main-menu-container {
        padding-top: 124px;
    }
}