Team:UNAM-Genomics Mexico/essais/padtheme/antiWikiCss
From 2011.igem.org
(Difference between revisions)
(Created page with "<html> <style> - →Getting rid of IGEM elements: #top-section { display:none; } #footer-box { display:none; } .visualClear { display:none; } .firstHeading { display:none; } </st...") |
|||
(5 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
- | /* | + | /* Knocking off certain iGEM elements */ |
+ | |||
#top-section { | #top-section { | ||
- | + | height:1em; | |
} | } | ||
- | # | + | #p-logo { |
display:none; | display:none; | ||
} | } | ||
- | + | #search-controls { | |
display:none; | display:none; | ||
} | } | ||
Line 14: | Line 15: | ||
display:none; | display:none; | ||
} | } | ||
+ | |||
+ | #catlinks { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /* Recoloring the Main Body*/ | ||
+ | |||
+ | body{ | ||
+ | background: black; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | /* This is the next layer, on top of the body background */ | ||
+ | #content{ | ||
+ | background: black; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
- | |||
- | |||
- | |||
</html> | </html> |
Latest revision as of 02:55, 15 July 2011