MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 20: | Line 20: | ||
.ve-edit-visual { | .ve-edit-visual { | ||
display: none; | display: none; | ||
} | |||
.infobox-item-row { | |||
display: flex; | |||
flex-direction: row; | |||
} | } | ||
.item-slot { | .item-slot { | ||
position: relative; | position: relative; | ||
} | |||
.item-slot img { | |||
width: 32px !important; | |||
height: 32px !important; | |||
image-rendering: pixelated; | |||
} | } | ||
Revision as of 06:34, 16 February 2023
@import url('https://fonts.googleapis.com/css?family=Lexend&display=swap');
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;
}