Team:TU Delft/Header
From 2010.igem.org
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 8: | Line 8: | ||
h4 { color: white; } | h4 { color: white; } | ||
- | + | a { color: white; | |
+ | text-decoration:none; } | ||
+ | a:visited{ color: white; } | ||
#decoy {} | #decoy {} | ||
Line 36: | Line 38: | ||
#contentSub { | #contentSub { | ||
display:none; | display:none; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 57: | Line 52: | ||
} | } | ||
- | # | + | #header { |
width: 965px; | width: 965px; | ||
- | height: | + | height: 222px; |
- | background-color: # | + | /*background-color: #001d1d*/ |
- | + | background-color: orange; | |
- | + | color: #8bce9e; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | color: # | + | |
- | + | ||
font-family: Verdana, Sans-Serif; | font-family: Verdana, Sans-Serif; | ||
- | font-size: | + | font-size: 12px; |
- | + | text-align: justify; | |
- | + | margin: 0 auto; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | text-align: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | margin: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #banner { | |
- | + | width: 965px; | |
- | + | height: 222px; | |
+ | background-image: url("https://static.igem.org/mediawiki/2010/9/96/Banner1.jpg"); | ||
} | } | ||
+ | |||
+ | #menu { | ||
+ | width: 965px; | ||
+ | height: 24px; | ||
+ | text-align: center; | ||
+ | margin-top:-32px; | ||
+ | padding-left:5px; | ||
+ | } | ||
+ | |||
+ | .menuItem { | ||
+ | width: auto; | ||
+ | height: 20px; | ||
+ | padding: 2px 11px; | ||
+ | border-right: 1px solid #032725; | ||
+ | float: left; | ||
+ | background-color: #8bce9e; | ||
+ | color: #032725; | ||
+ | text-align: center; | ||
+ | font-family: Verdana, Sans-Serif; | ||
+ | font-size: 16px; | ||
+ | position: relative; | ||
+ | } | ||
+ | .menuItem:hover { | ||
+ | background-color: #6bae6e; | ||
+ | } | ||
+ | |||
+ | .menuItemLink { | ||
+ | color: #032725; | ||
+ | font-family: Verdana, Sans-Serif; | ||
+ | font-size: 16px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .menuItemLink:visited { | ||
+ | color: #032725; | ||
+ | } | ||
+ | |||
+ | .submenu { | ||
+ | width: 200px; | ||
+ | height: auto; | ||
+ | position: absolute; | ||
+ | top: 31px; | ||
+ | left: 0px; | ||
+ | margin: -7px 0px 0px -1px; | ||
+ | background-color: #8bce9e; | ||
+ | border: 1px solid #032725; | ||
+ | display: none; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .submenuItem { | ||
+ | width: 196px; | ||
+ | height: 20px; | ||
+ | background-color: #032725; | ||
+ | border: 1px Solid #032725; | ||
+ | font-weight: normal; | ||
+ | margin: 1px 2px 1px 1px; | ||
+ | } | ||
+ | |||
+ | .submenuItem:hover { | ||
+ | background-color: #6bae6e; | ||
+ | color: #032725; | ||
+ | } | ||
+ | |||
+ | .submenuItemLink { | ||
+ | text-align:left; | ||
+ | font-weight: normal; | ||
+ | text-decoration: none; | ||
+ | color: #8bce9e; | ||
+ | margin: 1px 2px 1px 2px; | ||
+ | } | ||
+ | |||
+ | .submenuItemLink:visited { | ||
+ | color: #8bce9e; | ||
+ | } | ||
+ | |||
+ | .submenuItemLink:hover { | ||
+ | color: #032725; | ||
+ | } | ||
+ | |||
#BodyText { | #BodyText { |
Latest revision as of 13:00, 2 June 2010