Team:Bielefeld-Germany/igembielefeld2013.css
From 2013.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
#navigation{ | #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:white; | ||
+ | text-shadow: 0 0px 0px grey; | ||
} | } |
Revision as of 19:36, 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:white; text-shadow: 0 0px 0px grey;
}