Template:UNIPV-Pavia/StyleCss
From 2009.igem.org
(Difference between revisions)
Line 220: | Line 220: | ||
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ | /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ | ||
- | ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical | + | ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible |
{ | { | ||
background-color: white; | background-color: white; | ||
Line 233: | Line 233: | ||
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ | /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ | ||
- | ul.MenuBarVertical | + | ul.MenuBarVertical a.MenuBarItemSubmenu |
{ | { | ||
background-image: url(https://static.igem.org/mediawiki/2009/9/93/SpryMenuBarRight.gif); | background-image: url(https://static.igem.org/mediawiki/2009/9/93/SpryMenuBarRight.gif); | ||
Line 241: | Line 241: | ||
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ | /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ | ||
- | ul.MenuBarVertical | + | ul.MenuBarVertical a.MenuBarItemSubmenuHover |
{ | { | ||
background-image: url(https://static.igem.org/mediawiki/2009/5/5c/SpryMenuBarRightHover.gif); | background-image: url(https://static.igem.org/mediawiki/2009/5/5c/SpryMenuBarRightHover.gif); |
Revision as of 10:43, 19 June 2009