No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
body { | body { | ||
background: #A1A4D1; | background: #A1A4D1; | ||
} | |||
body .mw-changeslist-line { | |||
color: #202020; | |||
} | |||
body h1, body h2, body h3, body h4, body h5, body h6 { | |||
color: #202020; | |||
} | } | ||
Line 78: | Line 87: | ||
#mw-content a:not(.new) { | #mw-content a:not(.new) { | ||
color: # | color: #6A2FB3; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 110: | Line 119: | ||
} | } | ||
. | .cosmos-button.cosmos-button-secondary { | ||
color: # | color: #252448; | ||
stroke: #252448; | |||
stroke-width: 2px; | |||
} | |||
#mw-content, #catlinks { | |||
background: #252448; | |||
} | } |
Revision as of 15:31, 13 April 2023
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.main-page__left-column .menu-icon-container {
margin: 0 50px;
}
}
@media screen and (min-width: 1024px) {
.menu-icon-container--single-column {
margin: 0 50px;
}
}
@media screen and (min-width: 1600px) {
.menu-icon-container--single-column {
margin: 0 100px;
}
}
@media screen and (min-width: 1280px) {
.main-page__column {
display: inline-block;
}
.main-page__left-column {
width: 65%;
}
.main-page__right-column {
float: right;
width: 310px;
}
}
@media screen and (min-width: 1600px) {
.main-page__left-column {
width: 75%;
}
}
#p-search .wvui-typeahead-search__suggestions {
top: auto;
z-index: 999;
}
p {
margin: 8px 0 8px 0;
}
body::after {
opacity: 0.5;
}
body {
background: #A1A4D1;
}
body .mw-changeslist-line {
color: #202020;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
color: #202020;
}
.cosmos-header {
border-bottom: 0;
background-color: #252448;
}
body #mw-content {
background-color: #EBEBEB;
border: 1px solid #EBEBEB;
}
.mw-body h1.firstHeading {
color: #000;
}
body #mw-content-text {
color: #000000;
line-height: 1.5;
}
#mw-content a:not(.new) {
color: #6A2FB3;
text-decoration: none;
}
a.new {
color: #FF2D32;
}
.mw-plusminus-pos {
color: #0DDF32;
}
.mw-plusminus-neg {
color: #FF2D32;
}
#icon-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.icon-container__item {
min-width: 120px;
max-width: 128px;
margin-right: 5px;
}
.icon-container__item-link {
text-align: center;
}
.cosmos-button.cosmos-button-secondary {
color: #252448;
stroke: #252448;
stroke-width: 2px;
}
#mw-content, #catlinks {
background: #252448;
}