User:Avdmeers/wiki/ui.menubar.css

From 2008.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
/* top-section containing banner, search bar, left and right menu's */
/* top-section containing banner, search bar, left and right menu's */
-
#top-section {height:98px;}
+
#top-section {height:99px;}
#menubar {top:80px;}
#menubar {top:80px;}

Revision as of 17:33, 29 October 2008

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

#menubar {top:80px;}
.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;}