Team:UPIBI-Mexico/Templates/Main
From 2012.igem.org
(Difference between revisions)
Line 371: | Line 371: | ||
z-index: 2; | z-index: 2; | ||
} | } | ||
+ | |||
+ | |||
+ | #team2navigation | ||
+ | { | ||
+ | width:1000px; | ||
+ | float:center; | ||
+ | background-color: transparent; | ||
+ | height:60px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar | ||
+ | { | ||
+ | list-style:none; | ||
+ | font-weight:bold; | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar li | ||
+ | { | ||
+ | float:left; | ||
+ | position:relative; | ||
+ | text-align:center; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar a | ||
+ | { | ||
+ | margin-left:0px; | ||
+ | display:block; | ||
+ | padding-bottom:5px; | ||
+ | padding-top:5px; | ||
+ | width: 166.5px; | ||
+ | color:#ffffff; | ||
+ | background:rgba(0, 128, 0, 0.5); | ||
+ | font: bold 16px Times New Roman; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar a:hover | ||
+ | { | ||
+ | color:#ffffff; | ||
+ | background:rgba(0, 0, 255, 0.2); | ||
+ | text-decoration:none; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar ul | ||
+ | { | ||
+ | background:rgba(0, 0, 255, 0.2); | ||
+ | list-style:none; | ||
+ | position:absolute; | ||
+ | left:-9999px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar ul li | ||
+ | { | ||
+ | padding-top:0px; | ||
+ | float:none; | ||
+ | margin-top:-3px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar ul a | ||
+ | { | ||
+ | white-space:nowrap; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar li:hover ul | ||
+ | { | ||
+ | left: -15px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar li:hover a | ||
+ | { | ||
+ | background:rgba(0, 0, 255, 0.5); | ||
+ | text-decoration:none; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar li:hover ul a | ||
+ | { | ||
+ | text-decoration:none; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #team2navbar li:hover ul li a:hover | ||
+ | { | ||
+ | background:rgba(0, 0, 255, 0.2); | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | |||
Revision as of 00:50, 13 July 2012