User:Dirkvs/Stylesheets/IC07persist.css

From 2007.igem.org

< User:Dirkvs
Revision as of 23:39, 23 October 2007 by Dirkvs (Talk | contribs)

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.

#tabs {
	list-style: none;
	position:absolute;
	border: solid 1px #666;
	line-height: 10pt;
        filter:alpha(opacity=100);
        -moz-opacity:1;
}

#tabs:hover {
	background: #eeeeff;
}

#tabs a {
	font-size: 13pt;
	font-family: "Lucida Grande", Verdana, arial, sans-serif;
	font-weight: bold;
	color: #015d92;
	display: block;
        list-style: none;
}

#tabs a:hover {
	color: #FF6633;
	background: #eeeeff;
}

#tabs li {
	list-style: none;
	padding: 0.2em 0.5em;
	float:left;
     	background-color: #FFF; 
}

#tabs li td a:visited { color: #5A3696; }