Team:UNITN-Trento/CSS/Project pages
From 2013.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
font-family: 'Boogaloo', cursive; | font-family: 'Boogaloo', cursive; | ||
font-size: 2.5em; | font-size: 2.5em; | ||
+ | } | ||
+ | |||
+ | #tn-content span { | ||
+ | line-height: 1em; | ||
} | } | ||
Line 15: | Line 19: | ||
#tn-content .subtitle { | #tn-content .subtitle { | ||
- | display: | + | display: block; |
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
font-family: 'Open Sans Condensed', sans-serif; | font-family: 'Open Sans Condensed', sans-serif; |
Revision as of 09:17, 20 August 2013
@import url(http://fonts.googleapis.com/css?family=Boogaloo); @import url(http://fonts.googleapis.com/css?family=Kameron); @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300italic);
- tn-content h1 {
border: none; font-family: 'Boogaloo', cursive; font-size: 2.5em;
}
- tn-content span {
line-height: 1em;
}
- tn-content {
font-family: 'Kameron', serif; font-size: 16px;
}
- tn-content .subtitle {
display: block; margin-bottom: 0.5em; font-family: 'Open Sans Condensed', sans-serif; font-size: 1.2em; font-weight: bold;
}
- tn-content .quote {
font-size: 0.8em; font-style: italic;
}