Template:ETHZ Basel10 css
From 2010.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
/* format top menubar */ | /* format top menubar */ | ||
background-color: #336699; | background-color: #336699; | ||
- | |||
- | |||
top: 0px; | top: 0px; | ||
float: left; | float: left; | ||
Line 68: | Line 66: | ||
font-family:"Trebuchet MS",Arial,sans-serif; | font-family:"Trebuchet MS",Arial,sans-serif; | ||
font-size:85%; | font-size:85%; | ||
- | height: | + | height: 22px; |
} | } | ||
#menubar li a { | #menubar li a { | ||
Line 78: | Line 76: | ||
#menubar.right-menu { | #menubar.right-menu { | ||
/* format right part of top menubar and add iGEM mini logo */ | /* format right part of top menubar and add iGEM mini logo */ | ||
+ | background-image: url(https://static.igem.org/mediawiki/2010/7/7c/ETHZ_Basel_header.png); | ||
+ | background-repeat: no-repeat; | ||
text-align: right; | text-align: right; | ||
right: auto; | right: auto; | ||
+ | height: 120px; | ||
width: 975px; | width: 975px; | ||
z-index: 7; | z-index: 7; | ||
Line 86: | Line 87: | ||
/* format left part of top menubar */ | /* format left part of top menubar */ | ||
text-align: left; | text-align: left; | ||
- | left: | + | left: 65px; |
width: auto; | width: auto; | ||
z-index: 8; | z-index: 8; |
Revision as of 15:00, 8 September 2010