Team:SYSU-Software/humanpra.css

From 2013.igem.org

Revision as of 13:43, 23 September 2013 by SysuDaYu (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
   *{
     padding:0px;
     margin: 0px;
   }
   body {
     height: 100%;
     width: 100%;
     background-color: #CCC;
     font-family: 'Arial';
   }


   /*header images */
   #team-header{
     margin: 0 auto;
     z-index: 100;
     height: 200px;
     width: 980px;
     background-color: white;
     font-family: 'Arial';
   }
   #team-header-logo{
     position: relative;
     left: 20px;
     top:30px;
   }
   #team-header-text{
     position: relative;
     left: 130px;
     top: -67px;
   }
   #boss-header-image{
     position: relative;
     left: 285px;
     top: -85px;
   }
   /*navigation*/
   #navigation1{
     float: right;
     height: 40px;
     z-index: 100;
     position: relative;
     top: -37px;
   }
   .navbar {
   margin-bottom: 0px;
   overflow: visible;
   }
   .nav{
     display: inline;
     height: 40px;
     background-color:#A8DBD2;     
   }
       
   .navbar-inverse .nav > li > a{
     font-size: 14px;
     border: none;
     height: 40px;
     padding:0px 20px;
     line-height: 40px;
   }
   #nav-li{
     height: 40px;
   }
   
   .navbar-inverse .nav > li.active > a{
     background-color: #FFE14B;
     height: 40px;
   }
   .navbar-inverse .nav > li.active > a{
     background-color: #FFE14B; 
   }
   /*sub navs*/
   #sub-link1{
     width:90px;
     background-color:#A8DBD2; 
   }    
   .navbar .nav > li > ul:before {
     border-width: 0px;
   }
   #sub-link2{
     width:100px;
     background-color:#A8DBD2; 
   }    
   #sub-link3{
     width:135px;
     background-color:#A8DBD2; 
   }    
   #sub-link4{
     background-color:#A8DBD2; 
     width:70px;
   }    


   /*human practice container*/
   #practice-container{
     width: 980px;
     margin: 0 auto;
     height: 100%;
   }


   /*human practice content*/
   #shiyantai{
     background-color: #f4dc9c;
     width: 980px;
   }
   #shiyantai-image{
   }
   #package{
     width: 400px;
     position: absolute;
     top: 404px;
     
     left: 50%;
     margin-left: -200px;
   }


   #practice-content{
     color: #5d2f02;
     height: 100%;
     background-color: #f4dc9c;
   }
   #part1-header{
     position: relative;
     font-size: 20px;
     font-weight: bold;
     padding-top: 65px;
     margin-left: 65px;
   }
   #part1-image{
     position: relative;
     margin-top: 30px;
     margin-left: 65px;
   }
   #part1-content{
     margin-left: 65px;
     margin-top: 40px;
     font-size: 15px;
     font-weight: bold;
   }
   #part2-header{
     position: relative;
     font-size: 20px;
     font-weight: bold;
     margin-top: 65px;
     margin-left: 65px;
   }
   #part2-content{
     margin-left: 65px;
     margin-top: 40px;
     padding-bottom: 50px;
     font-size: 15px;
     font-weight: bold;
   }
   /*footer*/
   #team-footer{
     width: 980px;
     margin:0 auto;
     position: relative;
     bottom: 0px;
     overflow: hidden;
     background-color: #ebdfd2;
   }
   /*instructions*/
   #team-sub{
     position: relative;
     margin-bottom: 30px;
   }
   #subscribe{
     position: relative;
   }
   #subscribe-header{
     position: relative;
     top: 25px;
     left: 145px;
     font-weight: bolder;
     font-size: 25px;
   }
   #subscribe-content{
     position: relative;
     top: 45px;
     left: 145px;
     font-weight: bold;
     line-height: 10px;
   }
   #link{
     position: relative;
     left: 100px;
   }
   #link-header{
     position: relative;
     top: 20px;
     left: 180px;
     font-weight:bolder;
     font-size: 25px;
   }
   #link-content{
     position: relative;
     top: 34px;
     left: 180px;
   }
   #link-content a{
     text-decoration: none;
   }
   /*bottom image*/
   #bottom-image{
     position: relative;
     bottom: 0px;
   }


   a:focus{
     outline-color:#544444; 
   }