MediaWiki:Common.css: Difference between revisions

From The Industrial World Rebirth
Jump to navigation Jump to search
No edit summary
No edit summary
Line 130: Line 130:
     padding: 0.625em;
     padding: 0.625em;
     color: #4dcba3;
     color: #4dcba3;
}
.mw-body {
    margin-top: -1px;
    border: 1px solid #575757;
    border-right-width: 0;
}
}

Revision as of 07:42, 7 January 2023

/* CSS placed here will be applied to all skins */

pre, code, .mw-code {
    background-color: #1e1e1e;
    color: #e4e1dc;
    border: 1px solid #575757;
}

h1, h2, h3, h4, h5, h6 {
    color: #82ccfd;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    overflow: hidden;
}
.mw-body, .parsoid-body {
    background-color: #1e1e1e;
    color: #d6d4d2;
    direction: ltr;
    padding: 1em;
}

body {
    background-color: #323232;
    overflow-y: scroll;
}

#mw-page-base {
    background-color: #3b3b3b;
    background-image: linear-gradient(to bottom,#323232 50%,#323232 100%);
    background-position: bottom left;
    height: 5em;
}
a:visited {
    color: #44a692;
}
a {
    text-decoration: none;
    color: #4acfb1;
    background: none;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #d59d85;
}

.mw-parser-output a.extiw, .mw-parser-output a.external {
    color: #4acfb1;
}

.mw-footer li {
    color: #57963d;
    margin: 0;
    padding: 0.5em 0;
    font-size: 0.75em;
}
.vector-menu-portal .vector-menu-content li a:visited {
    color: #4acfb1;
}
.vector-menu-portal .vector-menu-content li a {
    color: #bfdfa0;
}
.vector-menu-portal .vector-menu-heading {
    display: block;
    color: #84d9ff;
    margin: 0.5em 0 0 0.66666667em;
    border: 0;
    padding: 0.25em 0;
    font-size: 0.75em;
    font-weight: normal;
    cursor: default;
}
a.new {
    color: #26cbe0;
}
.vector-menu-tabs-legacy li a {
    background-position: right bottom;
    color: #37aaa4;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 1.25em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}
.vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited {
    color: #26c6da;
}
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
    color: #b1db88;
    text-decoration: none;
}
.vector-menu-tabs-legacy .selected {
    background: #1e1e1e;
}
.vector-menu-tabs-legacy li {
    background-image: linear-gradient(to top,#575757 0,#1e1e1e 1px,#1e1e1e 100%);
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.125em;
    white-space: nowrap;
}
.vector-menu-dropdown .vector-menu-heading {
    display: flex;
    color: #4acfb1;
    font-size: 0.8125em;
    background-position: right bottom;
    margin: 0 -1px 0 0;
    padding: 1.25em 8px 6px;
    font-weight: normal;
}
.vector-menu-dropdown .vector-menu-content {
    line-height: 1.125em;
    background-color: #323232;
    border: 1px solid #484848;
    border-top-width: 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    transition-property: opacity;
    transition-duration: 100ms;
}
.vector-menu-dropdown .mw-list-item a {
    padding: 0.625em;
    color: #4dcba3;
}
.mw-body {
    margin-top: -1px;
    border: 1px solid #575757;
    border-right-width: 0;
}