MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Hide site name and tagline */
/* Hide site name, tagline, and any text */
.mw-wiki-title,
.mw-wiki-title,
.vector-logo-tagline {
.vector-logo-tagline,
     display: none;
.mw-logo-wordmark,
.mw-logo-tagline {
     display: none !important;
}
}


/* Make the logo large and round */
.mw-logo,
.mw-logo-icon {
.mw-logo a,
     width: 150px !important;
.vector-header-start {
    height: 150px !important;
     overflow: visible !important;
    border-radius: 50%;
    overflow: hidden;
}
}


Line 17: Line 17:
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
    width: 100%;
    height: 100%;
}
.mw-logo-icon {
    width: 75% !important;
    height: 75% !important;
    max-width: 75%;
    object-fit: contain;
}
}