Template:UNIPV-Pavia/StyleCss

From 2009.igem.org

(Difference between revisions)
Line 88: Line 88:
ul.MenuBarVertical ul
ul.MenuBarVertical ul
{
{
-
margin: -5% 0 0 95%;
+
margin: 0 0 0 95%;
padding: 0;
padding: 0;
list-style-type: none;
list-style-type: none;
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 Project.MenuBarItemSubmenu
+
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 Project.MenuBarItemSubmenuHover
+
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:38, 19 June 2009