User:Dirkvs/Stylesheets/IC07persist.css

From 2007.igem.org

(Difference between revisions)
Line 28: Line 28:
font-family: "Lucida Grande", Verdana, arial, sans-serif;
font-family: "Lucida Grande", Verdana, arial, sans-serif;
font-weight: bold;
font-weight: bold;
-
text-decoration: underline;
 
color: #015d92;
color: #015d92;
display: block;
display: block;
Line 36: Line 35:
#tabs a:hover {
#tabs a:hover {
color: #FF6633;
color: #FF6633;
 +
background: #FF6633;
}
}

Revision as of 23:36, 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;
	color: #015d92;
	display: block;
        list-style: none;
}

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

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

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