Team:BIOSINT Mexico/Header2
From 2014.igem.org
(Difference between revisions)
Line 110: | Line 110: | ||
position:relative; | position:relative; | ||
} | } | ||
- | + | ul#nav { | |
- | + | display:block; | |
- | + | float:left; | |
- | + | padding:0; | |
- | + | margin:0; | |
- | + | list-style: none; | |
- | + | height:40px; | |
- | + | width:890px; | |
- | + | background:none; | |
- | + | z-index:100; | |
- | + | /*font-family: 'PT Sans Narrow', sans-serif;*/ | |
- | + | font-family: 'Archivo Narrow', sans-serif; | |
- | padding | + | } |
- | list-style:none; | + | #navmenubox { |
- | + | padding:0; | |
- | + | margin-left:auto; | |
- | + | margin-right:auto; | |
- | + | width:1100px; | |
- | + | height:40px; | |
- | + | z-index:100; | |
- | + | display:block; | |
- | + | background:transparent; | |
- | + | color: rgb(46,43,52); | |
- | + | text-align:center; | |
- | + | /*line-height:40px;*/ | |
- | + | border-bottom:4px solid rgba(228,45,51,0.9); | |
- | + | } | |
- | + | ul#nav a { | |
- | + | display:block; | |
- | + | top:0; | |
- | + | bottom:0; | |
- | + | } | |
- | + | ul#nav ul { | |
- | + | margin:0; | |
- | + | padding:0; | |
- | + | list-style:none; | |
- | + | background:transparent; | |
- | + | z-index:100; | |
- | + | } | |
- | + | ul#nav li { | |
- | + | float:left; | |
- | + | padding:0; | |
- | + | margin:0; | |
- | + | width:127px; | |
- | + | margin-top:13px; | |
- | + | line-height:27px; | |
- | + | height:27px; | |
- | + | font-size:15px; | |
- | + | font-weight:600; | |
- | + | background:transparent; | |
- | + | font-weight:normal; | |
- | + | z-index:100; | |
+ | } | ||
+ | ul#nav li:hover, ul#nav li.over, ul#nav li:hover a, ul#nav li.over a { | ||
+ | color: rgb(228,45,51); | ||
+ | /*font-weight:bold;*/ | ||
+ | border-bottom:4px solid rgb(255,255,255); | ||
+ | } | ||
+ | ul#nav a{ | ||
+ | padding:0px; | ||
+ | margin:0px; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | text-decoration:none; | ||
+ | background:transparent; | ||
+ | color:rgb(46,43,52); | ||
+ | } | ||
+ | ul#nav a:hover{ | ||
+ | color: rgb(228,45,51); | ||
+ | } | ||
+ | #nav li ul { | ||
+ | display:block; | ||
+ | margin:0; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | padding:0; | ||
+ | list-style: none; | ||
+ | width:1100px; | ||
+ | height:40px; | ||
+ | background:transparent; | ||
+ | color:rgb(46,43,52); | ||
+ | z-index:100; | ||
+ | } | ||
+ | #nav li ul li { | ||
+ | margin:0px; | ||
+ | padding:0; | ||
+ | float:left; | ||
+ | background:none; | ||
+ | height:100%; | ||
+ | line-height:40px; | ||
+ | height:40px; | ||
+ | width:127px; | ||
+ | color:rgb(46,43,52); | ||
+ | z-index:100; | ||
+ | } | ||
+ | #nav li:hover .navmenubkg2 { | ||
+ | display:block; | ||
+ | } | ||
+ | #nav li .navmenubkg2:hover { | ||
+ | display:block; | ||
+ | } | ||
+ | ul#nav li:hover li a, ul#nav li.over li a { | ||
+ | color: rgb(46,43,52); | ||
+ | font-weight:normal; | ||
+ | border:none; | ||
+ | } | ||
+ | ul#nav li li:hover, ul#nav li li.over, ul#nav li li:hover a, ul#nav li li.over a { | ||
+ | color:rgb(228,45,51); | ||
+ | /*font-weight:bold;*/ | ||
+ | border:none; | ||
Revision as of 17:10, 21 September 2014