MediaWiki:Common.css

From SEQwiki
Jump to: navigation, 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: 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 */

/* Here goes */

/* Trying to make a nice 'bioinformatics application' table style, 
   nicked from here http://www.w3schools.com/css/css_table.asp */

#bifx-app{
	font-family: Arial, Helvetica, sans-serif;
	width: 45%;
	border-collapse: collapse;
	float: right;
	margin: 0em 0em 1em 1em;
}

#bifx-app td,
#bifx-app th{
	font-size: 1em;
	border: 1px solid #98bf21;
	padding: 3px 7px 2px 7px;
}

#bifx-app th{
	font-size: 1.1em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #A7C942;
	color: #ffffff;
}

#bifx-app tr.alt td{
	color: #000000;
	background-color: #EAF2D3;
}

#bh{
	background: red;
	text-align: center;
}


/** Semantic Cite
 * Unconfuse link to the subobject holding reference data.
 */
.scite-citation-resourcelink a:before {
	content: "↘";
}

/** Semantic MediaWiki
 * Increase dominance of special property names on "Special:Browse".
 */
.smwbuiltin a,
.smwbuiltin a.new {
    color: #ff8000;
}