Template:UNIPV-Pavia/StyleCss
From 2009.igem.org
(Difference between revisions)
Line 124: | Line 124: | ||
ul.MenuBarVertical ul | ul.MenuBarVertical ul | ||
{ | { | ||
- | border: - | + | border: -3px; |
} | } | ||
/* Menu items are a light gray block with padding and no text decoration */ | /* Menu items are a light gray block with padding and no text decoration */ | ||
Line 165: | Line 165: | ||
/* Menu items that have mouse over or focus have a blue background and white text */ | /* Menu items that have mouse over or focus have a blue background and white text */ | ||
ul.MenuBarVertical Team:hover, ul.MenuBarVertical a:focus | ul.MenuBarVertical Team:hover, ul.MenuBarVertical a:focus | ||
+ | { | ||
+ | background-image:url('https://static.igem.org/mediawiki/2009/6/6c/Team_over.gif'); | ||
+ | background-repeat: no-repeat; | ||
+ | color: snow; | ||
+ | height: 30px; | ||
+ | border: -3px; | ||
+ | } | ||
+ | |||
+ | ul.MenuBarVertical Project | ||
+ | { | ||
+ | display: block; | ||
+ | cursor: pointer; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2009/4/4e/Team.gif'); | ||
+ | background-repeat: no-repeat; | ||
+ | padding: 0.5em 0.75em; | ||
+ | text-decoration: none; | ||
+ | list-style-image: none; | ||
+ | height: 30px; | ||
+ | border: -3px; | ||
+ | |||
+ | } | ||
+ | /* Menu items that have mouse over or focus have a blue background and white text */ | ||
+ | ul.MenuBarVertical Project:hover, ul.MenuBarVertical Project:focus | ||
{ | { | ||
background-image:url('https://static.igem.org/mediawiki/2009/6/6c/Team_over.gif'); | background-image:url('https://static.igem.org/mediawiki/2009/6/6c/Team_over.gif'); | ||
Line 210: | 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 Project.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); |
Revision as of 10:33, 19 June 2009