MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
don't hide tabsets or 'nojs' contents
(hide tabcontents (except default) and tabsets until js loads them)
(don't hide tabsets or 'nojs' contents)
Line 135: Line 135:
/* Tabs2 Core Functionality */
/* Tabs2 Core Functionality */
/* Hide things until the js is ready to show them */
/* Hide things until the js is ready to show them */
.tabcontent2:not(.default), .zdw-tabcontent:not(.default), .zdw-tabset { display: none; }
.tabcontent2:not(.default), .zdw-tabcontent:not(.default, .nojs) { display: none; }


/* Tabs2D */
/* Tabs2D */