Jump to content

MediaWiki:Common.css: Difference between revisions

From Colabs IoT
Created page with "CSS placed here will be applied to all skins: Hide the site name/text under the logo: #p-logo-text { display: none; } For older Vector skin versions if needed: .mw-wiki-logo-text { display: none; }"
 
No edit summary
Line 2: Line 2:
/* Hide the site name/text under the logo */
/* Hide the site name/text under the logo */
#p-logo-text {
#p-logo-text {
    display: none;
}
/* For older Vector skin versions if needed */
.mw-wiki-logo-text {
     display: none;
     display: none;
}
}

Revision as of 15:21, 23 April 2026

/* CSS placed here will be applied to all skins */
/* Hide the site name/text under the logo */
#p-logo-text {
    display: none;
}