(333 intermediate revisions by 2 users not shown) | |||
Line 54: | Line 54: | ||
#globalWrapper { | #globalWrapper { | ||
− | + | padding-bottom: 0px!important; | |
} | } | ||
Line 88: | Line 88: | ||
.phototeam { | .phototeam { | ||
background-image: url("https://static.igem.org/mediawiki/2018/5/50/T--CCU_Taiwan--CCUteamphoto.jpg"); | background-image: url("https://static.igem.org/mediawiki/2018/5/50/T--CCU_Taiwan--CCUteamphoto.jpg"); | ||
+ | min-height: 470px; | ||
+ | background-attachment: fixed; | ||
+ | background-position: top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: 110% auto; | ||
+ | z-index: 70; | ||
+ | } | ||
+ | |||
+ | .photoachievements { | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/d/dc/T--CCU_Taiwan--CCUphotoachievements.jpg"); | ||
min-height: 470px; | min-height: 470px; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Line 103: | Line 113: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: 110% auto; | background-size: 110% auto; | ||
− | z-index: 70; | + | z-index: 70; |
} | } | ||
Line 136: | Line 146: | ||
} | } | ||
.photoResult { | .photoResult { | ||
− | background-image: url("https://static.igem.org/mediawiki/2018/ | + | background-image: url("https://static.igem.org/mediawiki/2018/4/4f/T--CCU_Taiwan--CCUResultphoto.png"); |
min-height: 470px; | min-height: 470px; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Line 146: | Line 156: | ||
.photoDemonstration { | .photoDemonstration { | ||
− | background-image: url("https://static.igem.org/mediawiki/2018/ | + | background-image: url("https://static.igem.org/mediawiki/2018/b/b2/T--CCU_Taiwan--CCUDemonstrationphoto1.png"); |
min-height: 470px; | min-height: 470px; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Line 307: | Line 317: | ||
z-index: 70; | z-index: 70; | ||
} | } | ||
+ | |||
+ | .photoParts { | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/6/69/T--CCU_Taiwan--CCUPartsphoto.png"); | ||
+ | min-height: 470px; | ||
+ | background-attachment: fixed; | ||
+ | background-position: top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: 110% auto; | ||
+ | z-index: 70; | ||
+ | } | ||
+ | |||
+ | .photoExperiments { | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/7/74/T--CCU_Taiwan--CCUExperimentsphoto.jpg"); | ||
+ | min-height: 470px; | ||
+ | background-attachment: fixed; | ||
+ | background-position: top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: 110% auto; | ||
+ | z-index: 70; | ||
+ | } | ||
+ | |||
+ | |||
.backgroundAboutUs { | .backgroundAboutUs { | ||
width:100%; | width:100%; | ||
Line 314: | Line 346: | ||
text-decoration-color:#55c97e; | text-decoration-color:#55c97e; | ||
} | } | ||
+ | |||
+ | |||
.backgroundProject { | .backgroundProject { | ||
Line 362: | Line 396: | ||
text-decoration-color:#d1ad7e; | text-decoration-color:#d1ad7e; | ||
} | } | ||
+ | |||
header{ | header{ | ||
Line 380: | Line 415: | ||
height:7vh; | height:7vh; | ||
width: 100%; | width: 100%; | ||
− | box-shadow:0px 4px 6px 0px | + | box-shadow:0px 4px 6px 0px #7D7D7C; |
} | } | ||
Line 393: | Line 428: | ||
left:4vw; | left:4vw; | ||
width: 13.5vw; | width: 13.5vw; | ||
− | height: 5. | + | height: 5.8vh; |
text-align:center; | text-align:center; | ||
margin-left:0vw; | margin-left:0vw; | ||
Line 422: | Line 457: | ||
} | } | ||
+ | #judge { | ||
+ | margin-left:30vw; | ||
+ | list-style-image:url("https://2018.igem.org/File:T--CCU_Taiwan--none.png"); | ||
+ | } | ||
.sub { | .sub { | ||
Line 438: | Line 477: | ||
#sub_home{ | #sub_home{ | ||
− | height: | + | height:40.5vh; |
background:#55c97e; | background:#55c97e; | ||
} | } | ||
Line 570: | Line 609: | ||
.pointerModeling { | .pointerModeling { | ||
+ | width:18vw; | ||
+ | height:10vh; | ||
+ | background:#a6ca7e; | ||
+ | -webkit-clip-path: inset(20% 0% 10% 0% round 0 80px 80px 0); | ||
+ | clip-path: inset(20% 0% 10% 0% round 0 80px 80px 0); | ||
+ | transition: 500ms; | ||
+ | stroke: #282828; | ||
+ | stroke-width: 1px; | ||
+ | z-index:1; | ||
+ | } | ||
+ | |||
+ | .pointerModeling1 { | ||
width:18vw; | width:18vw; | ||
height:10vh; | height:10vh; | ||
Line 700: | Line 751: | ||
} | } | ||
.pointerModeling a { | .pointerModeling a { | ||
+ | line-height:11vh; | ||
+ | margin-left: 14px; | ||
+ | font-size:1.5vw; | ||
+ | color:black; | ||
+ | position: relative; | ||
+ | transition: 500ms; | ||
+ | z-index:1; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .pointerModeling1 a { | ||
line-height:11vh; | line-height:11vh; | ||
margin-left: 14px; | margin-left: 14px; | ||
Line 711: | Line 772: | ||
.pointerModeling:hover { | .pointerModeling:hover { | ||
+ | width:20vw; | ||
+ | z-index:1; | ||
+ | } | ||
+ | |||
+ | .pointerModeling1:hover { | ||
width:20vw; | width:20vw; | ||
z-index:1; | z-index:1; | ||
Line 725: | Line 791: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
+ | .pointerModeling1 a:hover { | ||
+ | line-height:11vh; | ||
+ | margin-left: 14px; | ||
+ | font-size:1.5vw; | ||
+ | letter-spacing: 2px; | ||
+ | color:black; | ||
+ | position: relative; | ||
+ | z-index:1; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
.pointerDrylab a { | .pointerDrylab a { | ||
line-height:11vh; | line-height:11vh; | ||
Line 769: | Line 848: | ||
margin-left: 14px; | margin-left: 14px; | ||
font-size:1.5vw; | font-size:1.5vw; | ||
− | letter-spacing: | + | letter-spacing: 3px; |
color:black; | color:black; | ||
position: relative; | position: relative; | ||
z-index:1; | z-index:1; | ||
text-decoration: none; | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .indicator #pca a:hover { | ||
+ | letter-spacing: 1px!important; | ||
+ | } | ||
+ | |||
+ | .indicator #nchu a:hover { | ||
+ | letter-spacing: 1px!important; | ||
} | } | ||
.pointerNotebook a { | .pointerNotebook a { | ||
Line 865: | Line 952: | ||
.polaroid .container p { | .polaroid .container p { | ||
− | |||
color: #3D3D3D; | color: #3D3D3D; | ||
line-height: 1.6!important; | line-height: 1.6!important; | ||
Line 872: | Line 958: | ||
font-weight: bold; | font-weight: bold; | ||
padding-left: 1vw!important; | padding-left: 1vw!important; | ||
+ | text-align: inherit!important; | ||
} | } | ||
Line 882: | Line 969: | ||
height: 110px; | height: 110px; | ||
background-color: #333F50; | background-color: #333F50; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | display: block; | ||
} | } | ||
Line 1,022: | Line 1,113: | ||
#Demonstrate1 { | #Demonstrate1 { | ||
width: calc(60% + 20px); | width: calc(60% + 20px); | ||
− | margin-left: | + | margin-left: 25vw!important; |
+ | } | ||
+ | #Demonstrate1-2 { | ||
+ | width: 70%; | ||
+ | margin-left: 23vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Demonstrate1-3 { | ||
+ | width: 60%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Demonstrate1-4 { | ||
+ | width: 60%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Demonstrate1-5 { | ||
+ | width: 60%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
} | } | ||
Line 1,030: | Line 1,141: | ||
color: #3D3D3D; | color: #3D3D3D; | ||
line-height: 1.6!important; | line-height: 1.6!important; | ||
+ | } | ||
+ | |||
+ | .parttable { | ||
+ | margin-left: 0!important; | ||
+ | font-size: 18px!important; | ||
+ | color: #3D3D3D; | ||
+ | line-height: 1.6!important; | ||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | text-decoration-color:#92cd7e!important; | ||
+ | } | ||
+ | |||
+ | .parttable a { | ||
+ | color: #92cd7e; | ||
+ | } | ||
+ | |||
+ | .parttable th { | ||
+ | background:#92cd7e; | ||
+ | } | ||
+ | |||
+ | |||
+ | .parttable a { | ||
+ | padding-left: 0!important; | ||
+ | margin-left: 0!important; | ||
+ | padding-right: 0!important; | ||
+ | } | ||
+ | |||
+ | .parttable table { | ||
+ | margin-left: 5vw!important; | ||
+ | width: 80%; | ||
} | } | ||
Line 1,100: | Line 1,241: | ||
.structuregraph .transform { | .structuregraph .transform { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 5%; |
left: 20px; | left: 20px; | ||
padding: 20px; | padding: 20px; | ||
Line 1,108: | Line 1,249: | ||
.structuregraph .Enzyme { | .structuregraph .Enzyme { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 40%; |
− | left: | + | left: 75px; |
padding: 20px; | padding: 20px; | ||
width: 80%; | width: 80%; | ||
Line 1,117: | Line 1,258: | ||
position: absolute; | position: absolute; | ||
top: 62%; | top: 62%; | ||
− | padding-left: | + | padding-left: 165px; |
width: 50%; | width: 50%; | ||
Line 1,124: | Line 1,265: | ||
.structuregraph .HP { | .structuregraph .HP { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 82%; |
− | left: | + | left: 75px; |
padding: 20px; | padding: 20px; | ||
width: 50%; | width: 50%; | ||
Line 1,165: | Line 1,306: | ||
.flip {margin-left:20vw; padding:5px; padding-left:3vw;padding-right:3vw;text-align:center;background:#d1c17e;cursor:pointer;font-family:'Arial'; width:60.1vw;} | .flip {margin-left:20vw; padding:5px; padding-left:3vw;padding-right:3vw;text-align:center;background:#d1c17e;cursor:pointer;font-family:'Arial'; width:60.1vw;} | ||
.panel {margin-left:20vw; padding:10px;padding-left:3vw;padding-right:3vw;background:#FFFACD;border:solid 1px #c3c3c3;display:none;font-family:'Arial'; width:60vw;} | .panel {margin-left:20vw; padding:10px;padding-left:3vw;padding-right:3vw;background:#FFFACD;border:solid 1px #c3c3c3;display:none;font-family:'Arial'; width:60vw;} | ||
+ | |||
+ | |||
+ | .st { | ||
+ | list-style-type:disc; | ||
+ | } | ||
+ | |||
+ | .mdl { | ||
+ | color:red!important; | ||
+ | padding-left:4vw!important; | ||
+ | margin-left:1vw!important; | ||
+ | font-size:20px; | ||
+ | } | ||
.bigtitle { | .bigtitle { | ||
Line 1,184: | Line 1,337: | ||
#Design1 { | #Design1 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Design2 { | ||
+ | width: 50%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Design3 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | |||
+ | #Line1 { | ||
+ | width: 50%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Line2 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Line3 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Line4 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Line5 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Line6 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Line7 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Line8 { | ||
+ | width: 70%; | ||
+ | margin-left: 20VW; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .row #halftext { | ||
+ | display: inline-block; | ||
+ | width: 50%; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .row #halftext2 { | ||
+ | display: inline-block; | ||
+ | width: 50%; | ||
+ | margin-left: 20vw; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .row #halftext3 { | ||
+ | display: inline-block; | ||
+ | width: 65%; | ||
+ | vertical-align: top; | ||
+ | |||
+ | } | ||
+ | |||
+ | #Analysis1 { | ||
+ | width: 40%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Analysis2 { | ||
+ | width: 27%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Analysis3 { | ||
+ | width: 28%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Analysis4 { | ||
+ | width: 50%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Analysis5 { | ||
+ | width: 38%; | ||
+ | margin-left: 16vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Analysis6 { | ||
+ | width: 38%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Analysis7 { | ||
+ | width: 38%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Analysis8 { | ||
+ | width: 50%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .thecard p { | ||
+ | font-size: 13px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .thecard1 p { | ||
+ | font-size: 13px; | ||
+ | } | ||
+ | |||
+ | a:hover .card-outmore { | ||
+ | background: #2C3E50; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | a:hover .thecard { | ||
+ | box-shadow: 0 10px 50px rgba(0,0,0,.6); | ||
+ | } | ||
+ | |||
+ | a:hover .thecard1 { | ||
+ | box-shadow: 0 10px 50px rgba(0,0,0,.6); | ||
+ | } | ||
+ | |||
+ | .thecard { | ||
+ | width: 300px; | ||
+ | margin-left: 20vw; | ||
+ | padding-bottom: 20px; | ||
+ | box-shadow: 0 1px 30px rgba(0,0,0,.4); | ||
+ | display: block; | ||
+ | background-color: #fff; | ||
+ | border-radius: 4px; | ||
+ | transition: 400ms ease; | ||
+ | display: inline-block; | ||
+ | align: top; | ||
+ | } | ||
+ | |||
+ | .thecard1 { | ||
+ | width: 300px; | ||
+ | margin-left: 10px!important; | ||
+ | padding-bottom: 20px; | ||
+ | box-shadow: 0 1px 30px rgba(0,0,0,.4); | ||
+ | display: block; | ||
+ | background-color: #fff; | ||
+ | border-radius: 4px; | ||
+ | transition: 400ms ease; | ||
+ | display: inline-block; | ||
+ | align: top; | ||
+ | } | ||
+ | .card-img { | ||
+ | height: 225px; | ||
+ | text-align:center!important; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | .card-img img { | ||
+ | width:100%; | ||
+ | border-radius: 4px 4px 0px 0px; | ||
+ | text-align:center; | ||
+ | overflow: hidden!important; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | .card-caption { | ||
+ | position: relative; | ||
+ | background: #ffffff; | ||
+ | padding: 15px 25px 5px 25px; | ||
+ | border-radius: 0px 0px 4px 4px; | ||
+ | } | ||
+ | |||
+ | .card-outmore { | ||
+ | padding: 10px 25px 10px 25px; | ||
+ | border-radius: 0px 0px 4px 4px; | ||
+ | border-top: 1px solid #e0e0e0; | ||
+ | background: #efefef; | ||
+ | color: #222; | ||
+ | display: inline-table; | ||
+ | width: 100%; | ||
+ | box-sizing: border-box; | ||
+ | transition: 400ms ease; | ||
+ | } | ||
+ | .card-outmore h5 { | ||
+ | float: left; | ||
+ | } | ||
+ | .card-outmore i { | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .thecard span.date { | ||
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | .thecard h1 { | ||
+ | font-size: 22px; | ||
+ | } | ||
+ | |||
+ | .thecard h5 { | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | |||
+ | .thecard1 span.date { | ||
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | .thecard1 h1 { | ||
+ | font-size: 22px; | ||
+ | } | ||
+ | |||
+ | .thecard1 h5 { | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | #like-btn { | ||
+ | font-size: 18px; | ||
+ | background: #446CB3; | ||
+ | color: #fff; | ||
+ | padding: 13px 15px; | ||
+ | border-radius: 50em; | ||
+ | position: absolute; | ||
+ | right: 20px; | ||
+ | top: -22px; | ||
+ | box-shadow: 0 2px 1px rgba(0,0,0,.2); | ||
+ | transition: 400ms ease; | ||
+ | font-family: 'CCUfontsBold', Arial, sans-serif!important; | ||
+ | } | ||
+ | |||
+ | #like-btn:hover { | ||
+ | font-size: 18px; | ||
+ | background: #3B5998; | ||
+ | color: #fff; | ||
+ | padding: 13px 15px; | ||
+ | border-radius: 50em; | ||
+ | position: absolute; | ||
+ | right: 20px; | ||
+ | top: -22px; | ||
+ | box-shadow: 0 4px 5px rgba(0,0,0,.3); | ||
+ | } | ||
+ | |||
+ | #outmore-icon { | ||
+ | border:1px solid ; | ||
+ | padding: 1px 6px; | ||
+ | border-radius: 50em; | ||
+ | } | ||
+ | |||
+ | .thecard .card { | ||
+ | margin-left: 0!important; | ||
+ | padding-left: 0!important; | ||
+ | text-align: left!important; | ||
+ | } | ||
+ | |||
+ | .thecard .second { | ||
+ | margin-left: 0!important; | ||
+ | padding-left: 0!important; | ||
+ | text-align: left!important; | ||
+ | } | ||
+ | |||
+ | .thecard .description { | ||
+ | margin-left: 0!important; | ||
+ | padding-left: 0!important; | ||
+ | text-align: left!important; | ||
+ | } | ||
+ | |||
+ | .thecard1 .description { | ||
+ | margin-left: 0!important; | ||
+ | padding-left: 0!important; | ||
+ | text-align: left!important; | ||
+ | } | ||
+ | |||
+ | .thecard1 .card { | ||
+ | margin-left: 0!important; | ||
+ | padding-left: 0!important; | ||
+ | text-align: left!important; | ||
+ | } | ||
+ | .row .thecard { | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .row .thecard1 { | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | #arrow1 { | ||
+ | position: absolute; | ||
+ | z-index: 70; | ||
+ | width: 69%; | ||
+ | margin-left: 17vw; | ||
+ | margin-top: 15vh; | ||
+ | } | ||
+ | |||
+ | .container1{ | ||
+ | background:#eee; | ||
+ | width:60%; | ||
+ | margin-left: 20vw; | ||
+ | } | ||
+ | .articles{ | ||
+ | display:flex; | ||
+ | overflow:hidden; | ||
+ | flex-wrap:wrap; | ||
+ | align-items:stretch; | ||
+ | } | ||
+ | .articleShort{ | ||
+ | display:flex; | ||
+ | //flex: 0 1 50%; //controll the width, default 1 1 0% | ||
+ | flex:1 1 0%; //really buggy in safari IOS | ||
+ | |||
+ | } | ||
+ | .articleMain{ | ||
+ | display:flex; | ||
+ | flex: 1 1 100%; //controll the width, default 1 1 0% | ||
+ | } | ||
+ | .card1{ | ||
+ | display:flex; | ||
+ | align-items: center; | ||
+ | overflow:hidden; | ||
+ | background-color:white; | ||
+ | //padding:15px; | ||
+ | margin: 15px; | ||
+ | |||
+ | .card-content1{ | ||
+ | display:flex; | ||
+ | flex-direction:column; | ||
+ | align-items:flex-start; | ||
+ | flex: 1 1 auto; | ||
+ | |||
+ | h3,p{ | ||
+ | max-width: calc(100% - 30px); | ||
+ | padding-left:30px; | ||
+ | } | ||
+ | } | ||
+ | .card-image1{ | ||
+ | min-width:262px; | ||
+ | a{ | ||
+ | img{ | ||
+ | //min-width:162px; | ||
+ | display: block; | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
+ | |||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 992px) { | ||
+ | .articleShort{ | ||
+ | flex:1 1 100%; | ||
+ | } | ||
+ | } | ||
+ | @media screen and (max-width: 480px) { | ||
+ | .card1{flex-direction:column; | ||
+ | .card-content1{ | ||
+ | h3,p{text-align:center; | ||
+ | } | ||
+ | } | ||
+ | .card-image{ | ||
+ | |||
+ | img{ | ||
+ | |||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
+ | #hp1 { | ||
+ | width: auto; | ||
+ | height: 200px; | ||
+ | } | ||
+ | |||
+ | .backgroundHP .thecard a { | ||
+ | padding-right: 0!important; | ||
+ | margin-left: 0!important; | ||
+ | text-decoration: none!important; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .backgroundHP .thecard { | ||
+ | width: 800px!important; | ||
+ | margin-left: 25vw; | ||
+ | } | ||
+ | #Public1 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block!important; | ||
+ | } | ||
+ | |||
+ | |||
+ | #Public2 { | ||
+ | width: 35%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block!important; | ||
+ | } | ||
+ | |||
+ | #Public3 { | ||
+ | width: 35%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block!important; | ||
+ | } | ||
+ | |||
+ | |||
+ | body {font-family: Verdana, sans-serif; margin:0} | ||
+ | .mySlides {display: none} | ||
+ | img {vertical-align: middle;} | ||
+ | |||
+ | /* Slideshow container */ | ||
+ | .slideshow-container { | ||
+ | max-width: 1000px; | ||
+ | position: relative; | ||
+ | margin: auto; | ||
+ | border:1px solid ; | ||
+ | |||
+ | } | ||
+ | |||
+ | /* Next & previous buttons */ | ||
+ | .prev, .next { | ||
+ | cursor: pointer; | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | width: auto; | ||
+ | padding: 16px!important;; | ||
+ | margin-top: -22px!important;; | ||
+ | color: #3BE7AA; | ||
+ | font-weight: bold; | ||
+ | font-size: 60px; | ||
+ | transition: 0.6s ease; | ||
+ | border-radius: 0 3px 3px 0; | ||
+ | padding-right: 0!important; | ||
+ | margin-left: 0!important; | ||
+ | text-decoration: none!important; | ||
+ | } | ||
+ | |||
+ | /* Position the "next button" to the right */ | ||
+ | .next { | ||
+ | right: 0; | ||
+ | border-radius: 3px 0 0 3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Caption text */ | ||
+ | .text { | ||
+ | color: #f2f2f2; | ||
+ | font-size: 15px; | ||
+ | padding: 8px 12px; | ||
+ | position: absolute; | ||
+ | bottom: 8px; | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | /* Number text (1/3 etc) */ | ||
+ | .numbertext { | ||
+ | color: #f2f2f2; | ||
+ | font-size: 12px; | ||
+ | padding: 8px 12px; | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | } | ||
+ | |||
+ | /* The dots/bullets/indicators */ | ||
+ | .dot { | ||
+ | cursor: pointer; | ||
+ | height: 15px; | ||
+ | width: 15px; | ||
+ | margin: 0 2px; | ||
+ | background-color: #bbb; | ||
+ | border-radius: 50%; | ||
+ | display: inline-block; | ||
+ | transition: background-color 0.6s ease; | ||
+ | } | ||
+ | |||
+ | .active, .dot:hover { | ||
+ | background-color: #717171; | ||
+ | } | ||
+ | |||
+ | /* Fading animation */ | ||
+ | .fade { | ||
+ | -webkit-animation-name: fade; | ||
+ | -webkit-animation-duration: 1.5s; | ||
+ | animation-name: fade; | ||
+ | animation-duration: 1.5s; | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes fade { | ||
+ | from {opacity: .4} | ||
+ | to {opacity: 1} | ||
+ | } | ||
+ | |||
+ | @keyframes fade { | ||
+ | from {opacity: .4} | ||
+ | to {opacity: 1} | ||
+ | } | ||
+ | |||
+ | /* On smaller screens, decrease text size */ | ||
+ | @media only screen and (max-width: 300px) { | ||
+ | .prev, .next,.text {font-size: 11px} | ||
+ | } | ||
+ | |||
+ | .survey { | ||
+ | width:50%!important; | ||
+ | margin-left: 28vw; | ||
+ | } | ||
+ | |||
+ | #Model1 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Bind1 { | ||
+ | width: 70%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Bind2 { | ||
+ | width: 50%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Bind3 { | ||
+ | width: 30%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Bind4 { | ||
+ | width: 35%; | ||
+ | margin-left: 15px; | ||
+ | display: inline-block!important; | ||
+ | } | ||
+ | #Bind5 { | ||
+ | width: 70%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Bind6 { | ||
+ | width: 70%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Bind7 { | ||
+ | width: 25%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Bind8 { | ||
width: 40%; | width: 40%; | ||
+ | margin-left: 5px; | ||
+ | display: inline-block!important; | ||
+ | } | ||
+ | |||
+ | #twopics { | ||
+ | display: inline-block!important; | ||
+ | width:45%; | ||
+ | } | ||
+ | |||
+ | #twopics2 { | ||
+ | display: inline-block!important; | ||
+ | width:25%; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | #twopics3 { | ||
+ | display: inline-block!important; | ||
+ | width:60%; | ||
+ | margin-left: 20%; | ||
+ | } | ||
+ | |||
+ | .indicator #Polymer1 { | ||
+ | font-size: 1vw!important; | ||
+ | } | ||
+ | |||
+ | #Basic1 { | ||
+ | width: 40%; | ||
+ | margin-left: 20vw; | ||
display: inline-block; | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #Basic2 { | ||
+ | width: 30%; | ||
+ | margin-left: 20px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Basic3 { | ||
+ | width: 40%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Basic4 { | ||
+ | width: 30%; | ||
+ | margin-left: 20px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Basic5 { | ||
+ | width: 30%; | ||
margin-left: 10px; | margin-left: 10px; | ||
+ | display: inline-block; | ||
} | } | ||
+ | #Composite1 { | ||
+ | width: 50%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Composite1-2 { | ||
+ | width: 50%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | #Composite2 { | ||
+ | width: 50%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Composite2-2 { | ||
+ | width: 50%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Composite3 { | ||
+ | width: 50%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Composite3-2 { | ||
+ | width: 50%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Composite3-3 { | ||
+ | width: 50%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #Composite4 { | ||
+ | width: 30%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | #Composite5 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | #like-btn a { | ||
+ | padding-right: 0!important; | ||
+ | margin-left: 0!important; | ||
+ | text-decoration: none!important; | ||
+ | color: white; | ||
+ | } | ||
+ | .backgroundProject #like-btn { | ||
+ | right: 0px!important; | ||
+ | top: 0px!important; | ||
+ | position: relative!important; | ||
+ | margin-left: 20vw!important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #Demonstrate2 { | ||
+ | width: 40%; | ||
+ | margin-left: 35vw; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | #Demonstrate3 { | ||
+ | width: 30%; | ||
+ | margin-left: 23vw; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | #Demonstrate4 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | #Demonstrate5 { | ||
+ | width: 50%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | #Demonstrate6 { | ||
+ | width: 30%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | #Demonstrate7 { | ||
+ | width: 30%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | #Demonstrate8 { | ||
+ | width: 70%; | ||
+ | margin-left: 22vw; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | |||
+ | .description a { | ||
+ | padding-left: 0!important; | ||
+ | margin-left: 0!important; | ||
+ | padding-right: 0!important; | ||
+ | } | ||
+ | .polaroid #production { | ||
+ | width: 100%; | ||
+ | display: inline-block; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | .backgroundParts a { | ||
+ | color: #92cd7e; | ||
+ | padding-left: 0!important; | ||
+ | margin-left: 0!important; | ||
+ | padding-right: 0!important; | ||
+ | text-decoration-color:#92cd7e!important; | ||
+ | } | ||
+ | |||
+ | #Safety1 { | ||
+ | width: 20%; | ||
+ | margin-left: 17vw; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | #Safety2 { | ||
+ | width: 25%; | ||
+ | margin-left: 1px; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | #Safety3 { | ||
+ | width: 25%; | ||
+ | margin-left: 1px; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | #ptc1 { | ||
+ | width: 60%; | ||
+ | } | ||
+ | #ptc2 { | ||
+ | width: 60%; | ||
+ | } | ||
+ | #ptc3 { | ||
+ | width: 60%; | ||
+ | } | ||
+ | #ptc4 { | ||
+ | width: 60%; | ||
+ | } | ||
+ | #ptc5 { | ||
+ | width: 60%; | ||
+ | } | ||
+ | #ptc5 { | ||
+ | width: 50%; | ||
+ | } | ||
+ | #ptc6 { | ||
+ | width: 40%; | ||
+ | } | ||
+ | #ptc7 { | ||
+ | width: 60%; | ||
+ | } | ||
+ | |||
+ | #cb2 { | ||
+ | width: 45%; | ||
+ | margin-left: 30vw; | ||
+ | } | ||
+ | #Public0-1 { | ||
+ | width: 15%; | ||
+ | margin-left: 20vw; | ||
+ | } | ||
+ | #Public0-2 { | ||
+ | width: 15%; | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | |||
+ | #Public0-3 { | ||
+ | width: 15%; | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | #Public0-4 { | ||
+ | width: 15%; | ||
+ | margin-left: 20vw; | ||
+ | } | ||
+ | #Public0-5 { | ||
+ | width: 15%; | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | |||
+ | #Public0-6 { | ||
+ | width: 15%; | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | |||
+ | #res1 { | ||
+ | width: 38%; | ||
+ | margin-left: 17vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #res2 { | ||
+ | width: 35%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #res3 { | ||
+ | width: 40%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #res4 { | ||
+ | width: 37%; | ||
+ | margin-left: 17vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #res5 { | ||
+ | width: 37%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #res6 { | ||
+ | width: 37%; | ||
+ | margin-left: 17vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #res7 { | ||
+ | width: 37%; | ||
+ | margin-left: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #res8 { | ||
+ | width: 60%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #res9 { | ||
+ | width: 60%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #res10 { | ||
+ | width: 60%; | ||
+ | margin-left: 25vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX1 { | ||
+ | width: 15%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #EX2 { | ||
+ | width: 20%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | |||
+ | #EX3 { | ||
+ | width: 22%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX4 { | ||
+ | width: 40%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX5 { | ||
+ | width: 40%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX6 { | ||
+ | width: 40%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX7 { | ||
+ | width: 15%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX8 { | ||
+ | width: 25%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX9 { | ||
+ | width: 25%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX10 { | ||
+ | width: 35%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX11 { | ||
+ | width: 30%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX12 { | ||
+ | width: 25%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX13 { | ||
+ | width: 25%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX14 { | ||
+ | width: 30%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX15 { | ||
+ | width: 25%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #EX16 { | ||
+ | width: 30%; | ||
+ | margin-left: 20vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #ihp1 { | ||
+ | width: 60%; | ||
+ | margin-left: 27vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #ihp2 { | ||
+ | width: 60%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #ihp3 { | ||
+ | width: 60%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #ihp4 { | ||
+ | width: 60%; | ||
+ | margin-left: 30vw; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | #goldmedal1 { | ||
+ | vertical-align: middle; | ||
+ | text-align:center; | ||
+ | margin-left: 20vw; | ||
+ | } | ||
+ | |||
+ | iframe { | ||
+ | margin-left: 10vw; | ||
+ | } | ||
+ | |||
+ | .slideshow-container1 { | ||
+ | max-width: 1500px; | ||
+ | position: relative; | ||
+ | margin: auto; | ||
+ | border:1px solid ; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .special { | ||
+ | font-size: 36px!important; | ||
+ | color: #2ED583!important; | ||
+ | font-family: 'CCUfontsBold', Arial, sans-serif!important; | ||
+ | text-decoration: none!important; | ||
+ | text-align:center;!important; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 02:38, 6 December 2018