Team:SYSU-Software/header.css

From 2013.igem.org

Revision as of 14:30, 8 August 2013 by Lovedayluk (Talk | contribs)
  • {
    padding:0px;
    margin: 0px;
  }
  1. home-header{
     height: 200px;
     width: 980px;
     background-color: white;
   }
   #home-header-logo{
     position: relative;
     left: 10px;
     top:30px;
   }
   #home-header-text{
     position: relative;
     left: 10px;
     top: 35px;
   }


   #navigation{
     float: right;
     height: 33px;
     z-index: 100;
     position: relative;
     top: 80px;
   }
   .nav{
     display: inline;
     height: 47px;
     background-color:#A8DBD2;     
   }
   
   .navbar-inverse .nav > li > a{
     font-size: 14px;
     border: none;
   }
   #nav-li{
     height: 43px;
   }
   
   .navbar-inverse .nav > li.active > a{
     background-color: #FFE14B;
     height: 16px;
   }
   .navbar-inverse .nav > li.active > a{
     background-color: #FFE14B; 
   }