Team:UPIBI-Mexico/Templates/Main

From 2012.igem.org

(Difference between revisions)
Line 604: Line 604:
     list-style: none;
     list-style: none;
}
}
 +
 +
/* Notebook */
 +
 +
#headernavigation6
 +
    {
 +
    width:1000px;
 +
    float:center;
 +
    background-color: transparent;
 +
    height:60px;
 +
    margin-left: auto;
 +
    margin-right: auto; 
 +
    margin-top: 10px; 
 +
    margin-bottom: 10px;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6
 +
    {
 +
    list-style:none;
 +
    font-weight:bold;
 +
    float:left;
 +
    width:100%;
 +
    margin:0;
 +
    padding:0;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6 li
 +
    {
 +
    float:left;
 +
    position:relative;
 +
    text-align:center;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6 a
 +
    {
 +
    margin-left:0px;
 +
    display:block;
 +
    padding-bottom:5px;
 +
    padding-top:5px;
 +
    width: 500px;
 +
    color:#ffffff;
 +
    background:rgba(0, 128, 0, 0.6);
 +
    font: bold 16px Times New Roman;
 +
    z-index: 2;
 +
    }
 +
 +
#headernavbar6 a:hover
 +
    {
 +
    color:#ffffff;
 +
    background:rgba(255, 0, 0, 0.8);;
 +
    text-decoration:none;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6 ul
 +
    {
 +
    background:rgba(255, 0, 0, 0.8);;
 +
    list-style:none;
 +
    position:absolute;
 +
    left:-9999px;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6 ul li
 +
    {
 +
    padding-top:0px;
 +
    float:none;
 +
    margin-top:-3px;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6 ul a
 +
    {
 +
    white-space:nowrap;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6 li:hover ul
 +
    {
 +
    left: -15px;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6 li:hover a
 +
    {
 +
    background:rgba(255, 0, 0, 0.8);
 +
    text-decoration:none;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6 li:hover ul a
 +
    {
 +
    text-decoration:none;
 +
    z-index: 2; 
 +
    }
 +
 +
#headernavbar6 li:hover ul li a:hover
 +
    {
 +
    background:rgba(255, 0, 0, 0.8);
 +
    z-index: 2; 
 +
    }

Revision as of 18:04, 3 July 2012

Header

Retrieved from "http://2012.igem.org/Team:UPIBI-Mexico/Templates/Main"