Template:Valencia09iGEM65
From 2009.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
font: arial, verdana, sans-serif; | font: arial, verdana, sans-serif; | ||
height: 28px; | height: 28px; | ||
- | + | width: 728px; | |
- | width: 100%; | + | /*width: 100%;*/ |
margin: 0; | margin: 0; | ||
border-top: 0; | border-top: 0; | ||
Line 57: | Line 57: | ||
div.MenuBar ul li a { | div.MenuBar ul li a { | ||
font: arial, helvetica, sans-serif; | font: arial, helvetica, sans-serif; | ||
- | display: | + | display: block; |
background: #000000; | background: #000000; | ||
height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */ | height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */ | ||
Line 237: | Line 237: | ||
background-color: #B0B0B0; /* Selected item. */ | background-color: #B0B0B0; /* Selected item. */ | ||
color: red; | color: red; | ||
- | border-bottom: | + | border-bottom: 3px solid ButtonShadow; |
} | } | ||
div.MenuBar a, | div.MenuBar a, | ||
Line 260: | Line 260: | ||
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu, | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu, | ||
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu { | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu { | ||
- | background-color: | + | background-color: red; /* Sets the drop-down and side menus "effective border" color. */ |
} | } | ||
/*--------------------------------------------------------------------------------------- Widths */ | /*--------------------------------------------------------------------------------------- Widths */ |