Team:USTC-China/project.css
From 2012.igem.org
(Difference between revisions)
(11 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
div.stage{ | div.stage{ | ||
- | margin-left: | + | margin-left:100px; |
- | margin-right: | + | margin-right:180px; |
} | } | ||
div.imgholder1{ | div.imgholder1{ | ||
+ | margin-left:5px; | ||
display: block; | display: block; | ||
} | } | ||
div.stage h3 { | div.stage h3 { | ||
- | font-family:" | + | font-family:"Capriola",Italic,Georgia !important; |
font-weight: normal; | font-weight: normal; | ||
font-size: 24px; | font-size: 24px; | ||
Line 27: | Line 16: | ||
margin-right: 10px; | margin-right: 10px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
div.stage p { | div.stage p { | ||
- | font-family: " | + | font-family: "Dosis", Arial; |
- | margin-top: | + | margin-top:20px; |
- | margin-bottom: | + | margin-bottom:20px; |
+ | line-height: 18px; | ||
+ | font-size: 16px; | ||
} | } |
Latest revision as of 05:25, 8 September 2012
div.stage{
margin-left:100px; margin-right:180px;
}
div.imgholder1{
margin-left:5px; display: block;
}
div.stage h3 {
font-family:"Capriola",Italic,Georgia !important; font-weight: normal; font-size: 24px; line-height: 1em; margin-right: 10px;
}
div.stage p {
font-family: "Dosis", Arial; margin-top:20px; margin-bottom:20px; line-height: 18px; font-size: 16px;
}