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: #545353;}                              /* Background (on side color)*/
 
-
 
.firstHeading {                                                    /* Gets rid of the default iGEM picture*/
.firstHeading {                                                    /* Gets rid of the default iGEM picture*/
     height:0px;
     height:0px;
     visibility:hidden;
     visibility:hidden;
}
}
 +
body {background: #545353;                          /* Background (on side color)*/
 +
}                             
 +
</style>
 +
#content {
#content {
     border-left-width:0px;
     border-left-width:0px;
Line 22: Line 24:
     background-color: #FFFFFF;                              /* right menu bar color*/
     background-color: #FFFFFF;                              /* right menu bar color*/
}
}
-
 
+
#p-logo { height 1px; overflow:hidden; display: none;
-
#p-logo { height 1px; overflow:hidden; display: none;}
+
}
-
 
+
#top-section {       
#top-section {       
         background-position: center center;  
         background-position: center center;  
Line 31: Line 32:
         border-width:0px;
         border-width:0px;
         height:10px;                                                  /* top header height (determines how low content will start to appear)*/
         height:10px;                                                  /* top header height (determines how low content will start to appear)*/
-
      }
+
}
-
 
+
#siteSub {
#siteSub {
display:none;
display:none;
Line 40: Line 40:
margin-top:0px;
margin-top:0px;
}
}
-
 
#contentSub {
#contentSub {
display:none;
display:none;
}
}
-
</style>
 
</html>
</html>

Revision as of 20:53, 5 September 2011

#content { border-left-width:0px; border-right-width:0px; padding:5px; width:965px; /* Content width*/ } #menubar { background-color: #FFFFFF; /* left menu bar color*/ } #menubar ul li a { color: #696868; } /* menu text color*/ .right-menu li a { color: red; background-color: #FFFFFF; /* right menu bar color*/ } #p-logo { height 1px; overflow:hidden; display: none; } #top-section { background-position: center center; background-repeat: no-repeat; background-color: #FFFFFF; /* top header background color*/ border-width:0px; height:10px; /* top header height (determines how low content will start to appear)*/ } #siteSub { display:none; } #search-controls { /* gets rid of the search bar (it was ugly) */ display:none; margin-top:0px; } #contentSub { display:none; }