Template:Main
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | table { | ||
+ | background-color: #c8f5be; | ||
+ | font-color: #cccccc; | ||
+ | color:white; | ||
+ | } | ||
+ | a.menu { | ||
+ | background-color: #c8f5be; | ||
+ | color: white; | ||
+ | width: 12em; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #bodyContent { | ||
+ | background-color: #c8f5be; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-color: #c8f5be; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | background-color: #c8f5be; | ||
+ | } | ||
+ | p { | ||
+ | color:#333333; | ||
+ | } | ||
+ | body { | ||
+ | background-color:#c8f5be; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | </html> | ||
+ | |||
{| | {| | ||
| align="center" style="background:#c8f5be"| | | align="center" style="background:#c8f5be"| |
Revision as of 15:22, 30 July 2009
|