Template:Team:DukeHomePage/CSS

From 2014.igem.org

(Difference between revisions)
Line 68: Line 68:
}
}
 +
/*This "bodyContent" style rule controls what the formatting of the page looks like, not body, for some reason. MediaWiki logic, amirite? Also, this comment marks where my (not UVA's) code begins.*/
#bodyContent {
#bodyContent {
border:none;
border:none;
background-color:#000;
background-color:#000;
color:#fff
color:#fff
 +
font-size: 1em;
}
}
Line 85: Line 87:
}
}
-
p {
+
h1 {
color:#f00;
color:#f00;
}
}

Revision as of 18:40, 21 July 2014

Hi