Team:USTC-China/project.css
From 2012.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
src: local("TheSerif Bold Caps"), url(http://www.koodoz.com.au/wp-content/themes/koodoz/style/flash/TheSerif-BoldCaps.ttf) format("truetype"); /* the good browsers */ | src: local("TheSerif Bold Caps"), url(http://www.koodoz.com.au/wp-content/themes/koodoz/style/flash/TheSerif-BoldCaps.ttf) format("truetype"); /* the good browsers */ | ||
} | } | ||
- | @import url(http://fonts.googleapis.com/css?family= | + | @import url(http://fonts.googleapis.com/css?family=Miniver); |
div.stage{ | div.stage{ | ||
margin-left:100px; | margin-left:100px; | ||
Line 16: | Line 16: | ||
div.stage h3 { | div.stage h3 { | ||
- | font-family:" | + | font-family:"Miniver",Italic,Georgia !important; |
font-weight: normal; | font-weight: normal; | ||
font-size: 24px; | font-size: 24px; |
Revision as of 16:59, 6 September 2012
@font-face { font-family: "TheSerif Bold Caps"; src: url(http://www.koodoz.com.au/wp-content/themes/koodoz/style/flash/theserif-boldcaps-webfont.eot); /* IE */ src: local("TheSerif Bold Caps"), url(http://www.koodoz.com.au/wp-content/themes/koodoz/style/flash/TheSerif-BoldCaps.ttf) format("truetype"); /* the good browsers */ } @import url(http://fonts.googleapis.com/css?family=Miniver); div.stage{
margin-left:100px; margin-right:180px;
}
div.imgholder1{
margin-left:5px; display: block;
}
div.stage h3 {
font-family:"Miniver",Italic,Georgia !important; font-weight: normal; font-size: 24px; line-height: 1em; margin-right: 10px;
}
div.stage h3 span {
font-family: "TheSerif Bold Caps", Georgia !important; display: block; letter-spacing: 0.03em; text-transform: lowercase;
}
div.stage p {
font-family: "Trebuchet MS", Arial; margin-top:20px; margin-bottom:20px; line-height: 18px; font-size: 16px;
}