User:Dirkvs/Stylesheets/IC07persist.css

From 2007.igem.org

< User:Dirkvs
Revision as of 23:33, 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.

#bartabs {
	float: left;
    /*	width: 667px;  */
	position: relative;
	left: 133px;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	z-index:20;
	margin-bottom: 10px;
        filter:alpha(opacity=75);
        -moz-opacity:0.75;
}

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

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

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

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

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