Template:UIUC09Temp

From 2009.igem.org

(Difference between revisions)
(Undo revision 6410 by Korench1 (Talk))
Line 13: Line 13:
.ddsmoothmenu{
.ddsmoothmenu{
font: bold 12px Verdana;
font: bold 12px Verdana;
-
background: #414141; /*background of menu bar (default state)*/
+
background: #F47F24; /*background of menu bar (default state)*/
width: 100%;
width: 100%;
}
}
Line 29: Line 29:
display: inline;
display: inline;
float: left;
float: left;
 +
list-style-type: none;
}
}
Line 34: Line 35:
.ddsmoothmenu ul li a{
.ddsmoothmenu ul li a{
display: block;
display: block;
-
background: #414141; /*background of menu items (default state)*/
+
background: #F47F24; /*background of menu items (default state)*/
color: white;
color: white;
padding: 8px 10px;
padding: 8px 10px;
Line 40: Line 41:
color: #2d2b2b;
color: #2d2b2b;
text-decoration: none;
text-decoration: none;
 +
list-style-type: none;
}
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
display: inline-block;
 +
list-style-type: none;
}
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
color: white;
 +
list-style-type: none;
}
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
-
background: black;  
+
background: #003C7D;  
color: white;
color: white;
 +
list-style-type: none;
}
}
.ddsmoothmenu ul li a:hover{
.ddsmoothmenu ul li a:hover{
-
background: black; /*background of menu items during onmouseover (hover state)*/
+
background: #003C7D; /*background of menu items during onmouseover (hover state)*/
color: white;
color: white;
 +
list-style-type: none;
}
}
Line 66: Line 72:
display: none; /*collapse all sub menus to begin with*/
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
visibility: hidden;
 +
list-style-type: none;
}
}
Line 72: Line 79:
display: list-item;
display: list-item;
float: none;
float: none;
 +
list-style-type: none;
}
}
Line 77: Line 85:
.ddsmoothmenu ul li ul li ul{
.ddsmoothmenu ul li ul li ul{
top: 0;
top: 0;
 +
list-style-type: none;
}
}
Line 87: Line 96:
border-top-width: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
border-bottom: 1px solid gray;
 +
list-style-type: none;
}
}

Revision as of 16:34, 8 June 2009