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 the background (side) color -->
+
body {background: #B8B8B8;}    <!-- this is a comment? -->
#globalwrapper {
#globalwrapper {
     width:965px;
     width:965px;
     padding:20px 0px;
     padding:20px 0px;
     margin: 0 auto;
     margin: 0 auto;
-
     background-color:#FFFFFF;;      <!-- I dont really know what this colors, but it makes a line below the menu if its not the same as menu color -->
+
     background-color:#ffffff;
     height:100%;
     height:100%;
}
}
-
.firstHeading {                               <!-- makes the top name of page disappear -->
+
.firstHeading {
     height:0px;
     height:0px;
     visibility:hidden;
     visibility:hidden;
Line 17: Line 17:
     border-right-width:0px;
     border-right-width:0px;
     padding:5px;
     padding:5px;
-
     width: 965px;                       <!-- this adjusts the width of the content -->
+
     width:965px;
}
}
#menubar {  
#menubar {  
-
     background-color:  #FFFFFF;   <!-- top left menu background color made white to blend in with heading backgroun color-->
+
     background-color:  #FFFFFF;  
}
}
#menubar ul li a {  
#menubar ul li a {  
-
     color: #696868; }                   <!-- menue text color-->
+
     color: #696868; }
     .right-menu li a {
     .right-menu li a {
-
    color: white;   
+
    color: red;   
-
     background-color: green;   <!-- top right menu background color made white to blend in with heading backgroun color-->
+
     background-color: #FFFFFF;
}
}
-
#p-logo { height 0px; overflow:hidden; display: none;}
+
#p-logo { height 1px; overflow:hidden; display: none;}
#top-section {       
#top-section {       
         background-position: center center;  
         background-position: center center;  
         background-repeat: no-repeat;  
         background-repeat: no-repeat;  
-
         background-color: #FFFFFF;     <!-- This is the header background color made white-->
+
         background-color: #FFFFFF;
         border-width:0px;
         border-width:0px;
-
         height:12px;                           <!-- Height of the header determines how low the content placed on the page begins-->
+
         height:10px;
-
        }
+
      }
-
#siteSub {                                
+
#siteSub {
display:none;
display:none;
}
}
#search-controls {
#search-controls {
-
display:none;                                     <!-- gets rid of search bar it was ugly-->
+
display:none;
margin-top:0px;
margin-top:0px;
}
}

Revision as of 21:18, 4 September 2011