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
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}

Latest revision as of 15:24, 23 April 2026

/* CSS placed here will be applied to all skins */