Template:Sifuentes02

From 2014.igem.org

(Difference between revisions)
 
(6 intermediate revisions not shown)
Line 141: Line 141:
/* Titles are switched to Arial Black with no line decoration */
/* Titles are switched to Arial Black with no line decoration */
h1, h2, h3, h4, h5 {  
h1, h2, h3, h4, h5 {  
-
font-family: "Arial", Gadget, sans-serif; border-bottom:none;
+
font-family: Verdana, Geneva, sans-serif
 +
border-bottom:none;
font-weight: bold;
font-weight: bold;
color: #434343;
color: #434343;
Line 148: Line 149:
/* Establish font size and family for all text */
/* Establish font size and family for all text */
p {
p {
-
font-family: "Arial", Helvetica, sans-serif;
+
font-family: Verdana, Geneva, sans-serif
font-size: 13px;
font-size: 13px;
}
}
Line 162: 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 204: 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 215: Line 216:
/* switches background color to green */
/* switches background color to green */
.active-header {
.active-header {
-
background: #95cea0;
+
background: #c1dfa6;
}
}
Line 225: Line 226:
/* switches background color to default gray */
/* switches background color to default gray */
.inactive-header {
.inactive-header {
-
background: #d3d3d3;
+
background: #fff;
}
}
Line 242: Line 243:
border-radius: 5px;
border-radius: 5px;
color: #434343;
color: #434343;
 +
font-family: Verdana, Geneva, sans-serif
 +
font-size: 10px;
}
}

Latest revision as of 16:17, 9 January 2015