Template:Team:Washington/Templates/Top

From 2011.igem.org

(Difference between revisions)
Line 6: Line 6:
     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;;      <!-- I dont really know what this colors, but it makes a line below the menu if its not the same as menu color -->
     height:100%;
     height:100%;
}
}
-
.firstHeading {
+
.firstHeading {                               <!-- makes the top name of page disappear -->
     height:0px;
     height:0px;
     visibility:hidden;
     visibility:hidden;
Line 20: Line 20:
}
}
#menubar {  
#menubar {  
-
     background-color:  #FFFFFF;  <!-- top left menu background color (made white to blend in with heading backgroun color)-->
+
     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 {  
-
     color: #696868; }
+
     color: #696868; }                   <!-- menue text color-->
     .right-menu li a {
     .right-menu li a {
-
    color: red;   
+
    color: white;   
-
     background-color: #FFFFFF;  <!-- top right menu background color (made white to blend in with heading backgroun color)-->
+
     background-color: green;  <!-- 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;      <!-- This is the header background color (made white)-->
+
         background-color: #FFFFFF;      <!-- This is the header background color made white-->
         border-width:0px;
         border-width:0px;
-
         height:12px;                            <!-- Height of the header (determines how low the content placed on the page begins-->
+
         height:12px;                            <!-- Height of the header determines how low the content placed on the page begins-->
-
      }
+
        }
#siteSub {                                 
#siteSub {                                 
Line 43: Line 43:
}
}
#search-controls {
#search-controls {
-
display:none;                                    <!-- gets rid of search bar (it was ugly)-->
+
display:none;                                    <!-- gets rid of search bar it was ugly-->
margin-top:0px;
margin-top:0px;
}
}

Revision as of 21:16, 4 September 2011