Template:Paris2010 2

From 2010.igem.org

(Difference between revisions)
(add css submenu)
Line 296: Line 296:
.spacer {
.spacer {
  clear: both;
  clear: both;
 +
}
 +
 +
 +
 +
 +
/************* SUBMENU ************/
 +
 +
 +
#submenu_1 {
 +
background: #393a3d; // or : cdcdcd
 +
float: left;
 +
list-style: none;
 +
margin: 0;
 +
padding: 0;
 +
width: 100%;
 +
}
 +
 +
 +
#submenu_1 li {
 +
float: left;
 +
font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
 +
#submenu_1 a {
 +
background: #393a3d url("images/seperator.gif") bottom right no-repeat; // or : cdcdcd
 +
color: #fff;
 +
display: block;
 +
float: left;
 +
margin: 0;
 +
padding: 8px 12px;
 +
text-decoration: none;
 +
}
 +
 +
 +
#submenu_1 a:hover {
 +
background: #f9b234;
 +
color: #fff;
 +
padding-bottom: 8px;
}
}

Revision as of 17:19, 23 October 2010