Team:VIT Vellore/Templates/Header

From 2011.igem.org

(Difference between revisions)
Line 53: Line 53:
   .firstHeading {
   .firstHeading {
     display: none;}
     display: none;}
 +
#content {
#content {
 +
    padding-top:125px;
     width: 900px;
     width: 900px;
     border: none;
     border: none;
     font-family: helvetica, arial, sans-serif;
     font-family: helvetica, arial, sans-serif;
     background-color:rgba(255,255,255,0.3);
     background-color:rgba(255,255,255,0.3);
-
   -moz-box-shadow: 0px 0px 20px #aaaaaa;
+
    
-
  -webkit-box-shadow: 0px 0px 20px #aaaaaa;
+
}
-
  box-shadow: 0px 0px 20px #aaaaaa;
+
#bodyContent{
-
 
+
margin:0 auto;
 +
padding:0;
 +
width:900px;
 +
border:0;
 +
background:none;
 +
z-index:800;
 +
        -moz-box-shadow: 0px 0px 20px #aaaaaa;
 +
        -webkit-box-shadow: 0px 0px 20px #aaaaaa;
 +
        box-shadow: 0px 0px 20px #aaaaaa;
 +
}
 +
#bodyText{
 +
margin:0 auto;
 +
padding-top:10px;
 +
width:900px;
 +
border:0;
 +
background:none;
 +
z-index:800;
}
}
-
 
</style>
</style>
Line 91: Line 108:
     </a>
     </a>
   </div>
   </div>
-
 
+
<div id='bodyText'style="text-align:justify;">
 +
Hello
 +
</div>
</body>
</body>
</html>
</html>

Revision as of 17:29, 5 October 2011

Hello