MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css?family=Lexend&display=swap'); | @import url('https://fonts.googleapis.com/css?family=Lexend&display=swap'); | ||
:root { | |||
--background-color: #212035; | |||
} | |||
body, | body, | ||
Line 51: | Line 55: | ||
} | } | ||
.overlay-enabled, .mw-body { | |||
background-color: var(--background-color); | |||
background-color: | |||
} | } | ||
/*.dark-mode .overlay-enabled,*/ | |||
/*.dark-mode .mw-body {*/ | |||
/* background-color: #34324F;*/ | |||
/*}*/ |
Revision as of 03:16, 17 February 2023
@import url('https://fonts.googleapis.com/css?family=Lexend&display=swap');
:root {
--background-color: #212035;
}
body,
.pre-content h1,
.content h1,
.content h2 {
font-family: 'Lexend', sans-serif;
}
.infobox {
display: flex;
align-items: center;
}
.infobox-image {
width: 60%;
}
#ca-ve-edit,
.ve-edit-visual {
display: none;
}
.infobox-item-row {
display: flex;
flex-direction: row;
}
.item-slot {
position: relative;
}
.item-slot img {
width: 32px !important;
height: 32px !important;
image-rendering: pixelated;
}
.item-tooltip {
display: none;
position: absolute;
}
.item-slot:hover .item-tooltip {
display: block;
}
/*Minerva Skin*/
.minerva__tab-container {
display: none;
}
.overlay-enabled, .mw-body {
background-color: var(--background-color);
}
/*.dark-mode .overlay-enabled,*/
/*.dark-mode .mw-body {*/
/* background-color: #34324F;*/
/*}*/