YellowWarningTriangle.png This wiki is closed in favour of the new wiki. Information shown is likely to be very out of date.

Difference between revisions of "MediaWiki:Common.css"

From Discovery Wiki
Jump to navigationJump to search
Line 10: Line 10:
 
.infoboxtoc .toc {  
 
.infoboxtoc .toc {  
 
border: 0px !important;  
 
border: 0px !important;  
background-color: white !important;  
+
background-color: transparent !important;  
 
width: 100% !important;  
 
width: 100% !important;  
 
margin: 0px !important;  
 
margin: 0px !important;  

Revision as of 05:13, 20 August 2009

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