Template:Stanford Team Menu New 0809

From OpenWetWare
Revision as of 14:59, 14 August 2009 by Joseph Lau (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 left */ /*----------------------------------------------------------------------------*/

  1. menu {
   width: 157px;
   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: 157px;
   height: 25px;
   margin-top: 1px;
   background: url(http://openwetware.org/images/6/6d/ButtonGrey.jpg) no-repeat left top;
   padding: 2px 4px;
   text-decoration: none;
   color: #black;

}

  1. menu a:hover {
   display: block;
   width: 157px;
   height: 25px;
   margin-top: 1px;
   background: url(http://openwetware.org/images/f/fb/ButtonLightRed.jpg) no-repeat left top;
   padding: 2px 4px;
   color: #fff;

}

  1. menu .selflink {
   display: block;
   width: 157px;
   height: 25px;
   margin-top: 1px;
   background: url(http://openwetware.org/images/f/fb/ButtonLightRed.jpg) no-repeat left top;
   padding: 2px 4px;
   color: #fff;

}

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

}

.menu_header {

   width: 157px;
   height: 25px;
   /* border: 1px solid #bbb; */
   background: url(http://openwetware.org/images/8/87/ButtonRed.jpg) no-repeat left top;
   color: #black;
   padding: 2px 4px;

}


</style> </html>