User:Dirkvs/Stylesheets/IC07persist.css

From 2007.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#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 {
#tabs {
list-style: none;
list-style: none;
position:absolute;
position:absolute;
-
border-right: solid 1px #666;
+
border: solid 1px #666;
-
border-bottom: solid 1px #666;
+
-
border-left: solid 1px #666;
+
line-height: 10pt;
line-height: 10pt;
         filter:alpha(opacity=100);
         filter:alpha(opacity=100);
Line 25: Line 9:
#tabs a {
#tabs a {
-
font-size: 11.5pt;
+
font-size: 13pt;
font-family: "Lucida Grande", Verdana, arial, sans-serif;
font-family: "Lucida Grande", Verdana, arial, sans-serif;
font-weight: bold;
font-weight: bold;
Line 35: Line 19:
#tabs a:hover {
#tabs a:hover {
color: #FF6633;
color: #FF6633;
-
background: #FF6633;
+
background: #eeeeff;
}
}

Revision as of 23:39, 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 td a:visited { color: #5A3696; }