Template:WashUHeader

From 2010.igem.org

(Difference between revisions)
Line 89: Line 89:
}
}
-
#topmenu {
+
.menu ul{
-
border:none;
+
background:#333333;
-
margin:0px;
+
height:35px;
-
padding:0px;
+
list-style:none;
-
height: 20px;
+
margin:0;
-
font: 12px verdana;
+
padding:0;
-
}
+
}
-
+
.menu li{
-
#topmenu ul {
+
float:left;
-
background: #FFC440;
+
padding:0px;
-
height: 41px;
+
}
-
list-style: none;
+
.menu li a{
-
margin: 0;
+
background:#333333 url("images/seperator.gif") bottom right no-repeat;
-
padding: 0;
+
color:#cccccc;
-
}
+
display:block;
-
+
font-weight:normal;
-
#topmenu li {
+
line-height:35px;
-
float: center;
+
margin:0px;
-
padding: 0px;
+
padding:0px 25px;
-
}
+
text-align:center;
-
 
+
text-decoration:none;
-
#topmenu li a {
+
}
-
background: #FFC440;
+
.menu li a:hover, .menu ul li:hover a{
-
border-right: 1px solid #EEE9E9;
+
background: #2580a2 url("images/hover.gif") bottom center no-repeat;
-
color: #A67200;
+
color:#FFFFFF;
-
float: left;
+
text-decoration:none;
-
font: bold 1em verdana;
+
}
-
padding: 0 14px;
+
.menu li ul{
-
line-height: 41px;
+
background:#333333;
-
text-align: center;
+
display:none;
-
text-decoration: none;
+
height:auto;
-
}
+
padding:0px;
 +
margin:0px;
 +
border:0px;
 +
position:absolute;
 +
width:225px;
 +
z-index:200;
 +
/*top:1em;
 +
/*left:0;*/
 +
}
 +
.menu li:hover ul{
 +
display:block;
-
#topmenu li a:hover, #topmenu ul li:hover a{
+
}
-
color: #FFC440;
+
.menu li li {
-
background: #A67200;
+
background:url('images/sub_sep.gif') bottom left no-repeat;
-
}
+
display:block;
-
 
+
float:none;
-
#topmenu li ul {
+
margin:0px;
-
background: #FFC440;
+
padding:0px;
-
display:none;
+
width:225px;
-
height:auto;
+
}
-
padding:0px;
+
.menu li:hover li a{
-
margin:0px;
+
background:none;
-
border:0px;
+
-
position:absolute;
+
}
-
}
+
.menu li ul a{
-
 
+
display:block;
-
#topmenu li:hover ul {
+
height:35px;
-
display: block;
+
font-size:12px;
-
border: 1px solid #EEE9E9;
+
font-style:normal;
-
}
+
margin:0px;
-
 
+
padding:0px 10px 0px 15px;
-
#topmenu li li {
+
text-align:left;
-
display: block;
+
}
-
float: center;
+
.menu li ul a:hover, .menu li ul li:hover a{
-
margin:0px;
+
background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
-
padding:0px;
+
border:0px;
-
width:200px;
+
color:#ffffff;
-
}
+
text-decoration:none;
-
 
+
}
-
#topmenu li:hover li a {
+
.menu p{
-
color: #FFC440;
+
clear:left;
-
background: #A67200;
+
}
-
}
+
-
 
+
-
#topmenu li ul a {
+
-
display: block;
+
-
height: 25px;
+
-
font-size: 12px;
+
-
font-style: normal;
+
-
margin: 0px;
+
-
padding: 0px 10px 0px 15px;
+
-
text-align: center;
+
-
background: #FFC440;
+
-
color: #A67200;
+
-
}
+
-
 
+
-
#topmenu li ul a:hover, #topmenu li ul li:hover a {
+
-
color: #FFC440;  
+
-
background: #A67200;
+
-
text-decoration: none;
+
-
}
+
-
#topmenu p {
 
-
clear: center;
 
-
}
 
</style>
</style>

Revision as of 04:51, 30 September 2010


Header