Template:UNIPV-Pavia/StyleCss

From 2009.igem.org

(Difference between revisions)
Line 127: Line 127:
}
}
/* 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 */
 +
ul.MenuBarVertical Home
 +
{
 +
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 Home: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 Team
ul.MenuBarVertical Team
{
{
Line 142: 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 Sponsor
 +
{
 +
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 Sponsor:hover, ul.MenuBarVertical a: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');

Revision as of 10:08, 19 June 2009