User:Dirkvs/Stylesheets/IC07persist.css

From 2007.igem.org

(Difference between revisions)
Line 1: Line 1:
#tabs {
#tabs {
-
list-style: none;
+
float:left;
-
position:absolute;
+
width:100%;
-
border: solid 1px #666;
+
background:#efefef;
-
line-height: 10pt;
+
font-size:93%;
-
        filter:alpha(opacity=100);
+
line-height:normal;
-
        -moz-opacity:1;
+
border-bottom:1px solid #666;
}
}
-
#tabs a {
+
#tabs ul {
-
font-size: 13pt;
+
margin:0;
-
font-family: "Lucida Grande", Verdana, arial, sans-serif;
+
padding:10px 10px 0 50px;
-
font-weight: bold;
+
list-style:none;
-
color: #015d92;
+
-
display: block;
+
-
        list-style: none;
+
}
}
-
#tabs a:hover {
+
#tabs li {
-
color: #FF6633;
+
display:inline;
-
background: #eeeeff;
+
margin:0;
 +
padding:0;
}
}
-
#tabs li {
+
#tabs a {
-
list-style: none;
+
-
padding: 0.2em 0.5em;
+
float:left;
float:left;
-
    background-color: #eeeeff;  
+
background:url("tableftF.gif") no-repeat left top;
 +
margin:0;
 +
padding:0 0 0 4px;
 +
text-decoration:none;
 +
}
 +
 
 +
#tabs a span {
 +
float:left;
 +
display:block;
 +
background:url("tabrightF.gif") no-repeat right top;
 +
padding:5px 15px 4px 6px;
 +
color:#666;
 +
}
 +
 
 +
#tabs a:hover span {
 +
color:#FFF;
 +
}
 +
 
 +
#tabs a:hover {
 +
background-position:0% -42px;
}
}
-
#tabs li.current {
+
#tabs a:hover span {
-
background: #ffffff;
+
background-position:100% -42px;
}
}

Revision as of 23:51, 23 October 2007

#tabs {
	float:left;
	width:100%;
	background:#efefef;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url("tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}

#tabs a:hover span {
	color:#FFF;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}