Template:Illinois-Tools/Template1
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
- | <div style="background-color: | + | <div style="background-color: white; color: white"> |
<html> | <html> | ||
<head> | <head> | ||
Line 6: | Line 6: | ||
.firstHeading {display: none;} | .firstHeading {display: none;} | ||
table { | table { | ||
- | background-color: # | + | background-color: #FFFFFF; |
- | font-color: | + | font-color: black; |
color:white; | color:white; | ||
} | } | ||
a.menu { | a.menu { | ||
- | background-color: # | + | background-color: #FFFFFF; |
- | color: | + | color: black; |
width: 12em; | width: 12em; | ||
} | } | ||
.firstHeading { | .firstHeading { | ||
- | color: | + | color:black; |
} | } | ||
#bodyContent { | #bodyContent { | ||
- | background-color: # | + | background-color: #FFFFFF; |
} | } | ||
#content { | #content { | ||
- | background-color: | + | background-color: white; |
} | } | ||
#footer-box { | #footer-box { | ||
- | background-color: | + | background-color: white; |
} | } | ||
p { | p { | ||
- | color: | + | color:black; |
} | } | ||
body { | body { | ||
- | background: | + | background: white url(https://static.igem.org/mediawiki/2009/2/2b/IllinoisToolsBackground.gif) repeat-x; |
} | } | ||