Team:USTC-Software/css/header style

From 2012.igem.org

(Difference between revisions)
Line 12: Line 12:
}
}
-
#navs { margin-bottom:30px;}
 
-
#navs div { margin-right: 5px; float:left;}
 
-
#navs div a{
 
-
    display:block;
 
-
    height:100%;
 
-
    width:100%;
 
-
    text-decoration:none;
 
-
    color:white;
 
-
}
 
#team_logo {  
#team_logo {  
     height: 74px;  
     height: 74px;  
-
     float: none; margin-top: 30px;
+
     float: left;
 +
    margin-top: 30px;
     font-size:64px;
     font-size:64px;
     font-family: 'Marcellus SC', serif;
     font-family: 'Marcellus SC', serif;
Line 49: Line 41:
     top:0px;
     top:0px;
     right:0px;
     right:0px;
 +
}
 +
 +
 +
#navs {
 +
    clear:both;
 +
    margin-bottom:30px;
 +
}
 +
#navs div { margin-right: 5px; float:left;}
 +
#navs div a{
 +
    display:block;
 +
    height:100%;
 +
    width:100%;
 +
    text-decoration:none;
 +
    color:white;
}
}

Revision as of 15:53, 23 October 2012

  1. header_wrapper {
   width: 980px;
   position: relative;
   margin: 0px auto;
   float: none; 

}

  1. header_wrapper a{
   display:block;
   text-decoration:none;
   color:white;

}


  1. team_logo {
   height: 74px; 
   float: left;
   margin-top: 30px;
   font-size:64px;
   font-family: 'Marcellus SC', serif;
   -webkit-transition: background .5s ease-out;
   -moz-transition: background .5s ease-out;
   -o-transition: background .5s ease-out;
   -ms-transition: background .5s ease-out;            
   transition: background .5s ease-out;

}

  1. team_logo:hover{ }


.nav_button + .nav_button{

   margin-left:10px;
   }
   .nav_button a{
       font-size:22px;
       font-family: 'Marcellus SC', serif;
   }


  1. header_wrapper a#igem_home{
   position:absolute;
   top:0px;
   right:0px;

}


  1. navs {
   clear:both;
   margin-bottom:30px;

}

  1. navs div { margin-right: 5px; float:left;}
  2. navs div a{
   display:block;
   height:100%;
   width:100%;
   text-decoration:none;
   color:white;

}