User:Dirkvs/Stylesheets/IC07persist.css

From 2007.igem.org

(Difference between revisions)
Line 6: Line 6:
         filter:alpha(opacity=100);
         filter:alpha(opacity=100);
         -moz-opacity:1;
         -moz-opacity:1;
-
}
 
-
 
-
#tabs.current {
 
-
background: #eeeeff;
 
}
}
Line 31: Line 27:
float:left;
float:left;
     background-color: #FFF;  
     background-color: #FFF;  
 +
}
 +
 +
#tabs li.current {
 +
background: #eeeeff;
}
}
#tabs li td a:visited { color: #5A3696; }
#tabs li td a:visited { color: #5A3696; }

Revision as of 23:41, 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: #FFF; 
}

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

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