User:Dirkvs/Stylesheets/IC07persist.css

From 2007.igem.org

(Difference between revisions)
Line 26: Line 26:
padding: 0.2em 0.5em;
padding: 0.2em 0.5em;
float:left;
float:left;
-
     background-color: #FFF;  
+
     background-color: #eeeeff;  
}
}
#tabs li.current {
#tabs li.current {
-
background: #eeeeff;
+
background: #ffffff;
}
}
-
 
-
#tabs li td a:visited { color: #5A3696; }
 

Revision as of 23:43, 23 October 2007

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

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

#tabs li.current {
	background: #ffffff;
}