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;  
 +
}
 +
 +
.alttoc .toc {
 +
  border-left: 2px solid #535353 !important;
 +
  border-top: 2px solid #5C5C5C !important;
 +
  border-right: 2px solid #202020 !important;
 +
  border-bottom: 2px solid #171717 !important;
 +
  border-radius: 10px !important;
 +
  float: left;
 +
  font-size: 1em !important;
 +
  margin-bottom: 5px !important;
 +
  margin-right: 20px !important;
 
}
 
}

Revision as of 17:46, 22 August 2011

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

.alttoc .toc {
  border-left: 2px solid #535353 !important;
  border-top: 2px solid #5C5C5C !important;
  border-right: 2px solid #202020 !important;
  border-bottom: 2px solid #171717 !important;
  border-radius: 10px !important;
  float: left;
  font-size: 1em !important;
  margin-bottom: 5px !important;
  margin-right: 20px !important;
}