Team:XMU-China/1.css

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
<style>
<style>
/* hiding the top section*/
/* hiding the top section*/
-
body{position:absolute; top:0px; width:100%; height:100px;}
+
body{position:absolute; top:0px; width:100%; height:2000px;}
#top-section{
#top-section{
   height:0px;
   height:0px;
Line 21: Line 21:
/* global setting*/
/* global setting*/
-
#globalWrapper{background-color:#c2edf4;position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;}
+
#globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;}
-
 
+
#content{
 +
    background-color:#c2edf4;
 +
    border:none;
 +
    width:1340px;
 +
    height:2000px;
 +
    marign:0 auto;
 +
    padding:0 0 0 0;
 +
    top:0px;
 +
    }
#bodyContent{
#bodyContent{
     background-color:transparent;
     background-color:transparent;

Revision as of 12:55, 14 September 2013