Team:Freiburg Bioware/css menu
From 2010.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<style> | <style> | ||
/* menu and header */ | /* menu and header */ | ||
+ | |||
+ | /* top menu */ | ||
+ | |||
+ | #search-controls { | ||
+ | top:15px; | ||
+ | margin-right:30px; | ||
+ | } | ||
+ | |||
+ | input.searchButton { | ||
+ | color:#555; | ||
+ | position:relative; | ||
+ | top:-35px; | ||
+ | } | ||
+ | input.searchButton:hover, #menubar li a:hover { | ||
+ | color:#030659; | ||
+ | } | ||
+ | |||
+ | #menubar li a, #menubar .selected a { | ||
+ | color:#030659; | ||
+ | } | ||
+ | div#menubar li.menubar_current { | ||
+ | color:#970808; | ||
+ | } | ||
+ | |||
+ | #top-section #menubar { | ||
+ | top:10px; | ||
+ | } | ||
+ | |||
+ | #top-section .right-menu { | ||
+ | margin-right:185px; | ||
+ | width:250px; | ||
+ | } | ||
+ | #top-section .left-menu { | ||
+ | margin-left:170px; | ||
+ | } | ||
/* banner */ | /* banner */ |
Revision as of 19:41, 25 October 2010