Team:UIUC-Illinois/DropdownTest
From 2012.igem.org
(Difference between revisions)
(74 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 121: | Line 117: | ||
list-style:none; | list-style:none; | ||
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; | |
- | color:# | + | padding-top:20px; |
- | background:# | + | width: 100px; |
- | + | color:#ffffff; | |
+ | background:#F47F24; | ||
+ | font: bold 16px Arial; | ||
+ | |||
} | } | ||
#headernavbar a:hover{ | #headernavbar a:hover{ | ||
- | color:# | + | color:#ffffff; |
- | background:# | + | 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 152: | Line 151: | ||
} | } | ||
#headernavbar ul li{ | #headernavbar ul li{ | ||
- | padding-top: | + | padding-top:0px; |
float:none; | float:none; | ||
+ | margin-top:-3px; | ||
} | } | ||
#headernavbar ul a{ | #headernavbar ul a{ | ||
Line 162: | Line 162: | ||
} | } | ||
#headernavbar li:hover a{ | #headernavbar li:hover a{ | ||
- | background:# | + | background:#003C7D; |
- | text-decoration: | + | text-decoration:none; |
} | } | ||
#headernavbar li:hover ul a{ | #headernavbar li:hover ul a{ | ||
Line 169: | 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