Template:Imperial/09/TopNavigationCSS
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | #accordion { | ||
+ | width: 600px; | ||
+ | height: 100px; | ||
+ | position:relative !important; | ||
+ | float: left; | ||
+ | display:block; | ||
+ | background-image:url(http://charlesfracchia.com/igemWiki/SlideUp/images/aston.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:top left; | ||
+ | z-index: 7; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | padding: 6px 6px 4px 35px; | ||
+ | margin: 0; | ||
+ | color:#fff; | ||
+ | border-bottom:1px solid #333333; | ||
+ | cursor:pointer; | ||
+ | display:block; | ||
+ | background-image:url(http://charlesfracchia.com/igemWiki/SlideUp/images/tab-left.gif); | ||
+ | background-position:top left; | ||
+ | background-repeat:no-repeat; | ||
+ | } | ||
- | + | #visible { | |
- | + | background-image:url(http://charlesfracchia.com/igemWiki/SlideUp/images/tab-left-active.gif); | |
- | + | border-bottom:1px solid #DA1074; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | .panel_body { | |
- | + | height:150px; | |
- | + | background-color:#333333; | |
- | + | display:block; | |
- | + | position:relative; | |
- | + | color:#FFFFFF; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | .panel_body div { | |
- | + | padding:3px 5px; | |
- | + | } | |
- | + | ||
- | + | .panel{ | |
- | + | bottom:0px; | |
- | + | margin:0px; | |
- | + | padding:0px; | |
- | + | background-image:url(images/tab-right.gif); | |
- | + | background-position:top right; | |
- | + | background-repeat:repeat-x; | |
- | + | background-color:#333333; | |
- | + | } | |
- | + | .wrapper{ | |
- | + | bottom:0px; | |
- | + | position:absolute; | |
- | + | } | |
- | + | </style> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</html> | </html> |
Revision as of 13:48, 18 October 2009