YuhangYang (Talk | contribs) (Created page with "$(function(){ $(document).attr("title","Attributions - Team:SSTi-SZGD - 2018.igem.org"); //Navigation $(".btn_nav .Acknowledgements a").eq(2).addClass("active"); $("...") |
YuhangYang (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | .Banner{ width: 100%; height: 400px; background: url(https://static.igem.org/mediawiki/2018/1/10/T--SSTi-SZGD--banner_Attributions.png) no-repeat center center; background-size: 50%; margin: 100px 0 80px 0;} | |
− | + | .Content{ font-size: 1.6rem; margin-bottom: 100px;} | |
− | + | .Content .content{ margin: auto; float: none;} | |
− | + | .Content .title{ font-size: 3rem; font-weight: 600; margin: 10px 0;} | |
− | + | .Content .title span{ background: #ff7c38; color: #fff; border-radius: 30px; padding: 5px 40px; display: inline-block; text-align: center;} | |
− | + | .Content .abstract{ font-size: 1.7rem;} | |
− | + | .Content .subtitle{ font-size: 2rem; color: #ff7c38; margin-top: 30px;} | |
− | + | .Content .subtitle3{ font-size: 1.8rem; color: #ff7c38;} | |
− | + | .Content section{ margin: 20px auto; float: none;} | |
− | + | .Content li{ float: none; display: list-item;} | |
− | + | .Content ol li{ list-style: decimal; margin-left: 25px;} | |
− | + | .Content ul li{ list-style: disc; margin-left: 25px;} | |
− | + | .Content img{ width: 100%; border-radius: 10px;} | |
− | + | .Content span{ color: #89c9ff;} | |
− | + | ||
− | + | ||
− | + | @media only screen and (max-width: 767px) { | |
− | + | .Banner{ height: 300px; background-size: 70%;} | |
− | + | } | |
− | + | ||
− | + | @media only screen and (max-width: 992px) { | |
− | + | .Banner{ margin: 100px 0 0 0;} | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 10:32, 5 October 2018
.Banner{ width: 100%; height: 400px; background: url() no-repeat center center; background-size: 50%; margin: 100px 0 80px 0;} .Content{ font-size: 1.6rem; margin-bottom: 100px;} .Content .content{ margin: auto; float: none;} .Content .title{ font-size: 3rem; font-weight: 600; margin: 10px 0;} .Content .title span{ background: #ff7c38; color: #fff; border-radius: 30px; padding: 5px 40px; display: inline-block; text-align: center;} .Content .abstract{ font-size: 1.7rem;} .Content .subtitle{ font-size: 2rem; color: #ff7c38; margin-top: 30px;} .Content .subtitle3{ font-size: 1.8rem; color: #ff7c38;} .Content section{ margin: 20px auto; float: none;} .Content li{ float: none; display: list-item;} .Content ol li{ list-style: decimal; margin-left: 25px;} .Content ul li{ list-style: disc; margin-left: 25px;} .Content img{ width: 100%; border-radius: 10px;} .Content span{ color: #89c9ff;}
@media only screen and (max-width: 767px) {
.Banner{ height: 300px; background-size: 70%;}
}
@media only screen and (max-width: 992px) { .Banner{ margin: 100px 0 0 0;} }