Template:SideMenu

From OpenWetWare
Revision as of 14:41, 14 August 2009 by Suzanne Bartram (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<html>

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

   background-color: #black;

}

/*----------------------------------------------------------------------------*/ /* menu right */ /*----------------------------------------------------------------------------*/

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

}

  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/d/d5/MP5.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/e/e9/MP6.png) no-repeat left top;
   padding: 2px 4px;
   color: #black;

}

  1. menu .selflink {
   display: block;
   width: 150px;
   height: 19px;
   margin-top: 1px;
   background: url(http://openwetware.org/images/e/e9/MP6.png) no-repeat left top;
   padding: 2px 4px;
   color: #black;

}

  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>