Template:WHUcss
From 2011.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
} | } | ||
+ | #menulist{ | ||
+ | position:absolute; | ||
+ | top:140px; | ||
+ | left:0px; | ||
+ | height:30px; | ||
+ | width:975; | ||
+ | background:Aliceblue; | ||
+ | list-style:none; | ||
+ | margin-left:15px; | ||
+ | z-index:0; | ||
+ | } | ||
+ | #menus{ | ||
+ | font-size:18px; | ||
+ | font-family:Calibri; | ||
+ | list-style-image: none; | ||
+ | list-style-type: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | ul.menu | ||
+ | { | ||
+ | display:none; | ||
+ | list-style:none; | ||
+ | left:-10px; | ||
+ | z-index:1 | ||
+ | } | ||
+ | ul.menu li | ||
+ | { | ||
+ | background-color:Aliceblue; | ||
+ | margin-left:-25px; | ||
+ | } | ||
+ | li:hover .menu,.over .menu{ | ||
+ | display:block; | ||
+ | } | ||
+ | #menulist li | ||
+ | { | ||
+ | float:left; | ||
+ | width:85px; | ||
+ | } | ||
+ | #menulist a{ | ||
+ | display:block; | ||
+ | text-decoration:none; | ||
+ | color:#000; | ||
+ | font-weight:bold; | ||
+ | text-align:center; | ||
+ | border:1px solid #900; | ||
+ | } | ||
+ | #menulist a:hover{ | ||
+ | background-color:red; | ||
+ | font-style:italic; | ||
+ | font-size:20px; | ||
+ | width:auto; | ||
+ | } | ||
+ | |||
#WHU1 { | #WHU1 { | ||
background-color: #963; | background-color: #963; |
Revision as of 15:33, 11 September 2011