Template:Template

From OpenWetWare
Jump to navigationJump to search

<html>

<style type="text/css"> body {

   background-color: #eee;

}

/*----------------------------------------------------------------------------*/ /* menu left */ /*----------------------------------------------------------------------------*/

  1. menu {
   width: 160px;
   margin: 20px 13px 0 7px;
   position: relative;
   float: left;

}

  1. menu ul {
   padding: 0;
   margin: 0 0 10px 0;
   list-style: none;

}

  1. menu li {
   margin:0;

}

  1. menu a {
   display: block;
   width: 160px;
   height: 19px;
   margin-top: 1px;
   background: url(http://2008.igem.org/wiki/images/9/95/Tudelft_menu_button.png) no-repeat left top;
   padding: 2px 4px;
   text-decoration: none;
   color: #555;

}

  1. menu a:hover {
   display: block;
   width: 160px;
   height: 19px;
   margin-top: 1px;
   background: url(http://2008.igem.org/wiki/images/4/40/Tudelft_menu_button_hover.png) no-repeat left top;
   padding: 2px 4px;
   color: #fff;

}

  1. menu .selflink {
   display: block;
   width: 150px;
   height: 19px;
   margin-top: 1px;
   background: url(http://2008.igem.org/wiki/images/a/a6/Tudelft_menu_button_active.png) no-repeat left top;
   padding: 2px 4px;
   color: #fff;

}

  1. menu a.external {
   margin: 0;
   padding: 0;
   width: 156px;

}

.menu_header {

   width: 148px;
   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;

}


</style> </html>