Template:Stanford Parts Menu 0809Old

From OpenWetWare
Jump to navigationJump to search

<html>

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

   background-color: #black;

}

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

  1. menu {
   width: 150px;
   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://openwetware.org/images/2/21/MP2.png) no-repeat left top;
   padding: 2px 4px;
   text-decoration: none;
   color: #black;

}

  1. menu a:hover {
   display: block;
   width: 150px;
   height: 19px;
   margin-top: 1px;
   background: url(http://openwetware.org/images/c/c4/2P.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://openwetware.org/images/c/c4/2P.png) no-repeat left top;
   padding: 2px 4px;
   color: #fff;

}

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

}

.menu_header {

   width: 150px;
   border: 1px solid #bbb;
   background: url(http://openwetware.org/images/a/a1/MP4.png) repeat-x bottom;
   color: #black;
   padding: 2px 4px;

}


</style> </html>