Template:ETHZ Basel10 css
From 2010.igem.org
(Difference between revisions)
Line 51: | Line 51: | ||
/* formats iGEM header div */ | /* formats iGEM header div */ | ||
border: 0px; | border: 0px; | ||
- | height: | + | height: 0px; |
} | } | ||
#p-logo { | #p-logo { | ||
Line 60: | Line 60: | ||
#menubar { | #menubar { | ||
/* format top menubar */ | /* format top menubar */ | ||
- | |||
top: 0px; | top: 0px; | ||
float: left; | float: left; | ||
Line 76: | Line 75: | ||
#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 */ | ||
- | |||
- | |||
text-align: right; | text-align: right; | ||
right: auto; | right: auto; | ||
- | + | background: url(https://static.igem.org/mediawiki/2010/7/7c/ETHZ_Basel_header.png) top left no-repeat; | |
+ | background-color: #336699; | ||
+ | border-bottom: black 1px solid; | ||
width: 975px; | width: 975px; | ||
z-index: 7; | z-index: 7; | ||
Line 87: | Line 86: | ||
/* format left part of top menubar */ | /* format left part of top menubar */ | ||
text-align: left; | text-align: left; | ||
- | left: | + | left: 20px; |
width: auto; | width: auto; | ||
z-index: 8; | z-index: 8; | ||
Line 104: | Line 103: | ||
text-align: right; | text-align: right; | ||
right: auto; | right: auto; | ||
- | |||
} | } | ||
#searchInput { | #searchInput { | ||
Line 123: | Line 121: | ||
font-size:80%; | font-size:80%; | ||
margin: 0; | margin: 0; | ||
- | color: # | + | color: #000000; |
font-weight: normal; | font-weight: normal; | ||
cursor: hand; | cursor: hand; | ||
Line 131: | Line 129: | ||
} | } | ||
input.searchButton:hover { | input.searchButton:hover { | ||
+ | color: #000000; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
Line 152: | Line 151: | ||
Start Format ETHZ_Basel | Start Format ETHZ_Basel | ||
*/ | */ | ||
+ | |||
+ | #header{ | ||
+ | /* position logo */ | ||
+ | width: 975px; | ||
+ | position: relative; | ||
+ | left: -5px; | ||
+ | } | ||
#navigation{ | #navigation{ |
Revision as of 15:18, 8 September 2010