Difference between revisions of "MediaWiki:Common.css"

From WOI Encyclopedia Italia
Jump to navigation Jump to search
m
m
Line 4: Line 4:
 
   
 
   
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: center; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
+
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised.   */
+
font-weight: bold; /* are styled here so they can be customised.   */
text-align: left;
+
        padding: 20px;
 +
text-align: right;
 
width: auto;
 
width: auto;
 
}
 
}

Revision as of 23:45, 10 December 2010

table.collapsed tr.collapsable {
	display: none;
}
 
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the		*/
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: bold;	/* are styled here so they can be customised.		  */
        padding: 20px;
	text-align: right;
	width: auto;
}