MediaWiki:Common.css

From Discovery Wiki
Revision as of 17:40, 22 August 2011 by Blodo (talk | contribs)
Jump to navigationJump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/** 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 {
  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;}