Difference between revisions of "MediaWiki:Common.css"

From Discovery Wiki
Jump to navigationJump to search
Line 18: Line 18:
 
.infoboxtoc .toc #toctitle {  
 
.infoboxtoc .toc #toctitle {  
 
display: none !important;  
 
display: none !important;  
 +
}
 +
 +
.image_centre * {
 +
vertical-align: middle;
 
}
 
}

Revision as of 22:48, 18 May 2010

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

.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;
}

.infoboxtoc .toc {	 
	border: 0px !important;	 
	background-color: transparent !important;	 
	width: 100% !important;	 
	margin: 0px !important;	 
	font-size: 1em !important;	 
}	 
		 
.infoboxtoc .toc #toctitle {	 
	display: none !important;	 
}

.image_centre * {
	vertical-align: middle;
}