Template:Team:VirtusParva/MainCss

From 2014.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 10: Line 10:
padding-top: 100px;
padding-top: 100px;
margin-bottom: 20px;
margin-bottom: 20px;
-
font-family: Georgia, Times, "Times New Roman", serif;  
+
font-family: Helvetica, Helvetica Narrow, Verdana, sans-serif;  
}
}
-
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
h1, h3, h4, h5 { font-family: Helvetica, Helvetica Narrow, Verdana, sans-serif; color: #FFFFFF}
 +
 
 +
h2 { font-family: Helvetica, Helvetica Narrow, Verdana, sans-serif; color: #FFFFFF}
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
Line 41: Line 43:
text-decoration: none;  
text-decoration: none;  
background-color: transparent;
background-color: transparent;
 +
}
 +
 +
#my-nav-bar{
 +
        height: 50px;
 +
        display: block;
 +
        z-index: 100;
 +
position: fixed;
 +
        width: 100%;
 +
        top: 0;
}
}
body {  
body {  
-
background-color: #fff;
+
background-color: #transparent;
 +
        background-attachment: fixed;
}
}
Line 59: Line 71:
width: 100%;  
width: 100%;  
height: 100%;  
height: 100%;  
-
background-color: transparent;
+
background-color: #transparent;
}
}

Latest revision as of 02:08, 18 October 2014