Team:XMU-China/1.css

From 2013.igem.org

(Difference between revisions)
 
(27 intermediate revisions not shown)
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:1400px;background-color:#c2edf4;}
#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:1400px;
 +
    marign:0 auto;
 +
    padding:0 0 0 0;
 +
    top:0px;
 +
background-image:url("https://static.igem.org/mediawiki/2013/7/75/Xmu-Bg.png");
 +
background-repeat:no-repeat;
 +
background-attachment:fixed
 +
    }
#bodyContent{
#bodyContent{
     background-color:transparent;
     background-color:transparent;
     border:none;
     border:none;
-
      
+
     background-image:url("https://static.igem.org/mediawiki/2013/7/75/Xmu-Bg.png");
 +
background-repeat:no-repeat;
 +
background-attachment:fixed
     }
     }
siteSub{
siteSub{
Line 41: Line 54:
#catlinks{display:none;}
#catlinks{display:none;}
/*end of hiding the footer book*/
/*end of hiding the footer book*/
-
 
+
ul,li { list-style-type: none; text-transform: capitalize; }
</style></head>
</style></head>
</html>
</html>

Latest revision as of 19:17, 28 October 2013