Difference between revisions of "MediaWiki:Common.css"

From Discovery Wiki
Jump to navigationJump to search
Line 19: Line 19:
 
display: none !important;  
 
display: none !important;  
 
}
 
}
 
.alttoc .toc {
 
  background-color: {{{1}}} !important;
 
  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;
 
  color: {{{2}}};
 
  float: left;
 
  font-size: 1em !important;
 
  margin-bottom: 5px !important;
 
  margin-right: 20px !important;
 
}
 
 
.alttoc a:active {color:{{{2}}};}  /* selected link */
 
.alttoc a:hover {color:{{{2}}};}  /* mouse over link */
 
.alttoc a:link {color:{{{2}}};}    /* unvisited link */
 
.alttoc a:visited {color:{{{2}}};  /* visited link */
 
.alttoc h2 {color:{{{3}}} !important;}
 

Revision as of 17:51, 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;	 
}