Template:Team:Washington/Templates/Top

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
body {background: #B8B8B8;}    <!-- this is a comment? -->
+
body {background: #B8B8B8;}    <!-- this is the background (side) color -->
#globalwrapper {
#globalwrapper {
     width:965px;
     width:965px;
     padding:20px 0px;
     padding:20px 0px;
     margin: 0 auto;
     margin: 0 auto;
-
     background-color:#ffffff;
+
     background-color:green;     <!-- I dont really know what this colors... -->
     height:100%;
     height:100%;
}
}
Line 17: Line 17:
     border-right-width:0px;
     border-right-width:0px;
     padding:5px;
     padding:5px;
-
     width:965px;
+
     width: 965px;                       <!-- this adjusts the width of the content -->
}
}
#menubar {  
#menubar {  
-
     background-color:  #FFFFFF;  
+
     background-color:  #FFFFFF;   <!-- top left menu background color (made white to blend in with heading backgroun color)-->
}
}
#menubar ul li a {  
#menubar ul li a {  
Line 26: Line 26:
     .right-menu li a {
     .right-menu li a {
     color: red;   
     color: red;   
-
     background-color: #FFFFFF;
+
     background-color: #FFFFFF;   <!-- top right menu background color (made white to blend in with heading backgroun color)-->
}
}
Line 34: Line 34:
         background-position: center center;  
         background-position: center center;  
         background-repeat: no-repeat;  
         background-repeat: no-repeat;  
-
         background-color: #FFFFFF;
+
         background-color: #FFFFFF;     <!-- This is the header background color (made white)-->
         border-width:0px;
         border-width:0px;
-
         height:10px;
+
         height:10px;                           <!-- Height of the header (determines how low the content placed on the page begins-->
       }
       }
-
#siteSub {
+
#siteSub {                                
display:none;
display:none;
}
}
#search-controls {
#search-controls {
-
display:none;
+
display:none;                                     <!-- gets rid of search bar (it was ugly)-->
margin-top:0px;
margin-top:0px;
}
}

Revision as of 20:59, 4 September 2011