MediaWiki:Gadget-Tabs.css: Difference between revisions

From DM Live - the Depeche Mode live encyclopedia for the masses
Jump to navigationJump to search
(Created page with ".tabcontents .content { display: none; } .tabcontents--fixed-width .content:not(.content--active) { display: block; visibility: hidden; height: 0; } .tabcontents .conten...")
 
(No difference)

Latest revision as of 22:28, 6 July 2020

.tabcontents .content {
	display: none;
}

.tabcontents--fixed-width .content:not(.content--active) {
	display: block;
	visibility: hidden;
	height: 0;
}

.tabcontents .content.content--active {
	display: block;
}

.tabcontainer-top {
	margin-top: 4px;
	margin-bottom: 8px;
}
.tabcontainer-bottom {
	margin-top: 8px;
	margin-bottom: 4px;
}

.tabcontainer .tab.explain { /* See MediaWiki:Gadget-Tooltips */
	text-decoration: none;
	float: none;
	display: inline-block;
}