Team:McMaster-Ontario/css
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
#content { border: none; | #content { border: none; | ||
background-color: transparent; } | background-color: transparent; } | ||
- | #catlinks | + | #catlinks { |
- | + | border:none; | |
- | #p-logo | + | background-color: transparent; |
- | #top-section | + | } |
- | + | ||
- | .firstHeading | + | |
- | + | #footer-box { | |
- | + | border:none; | |
- | + | background-color: transparent; | |
- | #search-controls { width: | + | } |
- | + | ||
- | + | #p-logo { | |
- | + | display:none; | |
- | input.searchButton | + | } |
- | input.searchButton { | + | #top-section { |
+ | border: none; | ||
+ | height:0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .firstHeading{ | ||
+ | display: none; | ||
+ | padding:0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #search-controls { | ||
+ | width: auto; | ||
+ | top: -4px; | ||
+ | right: 200px; | ||
+ | z-index: 15; | ||
+ | } | ||
+ | |||
+ | input.searchButton { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | input.searchButton:hover { | ||
+ | color: #B41111; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 02:03, 15 February 2013