Template:Sifuentes02

From 2014.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 163: Line 163:
#rightColumn a:hover, #featureBoxLeft a:hover {
#rightColumn a:hover, #featureBoxLeft a:hover {
-
    opacity: 0.4;
+
opacity: 0.4;
-
    filter: alpha(opacity=40); /* For IE8 and earlier */
+
filter: alpha(opacity=40); /* For IE8 and earlier */
}
}
Line 205: Line 205:
/*styling for the menu header */
/*styling for the menu header */
.accordion-header {
.accordion-header {
-
background: #d3d3d3;
+
background: #fff;
margin: 5px 0 0 0;
margin: 5px 0 0 0;
padding: 5px 20px;
padding: 5px 20px;
Line 216: Line 216:
/* switches background color to green */
/* switches background color to green */
.active-header {
.active-header {
-
background: #95cea0;
+
background: #c1dfa6;
}
}
Line 226: Line 226:
/* switches background color to default gray */
/* switches background color to default gray */
.inactive-header {
.inactive-header {
-
background: #f2f2f2;
+
background: #fff;
}
}
Line 244: Line 244:
color: #434343;
color: #434343;
font-family: Verdana, Geneva, sans-serif
font-family: Verdana, Geneva, sans-serif
 +
font-size: 10px;
}
}

Latest revision as of 16:17, 9 January 2015