|
|
Line 196: |
Line 196: |
| } | | } |
| | | |
- | ul.MenuBarVertical Abstract
| |
- | {
| |
- | display: block;
| |
- | cursor: pointer;
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/6/68/Abstract_UNIPV.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 Abstract:hover, ul.MenuBarVertical a:focus
| |
- | {
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/7/7f/Abstract_over_UNIPV.gif');
| |
- | background-repeat: no-repeat;
| |
- | color: snow;
| |
- | height: 30px;
| |
- | border: -3px;
| |
- | }
| |
- | ul.MenuBarVertical Intro
| |
- | {
| |
- | display: block;
| |
- | cursor: pointer;
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/c/c6/Intro_UNIPV.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 Intro:hover, ul.MenuBarVertical a:focus
| |
- | {
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/4/4c/Intro_over_UNIPV.gif');
| |
- | background-repeat: no-repeat;
| |
- | color: snow;
| |
- | height: 30px;
| |
- | border: -3px;
| |
- | }
| |
- | ul.MenuBarVertical Motiv
| |
- | {
| |
- | display: block;
| |
- | cursor: pointer;
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/1/1b/Motivation_UNIPV.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 Motiv:hover, ul.MenuBarVertical a:focus
| |
- | {
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/e/eb/Motivation_over_UNIPV.gif');
| |
- | background-repeat: no-repeat;
| |
- | color: snow;
| |
- | height: 30px;
| |
- | border: -3px;
| |
- | }
| |
- | ul.MenuBarVertical Context
| |
- | {
| |
- | display: block;
| |
- | cursor: pointer;
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/7/7c/Context_UNIPV.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 Context:hover, ul.MenuBarVertical a:focus
| |
- | {
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/8/85/Context_over_UNIPV.gif');
| |
- | background-repeat: no-repeat;
| |
- | color: snow;
| |
- | height: 30px;
| |
- | border: -3px;
| |
- | }
| |
- | ul.MenuBarVertical Solution
| |
- | {
| |
- | display: block;
| |
- | cursor: pointer;
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/a/a4/Solution_UNIPV.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 Solution:hover, ul.MenuBarVertical a:focus
| |
- | {
| |
- | background-image:url('https://static.igem.org/mediawiki/2009/6/61/Solution_over_UNIPV.gif');
| |
- | background-repeat: no-repeat;
| |
- | color: snow;
| |
- | height: 30px;
| |
- | border: -3px;
| |
- | }
| |
| /* 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 a.MenuBarSubmenuVisible | | ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible |