Newer
Older
*{
scroll-behavior: smooth;
}
@font-face {
font-family: AccidenzCommons;
src: url(https://static.igem.wiki/teams/5054/ccaccidenzcommons-medium.otf);
}
@font-face {
font-family: SourceSansPro;
src: url(https://static.igem.wiki/teams/5054/sourcesans3-variablefont-wght.ttf);
}
body{
background-color: #C6EBE8;
}
/* change font-family */
/* pff stands for p's font-family */
.pff{
font-family: 'Courier New', Courier, monospace;
}
top: 900px;
transform: translateX(28%);
width: 440px;
height: 450px;
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content2{
top: 1788px;
transform: translateX(-80%);
width: 415px;
height: 200px;
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content3 {
top: 3000px;
width: 1500px;
height: 200px;
transform: translateX(10%);
font-size: 135.417px;
font-style: normal;
font-weight: 600;
color: #185A4F;
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content4 {
top: 3550px;
width: 415px;
height: 120px;
transform: translateX(-50%);
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content5 {
top: 3550px;
width: 475px;
height: 120px;
transform: translateX(78%);
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content6 {
top: 4000px;
width: 1000px;
height: 100px;
font-size: 135px;
font-style: normal;
font-weight: 600;
/* color: transparent; */
top: 5100px;
width: 1000px;
height: 65px;
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content8 {
top: 5700px;
width: 1000px;
transition: all 0.5s linear;
}
.homepage-content9 {
top: 6000px;
width: 900px;
height: 400px;
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
font-size: 135px;
font-style: normal;
font-weight: 600;
color: transparent;
-webkit-text-stroke: 1px #05BE85;
text-align: left;
transform: translateX(7%);
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content10 {
top: 7300px;
width: 1000px;
height: 28px;
flex-shrink: 0;
}
.homepage-content11 {
top: 7500px;
width: 340px;
height: 200px;
transform: translateX(-20%);
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content12 {
top: 8150px;
width: 340px;
height: 200px;
transform: translateX(-60.5%);
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content13 {
top: 7850px;
width: 340px;
height: 200px;
transform: translateX(90%);
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content14 {
top: 8740px;
width: 340px;
height: 200px;
transform: translateX(-55%);
opacity: 0;
transition: all 0.5s linear;
}
.homepage-content15 {
top: 9200px;
width: 1100px;
height: 200px;
text-align: center;
font-size: 135px;
font-style: normal;
font-weight: 600;
color: transparent;
-webkit-text-stroke: 1px #185A4F;
opacity: 0;
transition: all 0.5s linear;
position: relative;
justify-content: center;
margin-top: 20vh;
margin-left: min(100px, 5vw);
margin-right: min(100px, 5vw);
margin-bottom: min(80px, 15vh);
}
.pagecontainer>.title{
margin-bottom: 10vh;
}
.pagecontainer>.title>span{
font-size: 10vw;
font-style: normal;
font-weight: 600;
line-height: normal;
color: transparent;
-webkit-text-stroke: 3px #05BE85;
font-size: 10vw;
font-style: normal;
font-weight: 600;
line-height: normal;
color: #05BE85;
/* -webkit-text-stroke: 3px black; */
text-align: left;
margin-top: 35px;
width: 70%;
font-family: AccidenzCommons;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #05BE85;
text-align: justify;
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
.pagebody {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
}
.pagenav {
height: 700px;
width: 15%;
max-width: 720px;
min-width: 350px;
position: sticky;
top: 18vh;
margin-right: max(25px, 2vw);
padding: 30px 20px 30px 10px;
line-height: 1.25;
display: flex;
flex-direction: column;
gap: 2px;
transform: translateX(-10%);
}
.pagenav>div {
height: min(3vw, 53px);
overflow: hidden;
text-align: center;
cursor: pointer;
}
.pagenav>div::before{
content:'';
width:0;
height:100%;
display:inline-block;
position:relative;
vertical-align:middle;
}
.pagenav>div>span{
color: #05BE85;
font-size: min(1.56vw, 24px);
letter-spacing: 2px;
vertical-align: middle;
transition: all 0.2s ease-out;
}
.pagenav>div>span:hover{
font-size: min(1.6vw, 26px);
transition: all 0.1s linear;
}
.pagecontent {
margin-bottom: 100px;
position: relative;
overflow: hidden;
max-width: 1600px;
/* transform: translateY(10vh); */
border-radius: 5px;
}
.pagecontent .h{
width: 100%;
text-align: center;
margin-bottom: 60px;
}
width: 100%;
text-align: right;
margin-bottom: 40px;
}
.box-maomao{
width: 200px;
height: 180px;
display: inline-block;
background-color: #05BE85;
border-radius: 30px;
cursor: pointer;
transition: all 0.15s linear;
}
.box-img-maomao{
width: 200px;
height: 130px;
margin: 0 auto;
}
.text-maomao{
margin: 0 auto;
display: block;
text-align: center;
font-size: min(1.4vw,18px);
font-weight: 600;
transition: all 0.15s linear;
}
.img-maomao{
margin: 5px auto 0px;
width: 180px;
height: 120px;
transform: translateX(7px);
transition: all 0.15s linear;
/* margin-right: 0px; */
text-align: center;
width: 100%;
height: 100%;
object-fit: cover;
.pagecontent .h1 {
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
font-size: 3.07vw;
}
.pagecontent .h2{
text-align: left;
font-size: max(2.2vw, 25px);
margin-top: 40px;
margin-bottom: 10px;
}
.pagecontent .h3{
text-align: left;
font-size: max(2vw, 23px);
margin-top: 30px;
margin-bottom: 20px;
font-weight: 600;
margin-left: 30px;
}
.pagecontent .h4{
text-align: left;
font-size: max(1.7vw, 20px);
margin-top: 30px;
margin-bottom: 20px;
margin: 20px auto 20px;
width: 50%;
height: 50%;
overflow: hidden;
text-align: justify;
font-family: AccidenzCommons;
font-size: min(1.5vw, 12px);
text-align: center;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #185A4F;
}
.img-pagestyle>img{
width: 100%;
height: 100%;
object-fit: contain;
justify-content: center;
margin-top: -200px;
margin-bottom: 0;
width: 100%;
width: 80%;
height: auto;
object-fit: contain;
} */
margin-top: 20px;
text-align: justify;
font-family: AccidenzCommons;
font-size: min(1.5vw, 22px);
font-style: normal;
font-weight: 400;
line-height: normal;
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
}
.pagecontent .a-pagestyle{
text-decoration: none;
color: #62D881;
}
.pagecontent .a-pagestyle:hover{
text-decoration: underline;
}
.pagecontent .my-formula{
font-size: min(1vw, 20px);
text-align: left;
padding-left: 2vw;
}
.pagecontent .my-center-formula{
font-size: min(1.2vw, 22px);
text-align: center;
}
/* table */
.pagecontent table{
width: 80%;
height: 80%;
margin: 30px auto 10px;
border: 2px solid #C6EBE8;
border-collapse: collapse;
font-family: AccidenzCommons;
}
.pagecontent th{
border: 2px solid #C6EBE8;
}
.pagecontent td{
border: 2px solid #C6EBE8;
}
.pagecontent thead{
font-size: min(1.7vw, 25px);
}
.pagecontent tbody{
font-size: min(1.5vw, 22px);
}
.pagecontent .figure-font{
display: block;
margin: 5px auto 20px;
text-align: center;
font-family: AccidenzCommons;
font-size: min(1.3vw, 18px);
font-style: italic;
color: #25BBB1;
}
/* parts-table */
/* .parts-table table{
width: 100%;
height: 80%;
margin: 30px auto 10px;
border: 2px solid #00FFFC;
border-collapse: collapse;
font-family: AccidenzCommon;
background: #CDF6FA;
}
.parts-table th{
height: 25px;
line-height: 25px;
text-align: center;
border: 1px solid #CDF6FA;
padding: 0 10px 0 10px;
border-left: 0px;
border-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
background: #138D85;
font-weight: normal;
font-size: min(1.52vw, 22px);
font-weight: 600;
}
.parts-table td{
height: 25px;
line-height: 25px;
text-align: center;
border: 1px solid #CDF6FA;
padding: 0 10px 0 10px;
border-left: 0px;
border-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
font-size: min(1.3vw, 18px);
}
.parts-table tr{
background: #4CE0D2;
}
.parts-table td:hover{
background: #84CAE7;
}
.parts-table a{
text-decoration: none;
color: #C6EBE8;
}
.parts-table a:hover{
text-decoration: underline;
color: #A284AE;
} */
@media screen and (max-width:1100px){
position: fixed;
top: 0;
width: 100%;
height: 3000px;
background: url(https://static.igem.wiki/teams/5054/img-8014-2.jpg);
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
z-index: 0;
}
.roster-pagecontainer{
position: relative;
justify-content: center;
margin-top: 20vh;
z-index: 5;
width: 95%;
margin: 0 auto;
}
.roster-title{
margin-top: 10vh;
margin-bottom: 10vh;
margin-left: 3.8vw;
}
.roster-title>span{
font-size: 8.46vw;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.roster-title>p{
text-align: left;
margin-top: 35px;
width: 62%;
font-family: AccidenzCommons;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 12vw auto 50px;
position: relative;
padding: 3.9vw;
border-radius: 30px;
}
.roster-pagecontent-row{
width: 100%;
display: flex;
justify-content: space-between;
}
.roster-pagecontent-per{
/* each box's size! */
width: 250px;
height: 400px;
padding: 5px;
}
overflow: hidden;
}
.roster-head>img{
width: 100%;
height: 100%;
object-fit: cover;
}
.roster-name{
margin-top: 10px;
color: #05BE85;
font-family: AccidenzCommons;
/* font-size! */
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.roster-infos{
margin-top: 15px;
}
.roster-infos>p{
color: #05BE85;
font-family: AccidenzCommons;
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
/* font-size! */
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 10px;
}
.roster-maomao{
position: relative;
justify-content: center;
z-index: 5;
width: 100%;
margin: 0 auto;
height: 150px;
margin-bottom: 0;
transform: translateY(150px);
transition: all 0.65s ease-in-out;
}
@media screen and (min-width:1600px){
.roster-head{
width: 220px;
height: 220px;
}
.roster-name{
font-size: 25px;
}
.roster-infos>p{
font-size: 20px;
}
.roster-pagecontent-per{
width: 320px;
height: 520px;
padding: 8px;
}
}
@media screen and (max-width:1100px){
}
.roster-name{
font-size: 16px;
}
.roster-infos>p{
font-size: 12px;
}
padding: 3px;
}
}
/* upon */
/* css for attribution page */
position: relative;
justify-content: center;
margin: 20vh auto 20px;
width: 88%;
box-shadow: 0px 0px 0px 0px #62D881;
}
/* upon */
/* css for ihp */
/* css for ihp */
position: relative;
justify-content: center;
margin-top: 10vh;
/* transform: translateX(-3.2%);
} */
/* .hp-title>span{
font-size: max(5.8vw, 45px);
font-style: normal;
font-weight: 600;
-webkit-text-stroke: 3px #185A4F;
line-height: 135px;
}
.hp-title>p{
margin-top: 35px;
text-align: justify;
font-family: AccidenzCommons;
font-size: min(1.5vw,20px);
font-style: normal;
font-weight: 400;
line-height: normal;
} */
/* .hp-contents-container{
margin: 10vh auto 60px;
padding-right: 2vw;
}
.hp-contents-box{
height: 440px;
display: block;
margin-bottom: 0px;
font-size: 0px;
}
.hp-left-content{
width: 20%;
height: 440px;
display: inline-block;
vertical-align: top;
/* } */
/* .hp-left-content-date{
position: absolute;
top: 30px;
left: 0;
}
.hp-left-content-date>span{
color: #185A4F;
font-family: AccidenzCommons;
font-size: min(1.5vw,20px);
font-style: normal;
font-weight: 400;
line-height: normal;
display: inline-block;
width: 120px;
vertical-align: middle;
}
.hp-left-content-date>div{
margin-left: 20px;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
vertical-align: middle;
}
.hp-left-content-line{
width: 17px;
height: 440px;
transform: translateX(157px);
}
.hp-right-content{
width: 80%;
height: 440px;
display: inline-block;
border-radius: 50px 50px 50px 50px;
vertical-align: top;
overflow: hidden;
padding-left: 20px;
padding-right: 20px;
}
.hp-right-content1{
display: block;
border-radius: 50px 50px 0px 0px;
}
.hp-right-content1-title{
margin: 30px auto 25px;
padding-left: 27px;
text-align: left;
font-size: min(3vw,40px);
font-style: normal;
font-weight: 600;
line-height: normal;
}
.hp-right-content1-infos{
display: flex;
margin-left: 40px;
margin-right: 40px;
justify-content: space-between;
}
.hp-right-content1-infos-left{
width: 25%;
height: 300px;
}
.hp-right-content1-infos-left>div{
width: 120px;
height: 120px;
}
.hp-right-content1-infos-left>div>img{
width: 100%;
height: 100%;
object-fit: cover;
}
.hp-right-content1-infos-left>span{
color: #62D881;
font-family: AccidenCommons;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-left: 10px;
}
.hp-right-content1-infos-left>p{
margin-top: 5px;
padding-left: 10px;
font-size: min(1vw,13px);
font-style: normal;
font-weight: 400;
line-height: normal;
color: #62D881;
font-family: AccidenzCommons;
}
.hp-right-content1-infos-right{
width: 70%;
height: 300px;
position: relative;
}
.hp-right-content1-infos-right>p{
color: #62D881;
font-family: AccidenzCommons;
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
font-size: min(1.5vw,20px);
font-style: normal;
font-weight: 400;
line-height: normal;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
}
.hp-button1{
border-radius: 50%;
width: 50px;
height: 50px;
background: url("https://static.igem.wiki/teams/4594/wiki/ihp-static/hp-button1.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
position: absolute;
bottom: 0;
right: 0;
cursor: pointer;
}
.hp-button2{
border-radius: 50%;
width: 50px;
height: 50px;
background: url("https://static.igem.wiki/teams/4594/wiki/ihp-static/hp-button2.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
position: absolute;
bottom: 0;
right: 0;
cursor: pointer;
/* .hp-details-box{
display: none; */
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
}
.hp-left-details{
width: 20%;
}
.hp-left-details-line{
width: 17px;
height: 100%;
background-color: #B6B2AF;
transform: translate(157px, 0px);
}
.hp-right-details{
padding: 50px;
width: 80%;
border-radius: 0 0 50px 50px;
background: #D8D6D3;
overflow: hidden;
}
.hp-right-details>p{
color: #000;
font-family: AlibabaPuHuiTi;
font-size: min(1.5vw,20px);
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: justify;
margin-bottom: 40px;
/* .hp-margin-box{
display: block; */
} */
/* .hp-left-margin{
display: inline-block;
margin-left: 0px;
width: 20%;
} */
/* .hp-left-margin-line{
width: 17px;
height: 80px;
background-color: #B6B2AF;
transform: translateX(157px);
}
.hp-right-margin{
display: inline-block;
width: 80%;
height: 80px;
margin-right: 0px;
color: #F8F0E8;
text-align: center;
font-family: Arlon;
font-size: 3vw;
font-weight: 600;
}
.hp-right-margin>p{
transform: translateY(-35%); */
/* } */
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
background: url("https://static.igem.wiki/teams/4594/wiki/ihp-static/hp-button4.svg");
cursor: pointer;
border-radius: 50%;
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
position: absolute;
bottom: 0;
right: 0;
cursor: pointer;
transform: translateY(24%);
}
.ref-button2{
background: url("https://static.igem.wiki/teams/4594/wiki/ihp-static/hp-button3.svg");
cursor: pointer;
border-radius: 50%;
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
position: absolute;
bottom: 0;
right: 0;
cursor: pointer;
transform: translateY(24%);
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
background-color: #F8F0E8;
border-radius: 50%;
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
position: absolute;
bottom: 0;
right: 0;
transform: translateY(24%);
}
.ref-hp-right-content{
width: 80%;
display: flex;
border-radius: 50px;
background: #F8F0E8;
flex-direction: column;
overflow: hidden;
padding: 50px;
opacity: 0;
}
.ref-hp-right-content>p{
color: #000;
font-family: AlibabaPuHuiTi;
font-size: min(1.5vw,20px);
font-style: normal;
font-weight: 400;