Template:Imperial/09/Menu/Nuovo: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 76: Line 76:
     padding: 2px 4px;
     padding: 2px 4px;
}
}
/*http://2008.igem.org/wiki/images/c/c8/Tudelft_menu_header_bg_1.gif)*/
/*http://2008.igem.org/wiki/images/c/c8/Tudelft_menu_header_bg_1.gif)*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Line 85: Line 86:
     position: relative;
     position: relative;
     float: left;
     float: left;
     margin-top: 20px;
     margin-top: 5px;
}
}



Revision as of 09:43, 24 August 2009

<html> <style type="text/css"> /*----------------------------------------------------------------------------*/ /* Menu */ /*----------------------------------------------------------------------------*/

  1. menu {
   width: 250px;
   margpin: 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: 210px;
   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;

}

  1. menu a:hover {
   display: block;
   width: 210px;
   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;

}

  1. menu .selflink {
   /*font-weight:bold;
   width: 225px;
   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: 225px;
   height: 19px;
   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 top;
   padding: 2px 4px;
   color: #000;

}

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

}

.menu_header {

   font-weight:bold;
   width: 225px;
   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;

}

/*http://2008.igem.org/wiki/images/c/c8/Tudelft_menu_header_bg_1.gif)*/ /*----------------------------------------------------------------------------*/ /* Content */ /*----------------------------------------------------------------------------*/

  1. tudelft_content_wrapper {
   width: 593px;
   position: relative;
   float: left;
   margin-top: 5px;

}

  1. tudelft_content_boxtop {
   width: 593px;
   height: 10px;
   background:url(http://2008.igem.org/wiki/images/a/a1/Tudelft_content_top.png) no-repeat bottom left;
   position: relative;
   float: left;

}

  1. tudelft_content_boxbottom {
   width: 593px;
   height: 10px;
   background:url(http://2008.igem.org/wiki/images/8/89/Tudelft_content_bottom.png) no-repeat top left;
   position: relative;
   float: left;

}

  1. tudelft_content {
   width: 571px;
   padding: 10px;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   position: relative;
   float: left;
   font-size: 9pt;
   text-align: justify;

}

</style>

<body>

</body> <html>