Team:Freiburg Bioware/css font
From 2010.igem.org
(Difference between revisions)
(Removing all content from page) |
|||
(50 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <style> | ||
+ | body{ | ||
+ | font-family:verdana,arial,helvetica,geneva,sans-serif; | ||
+ | background:#fff; | ||
+ | } | ||
+ | |||
+ | .news{ | ||
+ | font-size:1.17em; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | color: #333 | ||
+ | } | ||
+ | |||
+ | a, a:visited, a:active, a:hover, a h5 { | ||
+ | color: #1010b8; | ||
+ | } | ||
+ | a.onlyAnchor { text-decoration:none; color:#333; } | ||
+ | |||
+ | h1, h2, h3, h4, h5 { | ||
+ | text-dekoration:none; | ||
+ | padding:0px 0px 0px 0px; | ||
+ | border: none; | ||
+ | color: #333; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .bold { | ||
+ | font-weight: bolder; | ||
+ | } | ||
+ | |||
+ | #bodyContent h1 { | ||
+ | display: block; | ||
+ | font-size: 2em; | ||
+ | margin: 20px 0 30px 0; | ||
+ | font-weight: bolder; | ||
+ | text-align:left; | ||
+ | } | ||
+ | |||
+ | #bodyContent h2 { | ||
+ | display: block; | ||
+ | font: x-small sans-serif; | ||
+ | font-size: 1.5em; | ||
+ | margin: .75em 0; | ||
+ | text-align: left; | ||
+ | font-weight: bolder; | ||
+ | border-bottom: solid #555 1px; | ||
+ | margin:0 0 0 0; | ||
+ | padding-bottom: 2px; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | display: block; | ||
+ | font-size: 1.17em; | ||
+ | margin: .83em 0; | ||
+ | text-align: left; | ||
+ | font-weight: bolder; | ||
+ | } | ||
+ | |||
+ | h4 { | ||
+ | display: block; | ||
+ | margin: 1.12em 0 | ||
+ | text-align: center; | ||
+ | font-weight: bolder; | ||
+ | font-size: 1em; | ||
+ | } | ||
+ | h5 { | ||
+ | display: inline; | ||
+ | font-feight: bolder; | ||
+ | font-size:0.9em; | ||
+ | } | ||
+ | |||
+ | p.standard { | ||
+ | font-size: 12px; | ||
+ | margin: 20px 10px 20px 10px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | .box_home_small p { | ||
+ | text-align:left; | ||
+ | margin:0 10px 0; | ||
+ | } | ||
+ | |||
+ | #bodyContent .box_home_small h2 { | ||
+ | margin-bottom:5px; | ||
+ | } | ||
+ | |||
+ | .box_home p { | ||
+ | margin: 10px 10px 10px 10px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | p { | ||
+ | font-size: 12px; | ||
+ | margin: 20px 10px 20px 10px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* table */ | ||
+ | table { | ||
+ | color:#333; | ||
+ | border-collapse:collapse; | ||
+ | background:transparent; | ||
+ | } | ||
+ | td { | ||
+ | padding:10px; | ||
+ | border: none; | ||
+ | } | ||
+ | table.highlights td { | ||
+ | background: white; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </html> |
Latest revision as of 02:45, 28 October 2010