Template:TU-Delft css
From 2012.igem.org
(Difference between revisions)
Line 114: | Line 114: | ||
/* OVERRIDING */ | /* OVERRIDING */ | ||
+ | |||
+ | body{ | ||
+ | background-color: #FFFFFF; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2012/1/1e/Fluroscent_Background.JPG'); | ||
+ | } | ||
+ | |||
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
display:none;} | display:none;} | ||
Line 120: | Line 126: | ||
height: 0px;} | height: 0px;} | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#content { | #content { | ||
- | + | /* format global document body */ | |
- | /* | + | font-family:"Verdana",Arial,sans-serif; |
- | + | background-color: #E0F574;} | |
- | + | ||
#top-section { | #top-section { | ||
Line 143: | Line 141: | ||
- | #menubar { | + | #menubar { |
- | + | /* format top menubar */ | |
- | + | top: 0px; | |
- | . | + | float: left; |
- | + | border: none; | |
- | #menubar | + | font-family:"Trebuchet MS","Verdana",Arial,sans-serif; |
- | + | font-size:85%; | |
- | # | + | height: 22px; |
- | + | } | |
- | # | + | #menubar li a { |
- | + | color: #7297BA; | |
- | # | + | } |
- | + | #menubar li a:hover { | |
+ | text-decoration: underline; | ||
+ | } | ||
+ | #menubar.right-menu { | ||
+ | /* format right part of top menubar and add iGEM mini logo */ | ||
+ | text-align: right; | ||
+ | right: auto; | ||
+ | background-color: #336699; | ||
+ | width: 975px; | ||
+ | z-index: 7; | ||
+ | } | ||
+ | #menubar.left-menu { | ||
+ | /* format left part of top menubar */ | ||
+ | text-align: left; | ||
+ | width: auto; | ||
+ | z-index: 8; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | /* format searchbar */ | ||
+ | top: 24px; | ||
+ | overflow :visible; | ||
+ | display:block; | ||
+ | background: none; | ||
+ | width: 965px; | ||
+ | border: 0; | ||
+ | margin: 0; | ||
+ | height: auto; | ||
+ | text-align: right; | ||
+ | right: auto; | ||
+ | } | ||
+ | #searchInput { | ||
+ | /* format search input field */ | ||
+ | |||
+ | font-size:85%; | ||
+ | width: 100px; | ||
+ | background-color: #336699; | ||
+ | color: #FFFFFF; | ||
+ | border-width: thin; | ||
+ | padding-right: 2px; | ||
+ | padding-left: 2px; | ||
+ | } | ||
+ | #searchform { | ||
+ | margin: 1px; | ||
+ | } | ||
+ | input.searchButton { | ||
+ | /* format search input buttons */ | ||
+ | font-family:"Trebuchet MS",Arial,sans-serif; | ||
+ | font-size: 85%; | ||
+ | margin: 0; | ||
+ | color: #FFFFFF; | ||
+ | font-weight: normal; | ||
+ | cursor: hand; | ||
+ | cursor:pointer; | ||
+ | padding-right: 2px; | ||
+ | padding-left: 2px; | ||
+ | } | ||
+ | input.searchButton:hover { | ||
+ | color: #FFFFFF; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | #footer-box { | ||
+ | /* format footer to match top menubar */ | ||
+ | font-family:"Trebuchet MS",Arial,sans-serif; | ||
+ | font-size: 12px; | ||
+ | color:#FFFFFF; | ||
+ | background:#336699; | ||
+ | border-top: #000000 1px solid; | ||
+ | border-bottom: #000000 1px solid; | ||
+ | } | ||
+ | #footer-box li a { | ||
+ | color:#7297BA; | ||
+ | } | ||
+ | #footer-box li a:hover { | ||
+ | color:#FFFFFF; | ||
+ | } | ||
Revision as of 15:09, 4 September 2012