Jump to content

MediaWiki:Common.css: Difference between revisions

From Arcscribe Public Wiki
Blanked the page
Tag: Blanking
No edit summary
Line 1: Line 1:
/* Hide the default plain-text wiki title */
.mw-logo-container .mw-logo-title {
    display: none !important;
}


/* Make the uploaded wordmark logo bigger and give it breathing room */
.mw-logo-container .mw-logo-icon {
    width: 140px !important;
    height: auto !important;
    max-height: 40px !important;
    transition: transform 0.2s ease;
}
/* Adjust layout alignment for the larger logo */
.mw-logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

Revision as of 11:55, 7 July 2026

/* Hide the default plain-text wiki title */
.mw-logo-container .mw-logo-title {
    display: none !important;
}

/* Make the uploaded wordmark logo bigger and give it breathing room */
.mw-logo-container .mw-logo-icon {
    width: 140px !important;
    height: auto !important;
    max-height: 40px !important;
    transition: transform 0.2s ease;
}

/* Adjust layout alignment for the larger logo */
.mw-logo {
    padding-top: 5px;
    padding-bottom: 5px;
}