Team:HUST-China/template/reset

From 2013.igem.org

(Difference between revisions)
HUST Oshyn (Talk | contribs)
(Created page with "- hiding the top section: body{position:absolute; top:0px; width:100%; height:1480px;} #top-section{ height:0px; border:none; width:980px; margin:0 auto; pad...")
Newer edit →

Revision as of 05:39, 21 September 2013

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

  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*/

/* global setting*/

  1. 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;}
  2. content{
   background-color:transparent;
   border:none;
   width:1200px;
   height:700px;
   marign:0 auto;
   padding:0 0 0 0;
   top:-40px;
   }
  1. bodyContent{
   background-color:transparent;
   border:none;
   
   }

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*/

/* menu (page, edit ...) */

  1. menubar {
   background-color:transparent;
   position: relative;
   float:left;
   white-space: nowrap;
   top:-6px;
   width: 490px;
   z-index: 5000;
   font-family: sans-serif;
   font-size: 95%;
   line-height: 1em;
   z-index:99;

}


.left-menu, .left-menu a {

   text-align: left;
   color:#999999;
   text-transform: lowercase;

}

.left-menu:hover {

   color: #D00000;
   background-color: transparent;

}

.right-menu{width:400px; float:right} .right-menu, .right-menu a {

   right: 0px;
   text-align: right;
   color: #999999;

}

  1. menubar ul {
   color: #999999;
   list-style: none;

}

  1. menubar li {
   display: inline;
   position: relative;
   cursor: pointer;
   padding-left: 0px;
   padding-right: 0px;

} .left-menu li a {

   padding: 0px 10px 0px 0px;

} .left-menu .selected {

  1. color: #999999;

}

  1. .left-menu .selected:hover {
  2. color: #999999;
  3. }

.left-menu:hover a {

   color: #999999;;

}

.left-menu li a:hover {

   color: #D00000;
   text-decoration: underline;

}


.right-menu li {

  1. background-color: transparent;

} .right-menu li a {

   padding: 0px 15px 0px 0px;
   color: #999999;;
   background-color: transparent;

} .right-menu li a:hover {

   color: #D00000;
   text-decoration: underline;

} /* end menu (edit, page ...) */