Template:Team:DukeHomePage/CSS

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 +
<style type="text/css">
 +
 +
body {
 +
background-color: #000;
 +
color: #fff;
 +
text-align: left;
 +
vertical-align: baseline;
 +
        margin:0 auto;
 +
        width:95%;
 +
        overflow:scroll;
 +
        font-size:12px;
 +
        font: Helvetica, sans serif;
 +
}
 +
 +
.top {
 +
z-index: 100;
 +
}
 +
</style>
<style media="screen" type="text/css">
<style media="screen" type="text/css">
/*hide default igem banner and reformat style into blank slate - Credit to UVA Team 2013 Wiki*/
/*hide default igem banner and reformat style into blank slate - Credit to UVA Team 2013 Wiki*/
Line 22: Line 40:
#bodyContent {border:none;}
#bodyContent {border:none;}
</style>
</style>
-
 
-
<style type="text/css">
 
-
 
-
body {
 
-
background-color: #000;
 
-
color: #fff;
 
-
text-align: left;
 
-
vertical-align: baseline;
 
-
        margin:0 auto;
 
-
        width:95%;
 
-
        overflow:scroll;
 
-
        font-size:12px;
 
-
        font: Helvetica, sans serif;
 
-
}
 
-
 
-
.top {
 
-
z-index: 100;
 
-
}
 
-
</style>
 
-
 

Revision as of 18:03, 21 July 2014