Team:USTC-China/project.css
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
div.stage h3 { | div.stage h3 { | ||
- | |||
font-family:"TheSerif Extra Light Italic",Georgia !important; | font-family:"TheSerif Extra Light Italic",Georgia !important; | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 24px; | font-size: 24px; | ||
line-height: 1em; | line-height: 1em; | ||
+ | } | ||
- | + | div.stage h3 span { | |
- | + | ||
font-family: "TheSerif Bold Caps", Georgia !important; | font-family: "TheSerif Bold Caps", Georgia !important; | ||
display: block; | display: block; | ||
letter-spacing: 0.03em; | letter-spacing: 0.03em; | ||
text-transform: lowercase; | text-transform: lowercase; | ||
- | |||
} | } |
Revision as of 16:17, 1 September 2012
div.stage h3 {
font-family:"TheSerif Extra Light Italic",Georgia !important; font-weight: normal; font-size: 24px; line-height: 1em;
}
div.stage h3 span {
font-family: "TheSerif Bold Caps", Georgia !important; display: block; letter-spacing: 0.03em; text-transform: lowercase;
}