User:Avdmeers/wiki/header.css

From 2008.igem.org

< User:Avdmeers | wiki
Revision as of 23:26, 29 October 2008 by Avdmeers (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

div#content {z-index: 200;}
div#bodyContent {margin-top: 150px;}

div#header {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 965px;
	height: 162px;
	z-index: 100;
}

h1.firstHeading {
	background: url(https://static.igem.org/mediawiki/2008/8/86/KUL_Header-top.png) no-repeat left top;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	padding: 0.1em 0.2em;
}

div#utilNav {
	width: 965px;
}

#utilNav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 2em;
	line-height: 2em;
	font: large/2.0em "Trebuchet MS";
	font-weight: normal;
}

#utilNav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#utilNav ul li a {
	display: block;
	color: #075a90;
}
#utilNav ul li a:hover {
	color: #72aabe;
	text-decoration: none;
}
#utilNav ul li a:active {outline: none;}
#utilNav ul li a:focus {-moz-outline-style: none;}

#utilNav ul li#homepage a {
	margin-right: 2.3em;
	padding-left: 2.3em;
	background: url(https://static.igem.org/mediawiki/2008/5/5e/Icon_Home-24x24.png) no-repeat left 50%;
}
#utilNav ul li#homepage a:hover {
	background-image: url(https://static.igem.org/mediawiki/2008/a/a7/Icon_Home-26x26.png);
}
#utilNav ul li#reports a {
	margin-right: 2.1em;
	padding-left: 2.2em;
	background: url(https://static.igem.org/mediawiki/2008/f/f0/Icon_Files-text-24x24.png) no-repeat left 50%;
}
#utilNav ul li#reports a:hover {
	background-image: url(https://static.igem.org/mediawiki/2008/d/de/Icon_Files-text-26x26.png);
}
#utilNav ul li#calendar a {
	margin-right: 2.0em;
	padding-left: 2.0em;
	background: url(https://static.igem.org/mediawiki/2008/e/ef/Icon_Clock-24x24.png) no-repeat left 50%;
}
#utilNav ul li#calendar a:hover {
	background-image: url(https://static.igem.org/mediawiki/2008/0/0c/Icon_Clock-26x26.png);
}

div#suppNav {
	background: url(https://static.igem.org/mediawiki/2008/5/5f/KUL_Header-background.jpg) no-repeat left top;
	float: left;
	clear: left;
	width: 840px;
	height: 90px;
	position: relative;
	margin: 2px 0 2px;
}

div#wiki-search {
	position: absolute;
	bottom: 0;
}
#wiki-search input#search {
	/* background: transparent url(https://static.igem.org/mediawiki/2008/f/ff/KUL_Wiki-search.gif) no-repeat center center; */
	outline: none;
	cursor: pointer;
	/* width: 22px; */
	/* height: 22px; */
}
#wiki-search input#search:hover {
	/* border: 1px solid threedface; */
}

#suppNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	font-family: "Trebuchet MS", Arial, Sans-serif;
}
#suppNav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#suppNav ul li a {
	color: #777;
	display: block;
	padding: 50px 10px 5px;
	text-align: center;
	text-decoration: none;
	width: 75px;
}
#suppNav ul li a:active {outline: none;}
#suppNav ul li a:focus {-moz-outline-style: none;}
#suppNav ul li#abstract a:hover,
#suppNav ul li#team a:hover,
#suppNav ul li#guestbook a:hover,
#suppNav ul li#mail a:hover {
	color: #00407a;
	background-color: #e5e5e0; /* #f8f2eb; */
}
#suppNav ul li a strong {
	color: #075a90;
	display: block;
	font-size: larger;
}

#suppNav ul li#abstract a {
	background: transparent url(https://static.igem.org/mediawiki/2008/5/5b/KUL_Abstract-48x48.png) no-repeat top center;
}
#suppNav ul li#team a {
	background: transparent url(https://static.igem.org/mediawiki/2008/f/f9/KUL_Smurf-48x48.png) no-repeat top center;
}
#suppNav ul li#guestbook a {
	background: transparent url(https://static.igem.org/mediawiki/2008/0/04/KUL_Guestbook-48x48.png) no-repeat top center;
}
#suppNav ul li#mail a {
	background: transparent url(https://static.igem.org/mediawiki/2008/4/42/KUL_Mail-48x48.png) no-repeat top center;
}

div#logo {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 3px 0 0px;
	border: 1px solid #72aabe;
}

div#mainNav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #72aabe;
}

div#ddToggle {
	position: fixed;
	right: 0;
	top: 0;
	line-height: 12px;
	height: 14px;
	font-size: x-small;
	border-color: #444;
	border-style: solid;
	border-width: 0 0 1px 1px;
	background: #FFFF88;
	opacity: 0.85;
	z-index: 200;
	cursor: pointer;
}
* html div#ddToggle {display: none;}