XMU Biomod/1.css

From OpenWetWare
Jump to navigationJump to search

<html> <head> <style> /* hiding the top section*/ body{position:absolute; top:0px; width:100%; height:1400px;background-color:#c2edf4;}

  1. top-section{
  height:0px;
   border:none;
   width:980px;
   margin:0 auto;
   padding:0 0 0 0;
   background-color:#c2edf4;
   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*/

/* global setting*/

  1. globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;}
  2. content{
   background-color:#c2edf4;
   border:none;
   width:1340px;
   height:1400px;
   marign:0 auto;
   padding:0 0 0 0;
   top:0px;

background-image:url("http://2013.igem.org/wiki/images/7/75/Xmu-Bg.png"); background-repeat:no-repeat; background-attachment:fixed

   }
  1. bodyContent{
   background-color:transparent;
   border:none;
   background-image:url("http://2013.igem.org/wiki/images/7/75/Xmu-Bg.png");

background-repeat:no-repeat; background-attachment:fixed

   }

siteSub{

   display:none;
   border:none;
   }

contentSub{

   display:none;
   }

/* end of global setting*/

/*hiding the footer-box*/

  1. footer-box{display:none;}
  2. catlinks{display:none;}

/*end of hiding the footer book*/ ul,li { list-style-type: none; text-transform: capitalize; }

</style></head> </html>