Team:UIUC-Illinois/DropdownTest
From 2012.igem.org
(Difference between revisions)
(64 intermediate revisions not shown) | |||
Line 106: | Line 106: | ||
width: 1000px; | width: 1000px; | ||
float: center; | float: center; | ||
- | background-color: | + | background-color: transparent; |
height: 60px; | height: 60px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | margin-top: - | + | margin-top: -102px; |
+ | margin-bottom: 100px; | ||
} | } | ||
Line 122: | Line 118: | ||
font-weight:bold; | font-weight:bold; | ||
float:left; | float:left; | ||
- | width: | + | width:100%; |
+ | margin:0; | ||
+ | padding:0; | ||
} | } | ||
#headernavbar li{ | #headernavbar li{ | ||
- | + | float:left; | |
position:relative; | position:relative; | ||
- | + | text-align:center; | |
} | } | ||
#headernavbar a{ | #headernavbar a{ | ||
+ | margin-left:0px; | ||
display:block; | display:block; | ||
- | |||
- | |||
padding-bottom:20px; | padding-bottom:20px; | ||
padding-top:20px; | padding-top:20px; | ||
+ | width: 100px; | ||
color:#ffffff; | color:#ffffff; | ||
- | background:# | + | background:#F47F24; |
- | + | font: bold 16px Arial; | |
+ | |||
} | } | ||
#headernavbar a:hover{ | #headernavbar a:hover{ | ||
color:#ffffff; | color:#ffffff; | ||
background:#003C7D; | background:#003C7D; | ||
- | text-decoration: | + | text-decoration:none; |
} | } | ||
- | |||
- | |||
#headernavbar ul{ | #headernavbar ul{ | ||
- | background: | + | background: #003C7D; |
list-style:none; | list-style:none; | ||
position:absolute; | position:absolute; | ||
Line 156: | Line 153: | ||
padding-top:0px; | padding-top:0px; | ||
float:none; | float:none; | ||
+ | margin-top:-3px; | ||
} | } | ||
#headernavbar ul a{ | #headernavbar ul a{ | ||
Line 165: | Line 163: | ||
#headernavbar li:hover a{ | #headernavbar li:hover a{ | ||
background:#003C7D; | background:#003C7D; | ||
- | text-decoration: | + | text-decoration:none; |
} | } | ||
#headernavbar li:hover ul a{ | #headernavbar li:hover ul a{ | ||
Line 171: | Line 169: | ||
} | } | ||
#headernavbar li:hover ul li a:hover{ | #headernavbar li:hover ul li a:hover{ | ||
- | background:# | + | background:#F47F24; |
} | } | ||
+ | |||
Latest revision as of 18:45, 31 May 2012