Template:Imperial/09/Menu
From OpenWetWare
Jump to navigationJump to search
<html> <style type="text/css"> /*----------------------------------------------------------------------------*/ /* Menu */ /*----------------------------------------------------------------------------*/
- menu {
width: 200px; margin: 5px 15px 0 15px; position: relative; float: left;
}
- menu ul {
padding: 0; margin: 0 0 10px 0; list-style: none;
}
- menu li {
margin:0;
}
- menu a {
display: block; width: 185px; height: 19px; margin-top: 1px; margin-left:15px; background: url(http://openwetware.org/images/4/46/II09_Menu_ItemHover.png) no-repeat right top; padding: 2px 4px; text-decoration: none; color: #fff;
}
- menu a:hover {
display: block; width: 185px; height: 19px; margin-top: 1px; margin-left:15px; background: url(http://openwetware.org/images/b/bf/II09_Menu_Item.png) no-repeat right top; padding: 2px 4px; color: #000;
}
- menu .selflink {
/*font-weight:bold; width: 200px; border: 1px solid #bbb; background: url(http://2008.igem.org/wiki/images/c/c8/Tudelft_menu_header_bg_1.gif) repeat-x bottom; color: #111; padding: 2px 4px;*/
display: block; width: 200px; height: 30px; margin-top: 1px; border: 1px solid #bbb; background: url(http://2008.igem.org/wiki/images/c/c8/Tudelft_menu_header_bg_1.gif) repeat-x left bottom; padding: 2px 4px; color: #000;
}
- menu a.external {
margin: 0; padding: 0; width: 156px;
}
.menu_header {
font-weight:bold; width: 200px; border: 1px solid #bbb; background: url(http://2008.igem.org/wiki/images/c/c8/Tudelft_menu_header_bg_1.gif) repeat-x bottom; color: #111; padding: 2px 4px; text-align:left;
} </style>
</html>