Team:SJTU-BioX-Shanghai/article.css
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
/* CSS Document */ | /* CSS Document */ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
article { | article { | ||
margin: 3% 8%; | margin: 3% 8%; | ||
Line 38: | Line 6: | ||
font-family:OpenSans-Regular, sans-serif; | font-family:OpenSans-Regular, sans-serif; | ||
text-align: justify; | text-align: justify; | ||
- | text-indent: | + | text-indent: 5em; |
- | word-spacing: | + | word-spacing: 1em; |
-moz-column-count: 2; | -moz-column-count: 2; | ||
-moz-column-gap: 2em; | -moz-column-gap: 2em; | ||
Line 49: | Line 17: | ||
article h2 { | article h2 { | ||
font-family: Rancho, sans-serif; | font-family: Rancho, sans-serif; | ||
- | + | word-spacing: 1em; | |
+ | padding-bottom | ||
} @media screen and (max-width: 55.6875em) { | } @media screen and (max-width: 55.6875em) { | ||
article p | article p |
Revision as of 18:37, 16 October 2014
@charset "UTF-8";
/* CSS Document */ article {
margin: 3% 8%;
} article p {
font-family:OpenSans-Regular, sans-serif; text-align: justify; text-indent: 5em; word-spacing: 1em; -moz-column-count: 2; -moz-column-gap: 2em; column-count: 2; column-gap: 2em; -webkit-column-count: 2; -webkit-column-gap: 2em;
} article h2 {
font-family: Rancho, sans-serif; word-spacing: 1em; padding-bottom
} @media screen and (max-width: 55.6875em) {
article p {
-webkit-column-count: 1;
-moz-columns: 1; columns: 1; } .overview {
-webkit-column-count: 1;
-moz-columns: 1; columns: 1; }
}