Team:Freiburg Bioware/css font
From 2010.igem.org
(Difference between revisions)
(25 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; | ||
} | } | ||
Line 11: | Line 16: | ||
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 { | ||
Line 18: | Line 24: | ||
padding:0px 0px 0px 0px; | padding:0px 0px 0px 0px; | ||
border: none; | border: none; | ||
- | color: # | + | color: #333; |
+ | text-align: left; | ||
} | } | ||
Line 25: | Line 32: | ||
} | } | ||
- | h1 { | + | #bodyContent h1 { |
display: block; | display: block; | ||
font-size: 2em; | font-size: 2em; | ||
- | margin: | + | margin: 20px 0 30px 0; |
- | + | ||
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; | ||
Line 40: | Line 47: | ||
text-align: left; | text-align: left; | ||
font-weight: bolder; | font-weight: bolder; | ||
- | border-bottom: solid # | + | border-bottom: solid #555 1px; |
+ | margin:0 0 0 0; | ||
+ | padding-bottom: 2px; | ||
} | } | ||
Line 47: | Line 56: | ||
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 56: | Line 65: | ||
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; | ||
} | } | ||
Line 67: | Line 78: | ||
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 { | .box_home p { | ||
margin: 10px 10px 10px 10px; | margin: 10px 10px 10px 10px; | ||
Line 76: | Line 97: | ||
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