Team:Peking/Test

From 2010.igem.org

Revision as of 09:47, 20 September 2010 by Cathterry (Talk | contribs)
  1. menu * {

margin: 0; padding: 0; }

  1. menu {

behavior: url(http://www.xs4all.nl/~peterned/htc/csshover3-source.htc); font-family: calibri, verdana, sans-serif; font-size: 16px; background-color: transparent; float:left; padding: 10px 0 0 0; }

  1. menu ul {

float: left; list-style: none; }

  1. menu ul li {

background-color:transparent;

       position:relative;

float:left; list-style: none; padding: 10px 15px 0 0;

       font-weight: bold;
       width: auto;

}

  1. menu a {

color: #000000; display: inline; text-decoration: none; }

  1. menu a:visited {

color:#000000; text-decoration: none }

  1. menu a:hover {

color: #00a5ea; }

  1. menu ul li ul {

display: none; position: absolute; left: -20px;

       width: 120px;
       height: 1%;

font-size: 15px;

       font-weight: bold;

list-style: none;

       top: 20px;
       padding-top: 15px;
       z-index:500;

}

  1. menu ul li:hover ul {

display: inline;

       background-position: bottom;

}

  1. menu ul li ul li {

opacity: 0.8; width: 100%; list-style: none;

       background-color:white; 
    margin: 0px;  
  padding: 0 0 0 5px;
       display: inline;

}

body#home #mainHome a, body#team .aTeam, body#project .aProject, body#parts .aParts, body#notebook .aNotebook, body#modeling .aModeling, body#HumanPractices .aHumanPractices, body#acknowledgements .aAcknowledgements, { color: #00a5ea; }


</style> </head>