Team:LMU-Munich/Templates/Page Header
From 2012.igem.org
(Difference between revisions)
(preliminary search button styling) |
(more attempts at getting the layout under control…) |
||
Line 17: | Line 17: | ||
font-size: 1em; | font-size: 1em; | ||
font-face: sans-serif; | font-face: sans-serif; | ||
+ | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | border-top: 1px solid white; /* no idea why this is required */ | ||
} | } | ||
#top-section { | #top-section { | ||
border: 0 none transparent; | border: 0 none transparent; | ||
- | margin | + | margin: 0; |
+ | padding: 0; | ||
width: auto; | width: auto; | ||
- | height: | + | height: auto; |
+ | } | ||
+ | |||
+ | #top-section * { | ||
+ | background: white !important; | ||
+ | color: white !important; | ||
+ | } | ||
+ | |||
+ | #top-section:hover * { | ||
+ | color: blue !important; | ||
} | } | ||
Line 107: | Line 121: | ||
float: right; | float: right; | ||
width: 15em; | width: 15em; | ||
- | |||
position: absolute; | position: absolute; | ||
right: 5em; | right: 5em; |
Revision as of 11:48, 15 May 2012