MediaWiki:Common.css: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
.content h2 { | .content h2 { | ||
font-family: 'Lexend', sans-serif; | font-family: 'Lexend', sans-serif; | ||
} | |||
.infobox { | |||
display: flex; | |||
align-items: center; | |||
} | |||
.infobox-image { | |||
width: 60%; | |||
} | } | ||
Line 13: | Line 22: | ||
} | } | ||
. | .item-slot { | ||
position: relative; | |||
} | |||
.item-tooltip { | |||
display: none; | display: none; | ||
position: absolute; | |||
} | } | ||
. | .item-slot:hover .item-tooltip { | ||
display: block; | display: block; | ||
} | } |
Revision as of 06:24, 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;
}
.item-slot {
position: relative;
}
.item-tooltip {
display: none;
position: absolute;
}
.item-slot:hover .item-tooltip {
display: block;
}
/*Minerva Skin*/
.minerva__tab-container {
display: none;
}