Team:AHUT China/Attributions

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<style type="text/css">
 
/* hiding the top section*/
/* hiding the top section*/
body{position:absolute; top:0px; width:100%; height:1300px;}
body{position:absolute; top:0px; width:100%; height:1300px;}
Line 18: Line 17:
.firstHeading{display:none;}
.firstHeading{display:none;}
/* end of hiding the top section*/
/* end of hiding the top section*/
 +
 +
/* global setting*/
 +
#globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;}
 +
#content{
 +
    background-color:transparent;
 +
    border:none;
 +
    width:1200px;
 +
    height:700px;
 +
    marign:0 auto;
 +
    padding:0 0 0 0;
 +
    top:-40px;
 +
    }
 +
#bodyContent{
 +
    background-color:transparent;
 +
    border:none;
 +
   
 +
    }
 +
siteSub{
 +
    display:none;
 +
    border:none;
 +
    }
 +
contentSub{
 +
    display:none;
 +
    }
 +
/* end of global setting*/
 +
 +
/*hiding the footer-box*/
 +
#footer-box{display:none;}
 +
#catlinks{display:none;}
 +
/*end of hiding the footer book*/

Revision as of 09:24, 13 August 2014

/* hiding the top section*/ body{position:absolute; top:0px; width:100%; height:1300px;} #top-section{ height:0px; border:none; width:980px; margin:0 auto; padding:0 0 0 0; background-color:transparent; overflow:hide; } #p-logo{display:none;} #search-controls{display:none;} #top{display:none;} .firstHeading{display:none;} /* end of hiding the top section*/ /* global setting*/ #globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;} #content{ background-color:transparent; border:none; width:1200px; height:700px; marign:0 auto; padding:0 0 0 0; top:-40px; } #bodyContent{ background-color:transparent; border:none; } siteSub{ display:none; border:none; } contentSub{ display:none; } /* end of global setting*/ /*hiding the footer-box*/ #footer-box{display:none;} #catlinks{display:none;} /*end of hiding the footer book*/

fgdfgf