Template:UNIPV-Pavia/StyleCss

From 2009.igem.org

(Difference between revisions)
Line 65: Line 65:
cursor: default;
cursor: default;
list-style-image: none;
list-style-image: none;
-
         width: 80px;
+
         width: 150px;
}
}
Line 83: Line 83:
cursor: pointer;
cursor: pointer;
list-style-image: none;
list-style-image: none;
-
         width: 80px;
+
         width: 150px;
}
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
Line 97: Line 97:
top: 0;
top: 0;
         list-style-image: none;
         list-style-image: none;
-
         width: 80px;
+
         width: 150px;
}
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
Line 107: Line 107:
ul.MenuBarVertical ul li
ul.MenuBarVertical ul li
{
{
-
width: 15em;
+
width: 150px;
}
}
Line 136: Line 136:
text-decoration: none;
text-decoration: none;
         list-style-image: none;
         list-style-image: none;
-
         width: 80px;
+
         width: 150px;
}
}
/* 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 */
Line 151: Line 151:
background-color: royalblue;
background-color: royalblue;
color: salmon;
color: salmon;
-
         width: 8.2em;
+
         width: 150px;
}
}

Revision as of 09:04, 19 June 2009