Template:TU-Delft css
From 2012.igem.org
(Difference between revisions)
Line 114: | Line 114: | ||
/* OVERRIDING */ | /* OVERRIDING */ | ||
- | + | body { | |
- | + | /* format main-background C0C5CA*/ | |
- | # | + | background-color: #7297BA; |
- | + | background-image: url('https://static.igem.org/mediawiki/2012/1/1e/Fluroscent_Background.JPG'); | |
- | + | } | |
+ | #bodyContent a{ | ||
+ | /* format link color*/ | ||
+ | } | ||
+ | #content { | ||
+ | /* format global document body */ | ||
+ | font-family:"Verdana",Arial,sans-serif; | ||
+ | background-color: #E0F574; | ||
+ | } | ||
- | + | .firstHeading { | |
- | + | /* removes pagename */ | |
- | + | display: none; | |
+ | } | ||
+ | #top-section { | ||
+ | /* formats iGEM header div */ | ||
+ | border: 0px; | ||
+ | height: 0px; | ||
+ | } | ||
+ | #p-logo { | ||
+ | /* removes iGEM logo */ | ||
+ | display: none; | ||
+ | } | ||
- | border: none; | + | #menubar { |
- | + | /* format top menubar */ | |
- | + | top: 0px; | |
- | + | float: left; | |
- | + | border: none; | |
- | # | + | 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; | |
- | #menubar { | + | 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; | ||
+ | } | ||
+ | /* | ||
+ | End Format iGEM base | ||
+ | */ | ||
/* --- OVERRIDING, RÖR INTE ÖVER --- */ | /* --- OVERRIDING, RÖR INTE ÖVER --- */ | ||
Revision as of 14:45, 4 September 2012