Template:Team:SJTU-BioX-Shanghai/article
From 2014.igem.org
(Difference between revisions)
(22 intermediate revisions not shown) | |||
Line 5: | Line 5: | ||
/* CSS Document */ | /* CSS Document */ | ||
+ | #content | ||
+ | { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2014/2/2d/SJTU14_Background.png'); | ||
+ | background-repeat: repeat; | ||
+ | } | ||
article | article | ||
- | { margin: 3% | + | { |
- | + | width: 75%; | |
+ | margin: 3% auto; | ||
+ | padding: 5%; | ||
+ | font-size:1.3em; | ||
+ | box-shadow: 0 0 5px #2b3770; | ||
+ | background-color: #FFF; | ||
+ | overflow: hidden; | ||
} | } | ||
- | article p | + | article p |
{ | { | ||
font-family:'Open Sans','Times New Roman', Times, serif; | font-family:'Open Sans','Times New Roman', Times, serif; | ||
Line 18: | Line 29: | ||
padding-bottom:0.5em; | padding-bottom:0.5em; | ||
word-spacing: 0.1em; | word-spacing: 0.1em; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | article p{text-indent: | + | article p{text-indent: 2em;} |
article ul{list-style:none;} | article ul{list-style:none;} | ||
/*blockquote,article ol{padding-left:2em;}*/ | /*blockquote,article ol{padding-left:2em;}*/ | ||
+ | article h4{ | ||
+ | margin:0; | ||
+ | font-family:'Open Sans','Times New Roman', Times, serif; | ||
+ | font-size: 1em; | ||
+ | padding-bottom:0.25em; | ||
+ | padding-top:0.25em; | ||
+ | text-indent: 0.5em; | ||
+ | } | ||
article h3 | article h3 | ||
{ | { | ||
Line 34: | Line 48: | ||
font-size: 1.3em; | font-size: 1.3em; | ||
color:#2d3e58; | color:#2d3e58; | ||
- | line-height:1. | + | line-height:1.5em; |
} | } | ||
article h2 | article h2 | ||
Line 48: | Line 62: | ||
color:#2d3e58; | color:#2d3e58; | ||
} | } | ||
- | + | ol.ref li { | |
font-style:italic; | font-style:italic; | ||
font-size: 0.95em; | font-size: 0.95em; | ||
} | } | ||
+ | article | ||
+ | { | ||
+ | list-style-position: inside; | ||
+ | } | ||
@media screen and (max-width: 55.6875em) { | @media screen and (max-width: 55.6875em) { | ||
article p | article p | ||
Line 66: | Line 84: | ||
} | } | ||
} | } | ||
- | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 23:57, 17 October 2014