IGEM:IMPERIAL/2009/Nuovo: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<head>
<head>
<script type="text/css">
<style type="text/css">
#menu {
#menu {
     width: 158px;
     width: 158px;

Revision as of 04:23, 24 August 2009

<html> <head> <style type="text/css">

  1. menu {
   width: 158px;
   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: 150px;
   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: 150px;
   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;

} </script> </head> </html>

<html> <body>

Ciao bambina

</body> <html>