Team:Freiburg Bioware/css font
From 2010.igem.org
(Difference between revisions)
m (Team:Freiburg Bioware/css1 moved to Team:Freiburg Bioware/css font) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <style> | ||
+ | h1 { | ||
+ | display: block; | ||
+ | font-size: 2em; | ||
+ | color: #444444; | ||
+ | margin: .67em 0 | ||
+ | text-align: center; | ||
+ | font-weight: bolder; | ||
+ | } | ||
+ | h2 { | ||
+ | display: block; | ||
+ | font: x-small sans-serif; | ||
+ | font-size: 1.5em; | ||
+ | color: #444444; | ||
+ | margin: .75em 0; | ||
+ | text-align: center; | ||
+ | font-weight: bolder; | ||
+ | border-bottom: 1px solid #aaa; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | display: block; | ||
+ | font-size: 1.17em; | ||
+ | color: #444444; | ||
+ | margin: .83em 0; | ||
+ | text-align: center; | ||
+ | font-weight: bolder; | ||
+ | } | ||
+ | |||
+ | h4 { | ||
+ | display: block; | ||
+ | color: #444444; | ||
+ | margin: 1.12em 0 | ||
+ | text-align: center; | ||
+ | font-weight: bolder; | ||
+ | } | ||
+ | |||
+ | p.standard { | ||
+ | font-size: 12px; | ||
+ | color: #444444; | ||
+ | margin: 20px 10px 20px 10px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | font-size: 12px; | ||
+ | color: #444444; | ||
+ | margin: 20px 10px 20px 10px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | </style> | ||
+ | </html> |
Revision as of 19:36, 6 October 2010