Team:Bielefeld-Germany/igembielefeld2013.css
From 2013.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
#navigation l:hover { | #navigation l:hover { | ||
- | color: | + | color:#ff6600; |
text-shadow: 0 0px 0px grey; | text-shadow: 0 0px 0px grey; | ||
} | } |
Revision as of 19:37, 4 June 2013
- logo{
background-image: -webkit-linear-gradient(right, #ff6600 0%, white 100%); background-image: -moz-linear-gradient(right, #ff6600 0%, white 100%); background-image: -o-linear-gradient(right, #ff6600 0%, white 100%); background-image: linear-gradient(right, #ff6600 0%, white 100%); margin: 0px 0px 20px 0px;
}
- navigation{
color:grey; font-size:30px; font-variant:small-caps; font-family:Roboto; padding-right:10px; text-shadow: 0 2px 2px lightgray;
}
- navigation l:hover {
color:#ff6600; text-shadow: 0 0px 0px grey;
}