Team:CityU HK/lablog/project1.css3

From 2014.igem.org

Revision as of 15:55, 10 September 2014 by Bhrkong (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. cssmenu {
 width: 200px;
 border-style: solid solid none solid;
 border-color: #94AA74;
 border-size: 1px;
 border-width: 1px;

}

  1. cssmenu ul {
 list-style: none;
 padding: 0px;
 margin: 0px;

}

  1. cssmenu li a {
 height: 32px;
 height: 24px;
 text-decoration: none;
 font-weight: normal;

}

  1. cssmenu li a:link,
  2. cssmenu li a:visited {
 color: #5E7830;
 display: block;
 background: url(images/menu1.gif);
 background-repeat: no-repeat;
 padding: 8px 0 0 10px;

}

  1. cssmenu li a:hover {
 color: #26370A;
 background: url(images/menu1.gif) 0 -32px;
 background-repeat: no-repeat;
 padding: 8px 0 0 10px;

}

  1. cssmenu li a:active {
 color: #26370A;
 background: url(images/menu1.gif) 0 -64px;
 background-repeat: no-repeat;
 padding: 8px 0 0 10px;

}