User:Dirkvs/Stylesheets/IC07persist.css

From 2007.igem.org

(Difference between revisions)
Line 20: Line 20:
border-left: solid 1px #666;
border-left: solid 1px #666;
line-height: 10pt;
line-height: 10pt;
-
         filter:alpha(opacity=0);
+
         filter:alpha(opacity=100);
-
         -moz-opacity:0;
+
         -moz-opacity:1;
}
}

Revision as of 23:35, 23 October 2007

#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=100);
        -moz-opacity:1;
}

#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; }