Template:Amplino
From 2012e.igem.org
(Difference between revisions)
Line 98: | Line 98: | ||
#floatingbar-content h1 a { | #floatingbar-content h1 a { | ||
text-decoration: none; | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #menu ul { | ||
+ | list-style-type: none; | ||
+ | height: 50px; | ||
+ | width: 600px; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | #menu ul li { | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #menu ul a { | ||
+ | padding-right: 32px; | ||
+ | padding-left: 32px; | ||
+ | display: block; | ||
+ | line-height: 50px; | ||
+ | text-decoration: none; | ||
+ | font-size: 15px; | ||
+ | color: #FFF; | ||
+ | } | ||
+ | |||
+ | #menu ul a:hover { | ||
+ | color: #DDD; | ||
} | } | ||
Revision as of 12:53, 29 April 2012