Team:Bielefeld-Germany/igembielefeld2013.css
From 2013.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
#navigation{ | #navigation{ | ||
color: cyan; | color: cyan; | ||
+ | l:hover{ | ||
+ | color:white; | ||
+ | text-shadow: 0 0px 0px grey; | ||
+ | } | ||
+ | l{ | ||
+ | color:grey; | ||
+ | font-size:30px; | ||
+ | font-variant:small-caps; | ||
+ | font-family:Roboto; | ||
+ | |||
+ | padding-right:10px; | ||
+ | text-shadow: 0 2px 2px lightgray; | ||
+ | } | ||
+ | |||
} | } |
Revision as of 19:31, 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: cyan;
l:hover{ color:white; text-shadow: 0 0px 0px grey; } l{ color:grey; font-size:30px; font-variant:small-caps; font-family:Roboto;
padding-right:10px; text-shadow: 0 2px 2px lightgray; }
}