Difference between revisions of "Team:SSTi-SZGD/css/Hardware"

(Created page with "body{ min-width: 1024px; min-height: 465px; position: relative;} .SSTi-SZGD{ background: url(https://static.igem.org/mediawiki/2017/3/3d/SSTi-SZGD_banner.jpeg) no-repeat 0px 0px...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
body{ min-width: 1024px; min-height: 465px; position: relative;}
+
body{ min-width: 1024px; min-height: 489px; position: relative;}
+
 
.SSTi-SZGD{ background: url(https://static.igem.org/mediawiki/2017/3/3d/SSTi-SZGD_banner.jpeg) no-repeat 0px 0px; height: 465px; background-size: cover; padding-top: 15px;}
+
.SSTi-SZGD{ background: url(https://static.igem.org/mediawiki/2017/8/83/SSTi-SZGD_Hardware_banner.png) no-repeat top center; padding-top: 15px; max-height: 910px;}
  
 
/*custom header*/
 
/*custom header*/
Line 7: Line 7:
  
 
/*Content*/
 
/*Content*/
.Content{ width: 100%; background: cornsilk; padding: 80px 0; padding-bottom: 100px; font-size: 2rem; text-align: justify;}
+
.Content{ background: white; width: 100%; padding: 80px 0; text-align: justify; font-size: 1.8rem;font-family: "Arial Regular";font-weight: bold;}
.Content .title{ width: 100%; text-align: center; font-size: 6rem; font-weight: 600; color: #394c53; margin-bottom: 50px; letter-spacing: 2px;}
+
.Content p{ line-height: 37.5px;}
.Content .Title{ font-size: 3rem; font-weight: 600; border-bottom: 1px solid #333333; padding-bottom: 10px;}
+
.Content .left{ float: left;}
.Content .content{ margin-top: 10px; width: 100%;}
+
.Content .right{ float: right;}
.Content .content p{ margin: 10px 0; font-family: "arial narrow"; line-height: 1.5;}
+
.Content img,.Content video{ width: inherit;}
.Enzyme,.whole,.Automatic{ margin-top: 50px; padding: 0 8%;}
+
.Content .img{ width: 1360px; margin: 40px auto;}
.video { width: 1000px; margin: auto;}
+
 
.SubVideo{ margin-top: 20px;}
+
.Figure{ width: 1360px; margin: auto; padding: 0 50px;}
.SubVideo p{ width: 550px; float: left; font-family: "arial narrow"; font-size: 2.5rem; text-align: justify; margin: 25px;}
+
.video{ width: 1360px; height: 450px; margin: 45px auto;}
 +
.video .left{ margin-left: 25px; width: 790px;}
 +
.video .right{ padding-top: 158px; margin-right: 25px; width: 510px;}
 +
.section{ width: 1360px; margin: 20px auto; padding: 0 50px;}
 +
.Top{ width: 1360px; margin: 15px auto; padding: 0 50px; height: 600px;}
 +
.Top .left{ width: 650px;}
 +
.Top .right{ width: 600px; padding-top: 80px;}
 +
.Bottom{ width: 1360px; margin: 15px auto; padding: 0 50px; height: 440px;}
 +
.Bottom .left{ width: 650px;}
 +
.Bottom .right{ width: 600px; padding-top: 20px;}
 +
 
 +
 
  
 
/*--1920--*/
 
/*--1920--*/
 
@media only screen and (max-width: 1920px) {
 
@media only screen and (max-width: 1920px) {
.header .nav .mainnav span{ padding-top: 6px; margin-bottom: 18.5px;}
+
.Content{ font-size: 1.3rem;}
.topic p{ font-size: 5.5rem;}
+
.Content p{ line-height: 26.5px;}
 +
.Content .img{ width: 1000px;}
 
 
}
+
.Figure{ width: 1000px;}
 
+
.video{ width: 1000px; height: 320px; margin: 30px auto;}
/*--1366--*/
+
.video .left{ width: 565px;}
@media only screen and (max-width: 1366px) {
+
.video .right{ padding-top: 112px; width: 365px;}
html{ font-size: 55%;}
+
.section{ width: 1000px;}
.header .logo span{ margin-top: 16px;}
+
.Top{ width: 1000px; height: 420px;}
.header .nav .mainnav span{ margin-bottom: 21.5px;}
+
.Top .left{ width: 470px;}
.topic p{ font-size: 5rem;}
+
.Top .right{ width: 400px; padding-top: 50px;}
 +
.Bottom{ width: 1000px; height: 315px;}
 +
.Bottom .left{ width: 470px;}
 +
.Bottom .right{ width: 400px;}
 
}
 
}
  
 
/*--1190--*/
 
/*--1190--*/
 
@media only screen and (max-width: 1190px) {
 
@media only screen and (max-width: 1190px) {
html{ font-size: 52%;}
+
html{ font-size: 50%;}
.header .nav .Team{ width: 90px;}
+
.header .logo span{ margin: 15px 0;}
 
.header .nav .Project{ width: 100px;}
 
.header .nav .Project{ width: 100px;}
.header .nav .Application{ width: 115px;}
+
.header .nav .Application{ width: 100px;}
.header .nav .Human_Practices{ width: 135px;}
+
.header .nav .Human_Practices{ width: 140px;}
 
.header .nav .Achievement{ width: 120px;}
 
.header .nav .Achievement{ width: 120px;}
.header .nav .mainnav span{ padding-top: 6.5px; margin-bottom: 22px;}
+
.header .nav .Team{ width: 95px;}
.topic p{ font-size: 4.5rem;}
+
.header .nav .mainnav span{ padding-top: 8.5px; margin-bottom: 21px;}
 
}
 
}

Latest revision as of 09:49, 29 October 2017

body{ min-width: 1024px; min-height: 489px; position: relative;}

.SSTi-SZGD{ background: url(SSTi-SZGD_Hardware_banner.png) no-repeat top center; padding-top: 15px; max-height: 910px;}

/*custom header*/ .header .nav .Application span,.header .nav .Application li:nth-of-type(3) a{ color: #FAEE0D;}

/*Content*/ .Content{ background: white; width: 100%; padding: 80px 0; text-align: justify; font-size: 1.8rem;font-family: "Arial Regular";font-weight: bold;} .Content p{ line-height: 37.5px;} .Content .left{ float: left;} .Content .right{ float: right;} .Content img,.Content video{ width: inherit;} .Content .img{ width: 1360px; margin: 40px auto;}

.Figure{ width: 1360px; margin: auto; padding: 0 50px;} .video{ width: 1360px; height: 450px; margin: 45px auto;} .video .left{ margin-left: 25px; width: 790px;} .video .right{ padding-top: 158px; margin-right: 25px; width: 510px;} .section{ width: 1360px; margin: 20px auto; padding: 0 50px;} .Top{ width: 1360px; margin: 15px auto; padding: 0 50px; height: 600px;} .Top .left{ width: 650px;} .Top .right{ width: 600px; padding-top: 80px;} .Bottom{ width: 1360px; margin: 15px auto; padding: 0 50px; height: 440px;} .Bottom .left{ width: 650px;} .Bottom .right{ width: 600px; padding-top: 20px;}


/*--1920--*/ @media only screen and (max-width: 1920px) { .Content{ font-size: 1.3rem;} .Content p{ line-height: 26.5px;} .Content .img{ width: 1000px;}

.Figure{ width: 1000px;} .video{ width: 1000px; height: 320px; margin: 30px auto;} .video .left{ width: 565px;} .video .right{ padding-top: 112px; width: 365px;} .section{ width: 1000px;} .Top{ width: 1000px; height: 420px;} .Top .left{ width: 470px;} .Top .right{ width: 400px; padding-top: 50px;} .Bottom{ width: 1000px; height: 315px;} .Bottom .left{ width: 470px;} .Bottom .right{ width: 400px;} }

/*--1190--*/ @media only screen and (max-width: 1190px) { html{ font-size: 50%;} .header .logo span{ margin: 15px 0;} .header .nav .Project{ width: 100px;} .header .nav .Application{ width: 100px;} .header .nav .Human_Practices{ width: 140px;} .header .nav .Achievement{ width: 120px;} .header .nav .Team{ width: 95px;} .header .nav .mainnav span{ padding-top: 8.5px; margin-bottom: 21px;} }