(93 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <style> | ||
+ | |||
+ | .protocolli{ | ||
+ | list-style-type:disc!important; | ||
+ | padding: 0px 0px!important; | ||
+ | } | ||
+ | |||
+ | figcaption { | ||
+ | display: block; | ||
+ | text-align: center; | ||
+ | font-size: .9em; | ||
+ | margin-bottom:25px; | ||
+ | } | ||
+ | |||
+ | .footersponsors{margin: 20px;max-width:800px;width:100%;margin-right:auto; margin-left:auto;display: block; | ||
+ | height:auto;z-index:5;} | ||
+ | .footergrants{ | ||
+ | margin: 20px;max-width:450px;width:50%;margin-right:auto; margin-left:auto;display: block; | ||
+ | height:auto;z-index:5;} | ||
+ | |||
+ | .avatarlink{z-index:5;max-width:100%;} | ||
+ | |||
+ | .descbig{display:block;} | ||
+ | |||
+ | .descmed{display:none;} | ||
+ | |||
+ | .descsmoll{display:none;} | ||
+ | |||
+ | .butn{ | ||
+ | color: white; | ||
+ | background-color: #095C55; | ||
+ | border-radius: 20px; | ||
+ | border: none; | ||
+ | width: 150px; | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | margin-top: 10px; | ||
+ | line-height: 25px;} | ||
+ | |||
+ | |||
+ | .row{ | ||
+ | line-height: 1.5em;} | ||
+ | |||
+ | .factbox{ | ||
+ | text-align: center; | ||
+ | color: rgba(9, 49, 79, 1); | ||
+ | padding:25px; | ||
+ | border-radius: 20px; | ||
+ | background-color:#eee; | ||
+ | |||
+ | } | ||
+ | .fact{ | ||
+ | height: 100%; | ||
+ | line-height: 150%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | .flex-center { | ||
+ | align-items: unset !important;} | ||
+ | |||
+ | .propadding{ | ||
+ | padding-top: 20px; | ||
+ | |||
+ | padding-bottom: 40px;} | ||
+ | |||
+ | .collapsible { | ||
+ | background-color: rgba(9, 49, 79, 1); | ||
+ | color: white; | ||
+ | cursor: pointer; | ||
+ | padding: 18px; | ||
+ | width: 100%; | ||
+ | border: none; | ||
+ | text-align: left; | ||
+ | outline: none; | ||
+ | font-size: 20px; | ||
+ | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | ||
+ | text-orientation:left; | ||
+ | } | ||
+ | |||
+ | .coactive { | ||
+ | background-color: rgba(9, 49, 79, 1); | ||
+ | } | ||
+ | |||
+ | .collapsible:hover { | ||
+ | background-color: #555; | ||
+ | } | ||
+ | |||
+ | .collapsible:after { | ||
+ | content: '\002B'; | ||
+ | color: white; | ||
+ | font-weight: bold; | ||
+ | float: right; | ||
+ | margin-left: 5px; | ||
+ | } | ||
+ | |||
+ | .coactive:after { | ||
+ | content: "\2212"; | ||
+ | } | ||
+ | |||
+ | .excontent { | ||
+ | padding: 0px 25px; | ||
+ | max-height: 0; | ||
+ | overflow: hidden; | ||
+ | transition: max-height 0.2s ease-out; | ||
+ | background-color: #ffffff; | ||
+ | overflow:auto; | ||
+ | text-align:left; | ||
+ | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .overlay { | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | background: rgba(0, 0, 0, 0.7); | ||
+ | transition: opacity 500ms; | ||
+ | visibility: hidden; | ||
+ | opacity: 0; | ||
+ | } | ||
+ | .overlay:target { | ||
+ | visibility: visible; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | .popup { | ||
+ | margin: 70px auto; | ||
+ | padding: 20px; | ||
+ | background: #fff; | ||
+ | border-radius: 5px; | ||
+ | width: 70%; | ||
+ | max-height: 400px; | ||
+ | overflow: auto; | ||
+ | position: relative; | ||
+ | transition: all 5s ease-in-out; | ||
+ | } | ||
+ | |||
+ | .popup h2 { | ||
+ | margin-top: 0; | ||
+ | color: #333; | ||
+ | font-family: Tahoma, Arial, sans-serif; | ||
+ | } | ||
+ | .popup .close { | ||
+ | position: absolute; | ||
+ | top: 20px; | ||
+ | right: 30px; | ||
+ | transition: all 200ms; | ||
+ | font-size: 30px; | ||
+ | font-weight: bold; | ||
+ | text-decoration: none; | ||
+ | color: #333; | ||
+ | } | ||
+ | .popup .close:hover { | ||
+ | color: #06D85F; | ||
+ | } | ||
+ | .popup .content { | ||
+ | max-height: 30%; | ||
+ | overflow: auto; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 700px){ | ||
+ | .box{ | ||
+ | width: 70%; | ||
+ | } | ||
+ | .popup{ | ||
+ | width: 70%; | ||
+ | } | ||
+ | } | ||
− | |||
Line 140: | Line 315: | ||
− | .buttonholder{position: absolute; padding-top: | + | .buttonholder{position: absolute; padding-top:125px; right: 10px;} |
.ownbutton{ | .ownbutton{ | ||
background-color: Transparent;background-repeat:no-repeat; | background-color: Transparent;background-repeat:no-repeat; | ||
Line 146: | Line 321: | ||
cursor:pointer; | cursor:pointer; | ||
overflow: hidden; | overflow: hidden; | ||
+ | padding-right:20px; | ||
+ | |||
} | } | ||
+ | .buttonimagefront{width:60px;} | ||
#effect2{width: 12%; | #effect2{width: 12%; | ||
left: 5%; | left: 5%; | ||
top: 17%; | top: 17%; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .effect4{width: 12%; | ||
+ | left: 5%; | ||
+ | top: 400px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .effect5{width: 8%; | ||
+ | right: 3%; | ||
+ | top: 600px; | ||
+ | transform: scaleX(-1); | ||
} | } | ||
Line 159: | Line 351: | ||
} | } | ||
+ | |||
+ | .effect5{width: 9%; | ||
+ | right: 3%; | ||
+ | top: 670px; | ||
+ | transform: scaleX(-1); | ||
+ | |||
+ | } | ||
.spaceh{width: 85%; | .spaceh{width: 85%; | ||
Line 173: | Line 372: | ||
section.header_con{ | section.header_con{ | ||
− | background: | + | background: radial-gradient( #09314F, #09314F, rgba(9, 49, 79, .94)), url(https://static.igem.org/mediawiki/2019/1/1f/T--DTU-Denmark--vectorim.png); |
− | + | font-size:127%; | |
padding-bottom: 150px; | padding-bottom: 150px; | ||
padding-top: 50px; | padding-top: 50px; | ||
Line 187: | Line 386: | ||
section.grey_con{ | section.grey_con{ | ||
background: #eee; | background: #eee; | ||
− | padding-bottom: | + | padding-bottom: 75px; |
padding-top: 50px; | padding-top: 50px; | ||
color: rgba(9, 49, 79, .95); | color: rgba(9, 49, 79, .95); | ||
Line 230: | Line 429: | ||
margin: 5px; | margin: 5px; | ||
border-radius: 10px; | border-radius: 10px; | ||
+ | z-index:7; | ||
} | } | ||
.member-details img { | .member-details img { | ||
Line 315: | Line 515: | ||
.member-details:hover .member-info p { | .member-details:hover .member-info p { | ||
bottom: 0; | bottom: 0; | ||
+ | } | ||
+ | |||
+ | .team-heading{padding-right: 15px;padding-left: 15px; | ||
+ | width:100%; | ||
+ | color:#fffff0; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | font-size:150%;} | ||
+ | |||
+ | .team-heading h2 { | ||
+ | text-transform: uppercase; | ||
+ | font-size: 22px; | ||
+ | font-weight: 700; | ||
+ | margin-bottom: 15px; | ||
+ | font-size:120%; | ||
} | } | ||
/* Team overview */ | /* Team overview */ | ||
.team-overview { | .team-overview { | ||
− | + | ||
width:80%; | width:80%; | ||
color:#fffff0; | color:#fffff0; | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
+ | font-size: 1.4em; | ||
} | } | ||
.team-overview h2 { | .team-overview h2 { | ||
Line 329: | Line 545: | ||
font-size: 22px; | font-size: 22px; | ||
font-weight: 700; | font-weight: 700; | ||
− | margin-bottom: | + | margin-bottom: 15px; |
+ | font-size:120%; | ||
} | } | ||
Line 337: | Line 554: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
#outside { | #outside { | ||
Line 391: | Line 599: | ||
text-align: center; | text-align: center; | ||
} | } | ||
+ | |||
+ | .descbig{display:none} | ||
+ | .descmed{display:block} | ||
+ | .descsmoll{display:none;} | ||
+ | |||
+ | .topimg{ | ||
+ | display: contents; | ||
+ | } | ||
} | } | ||
Line 412: | Line 628: | ||
padding: 15px; | padding: 15px; | ||
} | } | ||
− | + | .team-overview { | |
+ | padding-right: 0px; | ||
+ | |||
+ | font-size: 1.0em; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media only screen and (max-width : 450px) { | ||
+ | .descbig{display:none} | ||
+ | .descmed{display:none} | ||
+ | .descsmoll{display:block;} | ||
+ | |||
} | } | ||
Line 419: | Line 646: | ||
width: 47%; | width: 47%; | ||
} | } | ||
+ | |||
} | } | ||
Line 435: | Line 663: | ||
section.darkblue_con{ | section.darkblue_con{ | ||
background: rgba(9, 49, 79, 1); | background: rgba(9, 49, 79, 1); | ||
− | padding-bottom: | + | padding-bottom: 75px; |
padding-top: 50px; | padding-top: 50px; | ||
color: #eee; | color: #eee; | ||
Line 447: | Line 675: | ||
.image1 { | .image1 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 70%; |
left: 5%; | left: 5%; | ||
Line 453: | Line 681: | ||
.image2 { | .image2 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 105%; |
left: 28%; | left: 28%; | ||
Line 459: | Line 687: | ||
.image3 { | .image3 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 25%; |
− | + | right:0px; | |
} | } | ||
.image4 { | .image4 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 75%; |
left: 12%; | left: 12%; | ||
Line 472: | Line 700: | ||
.image5 { | .image5 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 115%; |
left: 71%; | left: 71%; | ||
Line 479: | Line 707: | ||
.image6 { | .image6 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 85%; |
− | + | right: 5px; | |
} | } | ||
Line 487: | Line 715: | ||
position: absolute; | position: absolute; | ||
top: 8%; | top: 8%; | ||
− | + | right: 97px; | |
} | } | ||
Line 493: | Line 721: | ||
.image8 { | .image8 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 106%; |
left: 13%; | left: 13%; | ||
Line 500: | Line 728: | ||
.image9 { | .image9 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 120%; |
− | + | right: 5px; | |
} | } | ||
Line 507: | Line 735: | ||
.image10 { | .image10 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 6%; |
− | left: | + | left: 23%; |
} | } | ||
Line 517: | Line 745: | ||
.image11 { | .image11 { | ||
position: absolute; | position: absolute; | ||
− | + | bottom: -80px; | |
left: 10%; | left: 10%; | ||
+ | |||
} | } | ||
Line 524: | Line 753: | ||
.image12 { | .image12 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 50%; |
left: 84%; | left: 84%; | ||
Line 531: | Line 760: | ||
.image13 { | .image13 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 90%; |
left: 75%; | left: 75%; | ||
Line 540: | Line 769: | ||
.scaleit{ | .scaleit{ | ||
− | + | max-height: 25vh; | |
height: auto; | height: auto; | ||
} | } | ||
.scaleit1{ | .scaleit1{ | ||
− | + | max-height: 27vh; | |
height: auto; | height: auto; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 654: | Line 860: | ||
} | } | ||
− | + | .teambig{ | |
+ | display:block; | ||
+ | } | ||
Line 664: | Line 872: | ||
.image1 { | .image1 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 76%; |
left: 5%; | left: 5%; | ||
Line 670: | Line 878: | ||
.image2 { | .image2 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 105%; |
left: 28%; | left: 28%; | ||
Line 676: | Line 884: | ||
.image3 { | .image3 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 25%; |
− | + | right:0px; | |
+ | |||
} | } | ||
.image4 { | .image4 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 75%; |
left: 12%; | left: 12%; | ||
Line 689: | Line 898: | ||
.image5 { | .image5 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 115%; |
left: 71%; | left: 71%; | ||
Line 696: | Line 905: | ||
.image6 { | .image6 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 85%; |
− | + | right: 5px; | |
} | } | ||
Line 704: | Line 913: | ||
position: absolute; | position: absolute; | ||
top: 8%; | top: 8%; | ||
− | + | right: 97px; | |
} | } | ||
Line 710: | Line 919: | ||
.image8 { | .image8 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 106%; |
left: 13%; | left: 13%; | ||
Line 717: | Line 926: | ||
.image9 { | .image9 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 120%; |
− | + | right: 5px; | |
} | } | ||
− | |||
.image10 { | .image10 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 6%; |
− | left: | + | left: 23%; |
margin-left:5%; | margin-left:5%; | ||
Line 735: | Line 943: | ||
.image11 { | .image11 { | ||
position: absolute; | position: absolute; | ||
− | + | bottom: 50px; | |
left: 10%; | left: 10%; | ||
Line 742: | Line 950: | ||
.image12 { | .image12 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 50%; |
left: 84%; | left: 84%; | ||
Line 749: | Line 957: | ||
.image13 { | .image13 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 90%; |
left: 75%; | left: 75%; | ||
Line 773: | Line 981: | ||
@media only screen and (min-width: 1289px) { | @media only screen and (min-width: 1289px) { | ||
.scaleit{ | .scaleit{ | ||
− | + | max-height: 25vh; | |
+ | height: auto; | ||
+ | } | ||
+ | |||
+ | .scaleit1{ | ||
+ | max-height: 27vh; | ||
height: auto; | height: auto; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.image1 { | .image1 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 76%; |
left: 5%; | left: 5%; | ||
Line 806: | Line 998: | ||
.image2 { | .image2 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 105%; |
left: 28%; | left: 28%; | ||
Line 812: | Line 1,004: | ||
.image3 { | .image3 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 25%; |
− | + | right:0px; | |
+ | |||
} | } | ||
.image4 { | .image4 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 75%; |
left: 12%; | left: 12%; | ||
Line 825: | Line 1,018: | ||
.image5 { | .image5 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 115%; |
left: 71%; | left: 71%; | ||
Line 832: | Line 1,025: | ||
.image6 { | .image6 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 85%; |
− | + | right: 5px; | |
} | } | ||
Line 840: | Line 1,033: | ||
position: absolute; | position: absolute; | ||
top: 8%; | top: 8%; | ||
− | + | right: 97px; | |
} | } | ||
Line 846: | Line 1,039: | ||
.image8 { | .image8 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 106%; |
left: 13%; | left: 13%; | ||
Line 853: | Line 1,046: | ||
.image9 { | .image9 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 120%; |
− | + | right: 5px; | |
} | } | ||
Line 860: | Line 1,053: | ||
.image10 { | .image10 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 6%; |
− | left: | + | left: 23%; |
margin-left:12%; | margin-left:12%; | ||
} | } | ||
Line 870: | Line 1,063: | ||
.image11 { | .image11 { | ||
position: absolute; | position: absolute; | ||
− | + | bottom: -80px; | |
left: 10%; | left: 10%; | ||
Line 877: | Line 1,070: | ||
.image12 { | .image12 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 50%; |
left: 84%; | left: 84%; | ||
Line 884: | Line 1,077: | ||
.image13 { | .image13 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 90%; |
left: 75%; | left: 75%; | ||
Line 896: | Line 1,089: | ||
.image10 { | .image10 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 6%; |
− | left: | + | left: 23%; |
margin-left:5%; | margin-left:5%; | ||
Line 908: | Line 1,101: | ||
@media only screen and (max-width: 1200px) { | @media only screen and (max-width: 1200px) { | ||
− | + | .scaleit{max-height:18vh} | |
+ | |||
+ | .scaleit1{max-height:19vh} | ||
.image1 { | .image1 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 95%; |
left: 5%; | left: 5%; | ||
Line 918: | Line 1,113: | ||
.image2 { | .image2 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 105%; |
left: 28%; | left: 28%; | ||
Line 924: | Line 1,119: | ||
.image3 { | .image3 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 25%; |
− | + | right:0px; | |
} | } | ||
.image4 { | .image4 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 94%; |
left: 12%; | left: 12%; | ||
Line 937: | Line 1,132: | ||
.image5 { | .image5 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 115%; |
left: 71%; | left: 71%; | ||
Line 944: | Line 1,139: | ||
.image6 { | .image6 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 85%; |
− | + | right: 5px; | |
} | } | ||
Line 952: | Line 1,147: | ||
position: absolute; | position: absolute; | ||
top: 8%; | top: 8%; | ||
− | + | right: 97px; | |
} | } | ||
Line 958: | Line 1,153: | ||
.image8 { | .image8 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 106%; |
left: 13%; | left: 13%; | ||
Line 965: | Line 1,160: | ||
.image9 { | .image9 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 120%; |
− | + | right: 5px; | |
} | } | ||
Line 972: | Line 1,167: | ||
.image10 { | .image10 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 6%; |
− | left: | + | left: 23%; |
margin-left:0%; | margin-left:0%; | ||
} | } | ||
Line 982: | Line 1,177: | ||
.image11 { | .image11 { | ||
position: absolute; | position: absolute; | ||
− | + | bottom: -160px; | |
left: 10%; | left: 10%; | ||
Line 989: | Line 1,184: | ||
.image12 { | .image12 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 50%; |
left: 84%; | left: 84%; | ||
Line 996: | Line 1,191: | ||
.image13 { | .image13 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 90%; |
left: 75%; | left: 75%; | ||
Line 1,030: | Line 1,225: | ||
@media only screen and (max-width: 991px) { | @media only screen and (max-width: 991px) { | ||
− | + | .scaleit{max-height:18vh} | |
+ | |||
+ | .scaleit1{max-height:19vh} | ||
+ | |||
.image1 { | .image1 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 76%; |
left: 5%; | left: 5%; | ||
Line 1,039: | Line 1,237: | ||
.image2 { | .image2 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 105%; |
− | left: | + | left: 91%; |
} | } | ||
.image3 { | .image3 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 25%; |
− | + | right:0px; | |
+ | |||
} | } | ||
.image4 { | .image4 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 60%; |
− | left: | + | left: 10%; |
} | } | ||
Line 1,058: | Line 1,257: | ||
.image5 { | .image5 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 115%; |
left: 71%; | left: 71%; | ||
Line 1,065: | Line 1,264: | ||
.image6 { | .image6 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 85%; |
− | + | right: 5px; | |
} | } | ||
Line 1,073: | Line 1,272: | ||
position: absolute; | position: absolute; | ||
top: 8%; | top: 8%; | ||
− | + | right: 97px; | |
} | } | ||
Line 1,079: | Line 1,278: | ||
.image8 { | .image8 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 106%; |
left: 13%; | left: 13%; | ||
Line 1,086: | Line 1,285: | ||
.image9 { | .image9 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 120%; |
− | + | right: 5px; | |
} | } | ||
Line 1,093: | Line 1,292: | ||
.image10 { | .image10 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 110%; |
− | left: | + | left: 0%; |
margin-left:0%; | margin-left:0%; | ||
} | } | ||
Line 1,103: | Line 1,302: | ||
.image11 { | .image11 { | ||
position: absolute; | position: absolute; | ||
− | + | bottom: -90px; | |
− | left: | + | left: 5px; |
} | } | ||
Line 1,110: | Line 1,309: | ||
.image12 { | .image12 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 50%; |
left: 84%; | left: 84%; | ||
Line 1,117: | Line 1,316: | ||
.image13 { | .image13 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 30%; |
left: 75%; | left: 75%; | ||
Line 1,147: | Line 1,346: | ||
.image8 { | .image8 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 106%; |
left: 13%; | left: 13%; | ||
} | } | ||
Line 1,154: | Line 1,353: | ||
@media only screen and (max-width: 727px) { | @media only screen and (max-width: 727px) { | ||
+ | |||
+ | |||
+ | |||
.image1 { | .image1 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 76%; |
left: 5%; | left: 5%; | ||
} | } | ||
Line 1,162: | Line 1,364: | ||
.image8 { | .image8 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 106%; |
left: 18%; | left: 18%; | ||
} | } | ||
Line 1,170: | Line 1,372: | ||
@media only screen and (max-width: 700px) { | @media only screen and (max-width: 700px) { | ||
.image11 { | .image11 { | ||
+ | |||
position: absolute; | position: absolute; | ||
− | + | bottom: -80px; | |
− | left: | + | left: 1%; |
} | } | ||
Line 1,178: | Line 1,381: | ||
.image12 { | .image12 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 50%; |
left: 84%; | left: 84%; | ||
Line 1,185: | Line 1,388: | ||
.image13 { | .image13 { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 30%; |
left: 75%; | left: 75%; | ||
Line 1,296: | Line 1,499: | ||
</style> | </style> | ||
− | |||
</html> | </html> |
Latest revision as of 21:57, 13 December 2019