MediaWiki:Common.css: Difference between revisions

From The Taylor Archive
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Hide empty sidebar chunks in Timeless */
/* Alternative selector fallback */
#mw-site-navigation .sidebar-chunk:has(.sidebar-inner:empty),
#mw-site-navigation .sidebar-chunk:last-child:not(:has(ul li)),
#p-lang,
#p-lang,
#p-multilingual-message,
#p-multilingual-message,
.mw-portlet-lang {
.mw-portlet-lang,
#mw-site-navigation .sidebar-chunk:empty {
     display: none !important;
     display: none !important;
}
}

Revision as of 18:50, 20 July 2026

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

/* Alternative selector fallback */
#p-lang,
#p-multilingual-message,
.mw-portlet-lang,
#mw-site-navigation .sidebar-chunk:empty {
    display: none !important;
}