Team:SYSU-Software/header.css

From 2013.igem.org

(Difference between revisions)
(Created page with "#home-header{ height: 200px; width: 980px; background-color: white; } #home-header-logo{ position: relative; left: 10px; top:30px; ...")
Line 11: Line 11:
     #home-header-text{
     #home-header-text{
       position: relative;
       position: relative;
-
       left: 160px;
+
       left: 10px;
-
       top: -75px;
+
       top: 35px;
     }
     }
Line 23: Line 23:
       position: relative;
       position: relative;
-
       top: -50px;
+
       top: 80px;
     }
     }
     .nav{
     .nav{

Revision as of 14:00, 8 August 2013

  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; 
   }