MediaWiki:Vector.css: Difference between revisions

Created page with "Hide site name and tagline: .mw-wiki-title, .vector-logo-tagline { display: none; } Make the logo large and round: .mw-logo-icon { width: 80px !important; height: 80px !important; border-radius: 50%; overflow: hidden; } .mw-logo { display: flex; align-items: center; justify-content: center; }"
 
Blanked the page
 
Line 1: Line 1:
/* Hide site name and tagline */
.mw-wiki-title,
.vector-logo-tagline {
    display: none;
}


/* Make the logo large and round */
.mw-logo-icon {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    overflow: hidden;
}
.mw-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}