Template:Nevada Header CSS

From 2011.igem.org

(Difference between revisions)
m
Line 10: Line 10:
}
}
-
#banner-box{
+
#absHeader{
   position: absolute;
   position: absolute;
   top: 0px;
   top: 0px;
Line 17: Line 17:
   width: 955px;
   width: 955px;
   display: block;
   display: block;
-
  /* Box Categories */
+
    /* Box Categories */
   -moz-border-radius-topright: 35px;
   -moz-border-radius-topright: 35px;
   -moz-border-radius-topleft: 35px;
   -moz-border-radius-topleft: 35px;
Line 28: Line 28:
   border-left: rgba(0,0,0,1) groove 4px;
   border-left: rgba(0,0,0,1) groove 4px;
   border-right: rgba(0,0,0,1) ridge 4px;
   border-right: rgba(0,0,0,1) ridge 4px;
 +
}
 +
 +
#banner-box{
 +
  position: absolute;
 +
  top: 0px;
 +
  left: -2px;
 +
  height: 200px;
 +
  width: 957px;
 +
  display: block;
 +
  /* Box Categories */
 +
  -moz-border-radius-topright: 35px;
 +
  -moz-border-radius-topleft: 35px;
 +
  -webkit-border-top-right-radius: 35px;
 +
  -webkit-border-top-left-radius: 35px;
 +
  border-top-right-radius: 35px;
 +
  border-top-left-radius: 35px;
 +
  -moz-border-radius-bottomright: 45px;
 +
  -moz-border-radius-bottomleft: 45px;
 +
  -webkit-border-bottom-right-radius: 45px;
 +
  -webkit-border-bottom-left-radius: 45px;
 +
  border-bottom-right-radius: 45px;
 +
  border-bottom-left-radius: 45px;
 +
  /* Box Shadows */
 +
  /* None */
   /* Color Background */
   /* Color Background */
   background-color: rgba(194,194,194,0.7);
   background-color: rgba(194,194,194,0.7);
Line 91: Line 115:
   display: block;
   display: block;
   top: 20px;
   top: 20px;
-
   left: 15px;
+
   left: 25px;
   height: 25px;
   height: 25px;
   width: 900px;
   width: 900px;
Line 186: Line 210:
<body>
<body>
</body>
</body>
 +
<div id="absHeader">
<div id="banner-box">
<div id="banner-box">
Line 211: Line 236:
</div>
</div>
</div>
</div>
-
 
+
</div> <!-- Closing of all content in header -->
<div id="Nevada-MainContent">
<div id="Nevada-MainContent">
<br>
<br>
</html>
</html>

Revision as of 02:24, 5 September 2011