Template:Sifuentes02

From 2014.igem.org

(Difference between revisions)
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 225: Line 226:
/* switches background color to default gray */
/* switches background color to default gray */
.inactive-header {
.inactive-header {
-
background: #d3d3d3;
+
background: #f2f2f2;
}
}
Line 242: Line 243:
border-radius: 5px;
border-radius: 5px;
color: #434343;
color: #434343;
 +
font-family: Verdana, Geneva, sans-serif
}
}

Revision as of 16:13, 9 January 2015