Team:LMU-Munich/Templates/Page Header
From 2011.igem.org
(Difference between revisions)
m (some minor menu modifications) |
(testing…) |
||
Line 34: | Line 34: | ||
margin: 1px; | margin: 1px; | ||
background: #DA5021; | background: #DA5021; | ||
- | width: | + | width: 93px; /* with one item less: 105px */ |
- | height: | + | height: 44px; |
- | + | ||
margin-left: -1; | margin-left: -1; | ||
} | } | ||
Line 63: | Line 62: | ||
} | } | ||
- | #nav | + | #nav a, #nav strong { |
- | + | ||
- | + | ||
- | + | ||
- | #nav | + | |
color: black; | color: black; | ||
text-decoration: none; | text-decoration: none; | ||
display: block; | display: block; | ||
- | height: | + | padding: 4px; |
+ | height: 36px; | ||
font-size: 120%; | font-size: 120%; | ||
font-weight: bold; | font-weight: bold; | ||
text-shadow: 0 0 5px white; | text-shadow: 0 0 5px white; | ||
+ | } | ||
+ | |||
+ | #nav li:hover a { | ||
+ | background: #CF5F2F; | ||
+ | } | ||
+ | |||
+ | #nav li strong { | ||
+ | background: green; | ||
} | } | ||
Revision as of 17:18, 27 August 2011