Team:USTC-Software/css/header style
From 2012.igem.org
(Difference between revisions)
Line 27: | Line 27: | ||
} | } | ||
#team_logo a{ | #team_logo a{ | ||
- | text-shadow: 8px 6px black; | + | text-shadow: 8px 6px 1px black; |
position:relative; | position:relative; | ||
-webkit-transition: color .5s ease-out; | -webkit-transition: color .5s ease-out; | ||
Line 37: | Line 37: | ||
#team_logo a:active{ | #team_logo a:active{ | ||
- | text-shadow: 6px 4px black; | + | text-shadow: 6px 4px 1px black; |
left:1px; | left:1px; | ||
top:1px; | top:1px; | ||
Line 74: | Line 74: | ||
text-decoration:none; | text-decoration:none; | ||
color:white; | color:white; | ||
- | text-shadow: 6px 6px black; | + | text-shadow: 6px 6px 1px black; |
-webkit-transition: color .5s ease-out; | -webkit-transition: color .5s ease-out; | ||
-moz-transition: color .5s ease-out; | -moz-transition: color .5s ease-out; | ||
Line 85: | Line 85: | ||
left:1px; | left:1px; | ||
top:1px; | top:1px; | ||
- | text-shadow: 4px 4px black; | + | text-shadow: 4px 4px 1px black; |
} | } | ||
#navs div a:hover{ | #navs div a:hover{ | ||
color:#3cb5f9; | color:#3cb5f9; | ||
} | } |
Revision as of 19:42, 23 October 2012
- header_wrapper {
width: 980px; position: relative; margin: 0px auto; margin-bottom:100px; float: none;
}
- header_wrapper a{
display:block; text-decoration:none; color:white;
}
- team_logo {
height: 74px; float: left; margin-top: 30px; font-size:64px; font-family: 'Marcellus SC', serif; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; -ms-transition: all .5s ease-out; transition: all .5s ease-out;
}
- team_logo a{
text-shadow: 8px 6px 1px black; position:relative; -webkit-transition: color .5s ease-out; -moz-transition: color .5s ease-out; -o-transition: color .5s ease-out; -ms-transition: color .5s ease-out; transition: color .5s ease-out;
}
- team_logo a:active{
text-shadow: 6px 4px 1px black; left:1px; top:1px;
}
- team_logo:hover a{
color:#3cb5f9;
}
.nav_button + .nav_button{
margin-left:12px; } .nav_button a{ font-size:22px; font-family: 'Marcellus SC', serif; }
- header_wrapper a#igem_home{
position:absolute; top: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; text-shadow: 6px 6px 1px black; -webkit-transition: color .5s ease-out; -moz-transition: color .5s ease-out; -o-transition: color .5s ease-out; -ms-transition: color .5s ease-out; transition: color .5s ease-out; } #navs div a:active{ left:1px; top:1px; text-shadow: 4px 4px 1px black; } #navs div a:hover{ color:#3cb5f9; }