Team:SCUT

From 2014.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
 +
/* 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*/

Revision as of 10:00, 5 October 2014

/* hiding the top section*/ body{position:absolute; top:0px; width:100%; height:1300px;}

  1. top-section{
  height:0px;
   border:none;
   width:980px;
   margin:0 auto;
   padding:0 0 0 0;
   background-color:transparent;
   overflow:hide;

}

  1. p-logo{display:none;}
  2. search-controls{display:none;}
  3. top{display:none;}

.firstHeading{display:none;} /* end of hiding the top section*/