Template:Tufts2
From 2013.igem.org
(Difference between revisions)
(11 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <head><style type="text/css"> | + | <html><head><style type="text/css"> |
/* Remove Top Item (origin item) */ | /* Remove Top Item (origin item) */ | ||
#top-section | #top-section | ||
Line 13: | Line 13: | ||
display: none; | display: none; | ||
} | } | ||
+ | |||
+ | |||
+ | p { | ||
+ | font-size:1px; | ||
+ | color:white;} | ||
+ | |||
+ | body { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | h1 { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | h2 { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | h3 { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | h4 { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | h5 { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | h6 { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | a { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | a:link { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | a:visited { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | span { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | p { | ||
+ | color:white; | ||
+ | font-size:1px;} | ||
+ | |||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
+ | </html> |