Template:Team:SJTU-BioX-Shanghai/article
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
/* CSS Document */ | /* CSS Document */ | ||
+ | |||
+ | /* @group overview */ | ||
+ | hr{ height:0px;} | ||
+ | |||
+ | #overview | ||
+ | { | ||
+ | background-color: #edecec; | ||
+ | -webkit-columns:1 ; | ||
+ | -moz-columns: 1; | ||
+ | columns: 2; | ||
+ | column-fill: balance; | ||
+ | -webkit-column-gap: 2em; | ||
+ | -moz-column-gap: 2em; | ||
+ | column-gap: 2em; | ||
+ | text-align: justify; | ||
+ | padding: 3% 8%; | ||
+ | font-family: 'Open Sans', 'Trebuchet MS', Helvetica, sans-serif; | ||
+ | line-height: 1.7em; | ||
+ | font-size: 1.25em; | ||
+ | } | ||
+ | #overview h2 | ||
+ | { | ||
+ | color: #68afbc; | ||
+ | text-shadow: 0px 0px 6px #FFFFFF; | ||
+ | margin: 6px 3px 2px 3px; | ||
+ | |||
+ | } | ||
+ | #overview ol | ||
+ | { | ||
+ | margin-bottom: 1em; | ||
+ | list-style-type: disc; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* @end */ | ||
article | article | ||
Line 14: | Line 49: | ||
text-align: justify; | text-align: justify; | ||
padding-bottom:0.5em; | padding-bottom:0.5em; | ||
+ | word-spacing: 0.2em; | ||
+ | -moz-column-count: 1; | ||
+ | -moz-column-gap: 2em; | ||
+ | column-count: 2; | ||
+ | column-gap: 2em; | ||
+ | -webkit-column-count: 1; | ||
+ | -webkit-column-gap: 2em; | ||
} | } | ||
article p{text-indent: 1em;} | article p{text-indent: 1em;} |
Revision as of 15:59, 16 October 2014