Team:USTC-Software/css/header style
From 2012.igem.org
(Difference between revisions)
Line 22: | Line 22: | ||
} | } | ||
- | #team_logo { | + | #team_logo { |
- | + | height: 74px; | |
- | + | float: none; 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; | |
+ | } | ||
#team_logo:hover{ } | #team_logo:hover{ } | ||
#team_logo a{ display:block; height:100%; width:100%;} | #team_logo a{ display:block; height:100%; width:100%;} | ||
.nav_button a{ | .nav_button a{ | ||
- | font-size: | + | font-size:26px; |
font-family: 'Marcellus SC', serif; | font-family: 'Marcellus SC', serif; | ||
} | } |
Revision as of 15:47, 23 October 2012
- header_wrapper {
width: 980px; position: relative; margin: 0px auto; float: none;
}
- header_wrapper a{
display:block; text-decoration:none; color:white;
}
- 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 {
height: 74px; float: none; 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;
}
- team_logo:hover{ }
- team_logo a{ display:block; height:100%; width:100%;}
.nav_button a{
font-size:26px; font-family: 'Marcellus SC', serif;
}
- header_wrapper a#igem_home{
position:absolute; top:0px; right:0px;
}