Team:McMaster-Ontario/css
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
/* Converts generic template into empty one. | /* Converts generic template into empty one. | ||
Ne touche pas */ | Ne touche pas */ | ||
- | #content | + | #content { |
- | + | border: none; | |
- | #catlinks | + | background-color: transparent; |
- | + | } | |
- | #footer-box | + | #catlinks { |
- | + | border: none; | |
- | + | background-color: transparent; | |
- | #p-logo | + | } |
- | #top-section | + | #footer-box { |
- | + | border: none; | |
- | .firstHeading | + | background-color: transparent; |
- | + | display: none; | |
- | #search-controls { display: | + | } |
- | + | #p-logo { | |
- | + | display: none; | |
- | + | } | |
- | + | #top-section { | |
- | input.searchButton:hover { color: | + | border: none; |
- | input.searchButton | + | height: 0px; |
+ | } | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | #search-controls { | ||
+ | display: none; | ||
+ | width: auto; | ||
+ | top: -4px; | ||
+ | right: 200px; | ||
+ | z-index: 15; | ||
+ | } | ||
+ | input.searchButton:hover { | ||
+ | color: #B41111; | ||
+ | } | ||
+ | input.searchButton { | ||
+ | color: #ffffff; | ||
+ | } | ||
Line 26: | Line 44: | ||
- | body { | + | body { |
+ | background: black; | ||
+ | } |
Revision as of 14:19, 7 May 2013
/* Converts generic template into empty one.
Ne touche pas */
- content {
border: none; background-color: transparent; }
- catlinks {
border: none; background-color: transparent; }
- footer-box {
border: none; background-color: transparent; display: none; }
- p-logo {
display: none; }
- top-section {
border: none; height: 0px; } .firstHeading { display: none; padding: 0px; }
- search-controls {
display: none; width: auto; top: -4px; right: 200px; z-index: 15; } input.searchButton:hover { color: #B41111; } input.searchButton { color: #ffffff; }
body {
background: black;
}