Difference between revisions of "MediaWiki:Common.css"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
 
Line 11: Line 11:
 
width: auto;
 
width: auto;
 
}
 
}
 +
 +
/* hide sidemenu to non-logged users */
 +
#menu { display: none !important; }

Latest revision as of 14:29, 29 March 2020

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

table.collapsed tr.collapsable {
	display: none;
}

.collapseButton {		/* 'show'/'hide' buttons created dynamically by the		*/
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.		  */
	text-align: right;
	width: auto;
}

/* hide sidemenu to non-logged users */
#menu { display: none !important; }