MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(11 intermediate revisions by the same user not shown) | |||
Line 16:
/* Remove unwanted padding in Vector 2022 */
.vector-header {
padding-top:
padding-bottom: 0 !important;
min-height: 0 !important;
Line 43:
background-position: center center !important;
}
/* ===== Old Vector logo size fix ===== */
#p-logo a,
#p-logo a img {
max-width: 120px !important;
max-height: 120px !important;
width: auto !important;
height: auto !important;
}
/* Mobile-responsive infobox */
@media only screen and (max-width: 600px) {
.infobox {
width: 100% !important;
float: none !important;
margin: 0 0 1em 0 !important;
}
.infobox th, .infobox td {
padding: 0.3em !important;
}
}
/* ===== Hide site title in Vector 2022 ===== */
.vector-header .vector-header-start .mw-logo-wordmark,
|