Template:UNIPV-Pavia/StyleCss

From 2009.igem.org

(Difference between revisions)
Line 145: Line 145:
padding: 0;
padding: 0;
         border-bottom: 3px solid white;
         border-bottom: 3px solid white;
 +
        border-top: none;
 +
        border-left: none;
 +
        border-right: none;
list-style-type: none;
list-style-type: none;
         font-size: 100%;
         font-size: 100%;
Line 163: Line 166:
padding: 0;
padding: 0;
         border-bottom: 3px solid white;
         border-bottom: 3px solid white;
-
list-style-type: none;
+
        border-top: none;
 +
        border-left: none;
 +
        border-right: none;
 +
        list-style-type: none;
position: relative;
position: relative;
text-align: left;
text-align: left;
Line 177: Line 183:
padding: 0;         
padding: 0;         
         border-bottom: 3px solid white;
         border-bottom: 3px solid white;
 +
        border-top: none;
 +
        border-left: none;
 +
        border-right: none;
list-style-type: none;
list-style-type: none;
font-size: 100%;
font-size: 100%;
Line 207: Line 216:
ul.MenuBarVertical
ul.MenuBarVertical
{
{
-
border: 1px solid #FFF;
+
border-bottom: 1px solid #FFF;
 +
        border-top: none;
 +
        border-left: none;
 +
        border-right: none;
}
}
/* Submenu containers have borders on all sides */
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
ul.MenuBarVertical ul
{
{
-
border: 1px solid #FFF;  
+
border-bottom: 1px solid #FFF;
 +
        border-top: none;
 +
        border-left: none;
 +
        border-right: none;
}
}
/* 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 */

Revision as of 13:33, 16 July 2009