User:Avdmeers/wiki/ui.menubar.css

From 2008.igem.org

(Difference between revisions)
m
m
Line 2: Line 2:
#top-section {height:98px;}
#top-section {height:98px;}
-
#menubar {top:80px;}
+
#menubar {top:81px;}
.left-menu {left:5px;}
.left-menu {left:5px;}
.right-menu {right:5px;}
.right-menu {right:5px;}

Revision as of 17:37, 29 October 2008

/* top-section containing banner, search bar, left and right menu's */
#top-section {height:98px;}

#menubar {top:81px;}
.left-menu {left:5px;}
.right-menu {right:5px;}
#menubar li {padding:0 10px;border-right:1px solid #72AABE;}
#menubar li:first-child {border-left:1px solid #72AABE;}
#menubar li a {padding:0 4px;white-space:nowrap;color:#eee;}
#menubar li a:hover {color:#EE8F03;}
#menubar li a:active {outline:none;}
#menubar li a:focus {-moz-outline-style:none;}