Difference between revisions of "MediaWiki:Common.css"

From Linuxintro
imported>ThorstenStaerk
(New page: →‎* CSS placed here will be applied to all skins: .collapseButton { →‎'show'/'hide' buttons created dynamically by the: float: right; /* CollapsibleTables JavaScript in [[MediaWik...)
 
imported>ThorstenStaerk
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins */
 
/** CSS placed here will be applied to all skins */
 +
 +
table.collapsed tr.collapsable {
 +
display: none;
 +
}
 +
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
 
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */

Revision as of 21:49, 22 November 2010

/** 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;
}