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