Team:XMU-China/1.css

From 2013.igem.org

(Difference between revisions)
 
(46 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:1380px;}
+
body{position:absolute; top:0px; width:100%; height:1400px;background-color:#c2edf4;}
#top-section{
#top-section{
   height:0px;
   height:0px;
Line 10: Line 10:
     margin:0 auto;
     margin:0 auto;
     padding:0 0 0 0;
     padding:0 0 0 0;
-
     background-color:transparent;
+
     background-color:#c2edf4;
     overflow:hide;
     overflow:hide;
Line 23: Line 23:
#globalWrapper{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{
#content{
-
     background-color:transparent;
+
     background-color:#c2edf4;
     border:none;
     border:none;
     width:1340px;
     width:1340px;
-
     height:700px;
+
     height:1400px;
     marign:0 auto;
     marign:0 auto;
     padding:0 0 0 0;
     padding:0 0 0 0;
-
     top:00px;
+
     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 49: 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