(107 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <style type="text/css"> | ||
+ | |||
@import url('https://fonts.googleapis.com/css?family=Roboto:300,500'); | @import url('https://fonts.googleapis.com/css?family=Roboto:300,500'); | ||
@import url('https://fonts.googleapis.com/css?family=Product+Sans:400,400i,700,700i'); | @import url('https://fonts.googleapis.com/css?family=Product+Sans:400,400i,700,700i'); | ||
Line 7: | Line 10: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
− | background: #f3f4f4; | + | background: #f3f4f4; |
} | } | ||
Line 39: | Line 42: | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
− | |||
− | |||
width: 100%; | width: 100%; | ||
overflow-x: hidden; | overflow-x: hidden; | ||
+ | height: 100vh; | ||
} | } | ||
.home_logo{ | .home_logo{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .chevron { | ||
+ | width: 10vw; | ||
+ | bottom: 0; | ||
+ | position: fixed; | ||
+ | left: 45vw; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | .chevron.active{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .navCap{ | ||
+ | font-family: "Product Sans"; | ||
+ | color: #FAFAFA; | ||
+ | font-size: 1.8vh; | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | bottom: -6px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | .navCap.deactive{ | ||
display: none; | display: none; | ||
} | } | ||
Line 58: | Line 87: | ||
} | } | ||
− | |||
− | |||
− | |||
#top_menu_under { | #top_menu_under { | ||
Line 84: | Line 110: | ||
.box2 { | .box2 { | ||
background: red; | background: red; | ||
+ | height: Calc((100vh - 16px)/8); | ||
} | } | ||
Line 101: | Line 128: | ||
text-align: right; | text-align: right; | ||
padding-right: 15px; | padding-right: 15px; | ||
+ | height: Calc((100vh - 16px)/8); | ||
} | } | ||
Line 115: | Line 143: | ||
width: 100px; | width: 100px; | ||
right: 0; | right: 0; | ||
+ | } | ||
+ | |||
+ | .medal{ | ||
+ | z-index: 3; | ||
+ | width: 30vh; | ||
+ | position: absolute; | ||
+ | top:0; | ||
+ | right:0; | ||
} | } | ||
@media screen and (max-width: 1020px) { | @media screen and (max-width: 1020px) { | ||
+ | .cv { | ||
+ | padding-left: 22vw !important; | ||
+ | } | ||
+ | .para { | ||
+ | font-size: 2.3vh !important; | ||
+ | line-height: 45px; | ||
+ | } | ||
.return { | .return { | ||
z-index: 999; | z-index: 999; | ||
Line 145: | Line 188: | ||
height: 100vh; | height: 100vh; | ||
background: yellow; | background: yellow; | ||
− | position: | + | position: fixed; |
top: 0; | top: 0; | ||
left: -80vw; | left: -80vw; | ||
transition: all .3s ease; | transition: all .3s ease; | ||
z-index: 4; | z-index: 4; | ||
+ | cursor:pointer | ||
} | } | ||
.blue { | .blue { | ||
Line 158: | Line 202: | ||
top: 0; | top: 0; | ||
left: 0px; | left: 0px; | ||
+ | cursor:pointer | ||
} | } | ||
.right { | .right { | ||
Line 169: | Line 214: | ||
padding-left: 15px; | padding-left: 15px; | ||
padding-top: 5px; | padding-top: 5px; | ||
− | background: | + | background-color: #FAFAFA; |
− | + | ||
top: 0; | top: 0; | ||
z-index: 3; | z-index: 3; | ||
} | } | ||
#abstract1 { | #abstract1 { | ||
− | font-family: ' | + | font-family: 'Product Sans', sans-serif !important; |
color: black; | color: black; | ||
− | line-height: | + | line-height: 3vh !important; |
margin-top: 0; | margin-top: 0; | ||
margin-right: 20px; | margin-right: 20px; | ||
padding-top: 1vh; | padding-top: 1vh; | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
− | |||
width: 65vw; | width: 65vw; | ||
− | font-size: | + | font-size: 3vh !important; |
font-weight: 500; | font-weight: 500; | ||
text-align: justify !important; | text-align: justify !important; | ||
Line 201: | Line 244: | ||
} | } | ||
.yellow { | .yellow { | ||
− | width: | + | width: 400px; |
height: 100vh; | height: 100vh; | ||
background: yellow; | background: yellow; | ||
− | position: | + | position: fixed; |
top: 0; | top: 0; | ||
− | left: - | + | left: -300px; |
transition: all .3s ease; | transition: all .3s ease; | ||
z-index: 4; | z-index: 4; | ||
+ | cursor:pointer | ||
+ | } | ||
+ | .yellow.active { | ||
+ | left: 10px; | ||
} | } | ||
.blue { | .blue { | ||
− | width: | + | width: 300px; |
height: 100vh; | height: 100vh; | ||
background: blue; | background: blue; | ||
Line 217: | Line 264: | ||
top: 0; | top: 0; | ||
left: 0px; | left: 0px; | ||
+ | cursor:pointer | ||
} | } | ||
main { | main { | ||
− | width: | + | width: 100vw; |
position: absolute; | position: absolute; | ||
− | + | padding-top: 20px; | |
− | + | background: none !important; | |
− | padding-top: | + | |
− | background: | + | |
− | + | ||
top: 0; | top: 0; | ||
z-index: 3; | z-index: 3; | ||
+ | text-align: center; | ||
+ | color: #FAFAFA !important; | ||
+ | height: 100vh; | ||
+ | } | ||
+ | .yellow.marginFix{ | ||
+ | margin-top: 16px; | ||
} | } | ||
#abstract1 { | #abstract1 { | ||
− | font-family: ' | + | font-family: 'Product Sans', sans-serif !important; |
− | color: | + | color: white; |
− | line-height: | + | line-height: 3.5vh; |
margin-right: 20px; | margin-right: 20px; | ||
− | + | font-size: 3vh; | |
− | + | text-align: center !important; | |
− | + | position: fixed; | |
− | + | top: 0; | |
+ | width: 98vw; | ||
+ | margin-top: 120px; | ||
+ | margin-left: 1vw; | ||
+ | margin-right: 1vw; | ||
} | } | ||
.banner { | .banner { | ||
Line 247: | Line 302: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
display: none; | display: none; | ||
+ | } | ||
+ | .banner.marginFix{ | ||
+ | height: 105vh; | ||
} | } | ||
.banner>.guide { | .banner>.guide { | ||
Line 254: | Line 312: | ||
background: #FAFAFA; | background: #FAFAFA; | ||
color: black; | color: black; | ||
− | position: | + | position: fixed; |
font-family: 'Product Sans', sans-serif; | font-family: 'Product Sans', sans-serif; | ||
z-index: 3; | z-index: 3; | ||
padding-left: 20px; | padding-left: 20px; | ||
margin: 0 !important; | margin: 0 !important; | ||
− | padding-bottom: | + | padding-bottom: 15px; |
} | } | ||
.banner>.guide>h1 { | .banner>.guide>h1 { | ||
Line 285: | Line 343: | ||
} | } | ||
.exp-banner { | .exp-banner { | ||
− | background-image: url('https://static.igem.org/mediawiki/2017/e/ | + | background-image: url('https://static.igem.org/mediawiki/2017/e/e2/T--TAS_Taipei--26Stack.jpg'); |
background-size: cover; | background-size: cover; | ||
z-index: 1; | z-index: 1; | ||
Line 332: | Line 390: | ||
} | } | ||
.hp-banner { | .hp-banner { | ||
− | background-image: url('https://static.igem.org/mediawiki/2017/ | + | background-image: url('https://static.igem.org/mediawiki/2017/3/3c/T--TAS_Taipei--HP-Banner-new.jpg'); |
background-size: cover; | background-size: cover; | ||
background-repeat: none; | background-repeat: none; | ||
z-index: 1; | z-index: 1; | ||
display: none; | display: none; | ||
+ | position: absolute; | ||
+ | right: 0; | ||
+ | width: Calc(100vw - 400px); | ||
} | } | ||
.hp-banner.active { | .hp-banner.active { | ||
Line 379: | Line 440: | ||
} | } | ||
.attr-banner { | .attr-banner { | ||
− | background-image: url('https://static.igem.org/mediawiki/2017/ | + | background-image: url('https://static.igem.org/mediawiki/2017/1/14/T--TAS_Taipei--Attr_banner_Face.jpg'); |
background-size: cover; | background-size: cover; | ||
background-repeat: none; | background-repeat: none; | ||
z-index: 1; | z-index: 1; | ||
display: none; | display: none; | ||
+ | position: absolute; | ||
+ | right: 0; | ||
+ | width: Calc(100vw - 400px); | ||
} | } | ||
.attr-banner.active { | .attr-banner.active { | ||
Line 391: | Line 455: | ||
.attr-banner>.guide { | .attr-banner>.guide { | ||
box-shadow: -5px 0 0 0 #83af9b; | box-shadow: -5px 0 0 0 #83af9b; | ||
+ | } | ||
+ | |||
+ | .mainVideo{ | ||
+ | width: 100vw; | ||
+ | position: absolute; | ||
+ | top: -80px; | ||
+ | left: 0; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 1250px) { | ||
+ | #abstract1 { | ||
+ | font-family: 'Product Sans', sans-serif !important; | ||
+ | color: white; | ||
+ | line-height: 3.5vh; | ||
+ | margin-right: 20px; | ||
+ | font-size: 3vh; | ||
+ | text-align: center !important; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | width: 98vw; | ||
+ | margin-top: 110px; | ||
+ | margin-left: 1vw; | ||
+ | margin-right: 1vw; | ||
+ | } | ||
+ | #this_title { | ||
+ | margin-top: 0; | ||
+ | font-size: 4vh; | ||
+ | font-weight: 900px; | ||
+ | line-height: 3vh; | ||
+ | padding-top: 1vh; | ||
+ | color: white !important; | ||
+ | text-shadow: 0 0 10px grey; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | width: 98vw; | ||
+ | margin-top: 145px; | ||
+ | margin-left: 1vw; | ||
+ | margin-right: 1vw; | ||
+ | } | ||
+ | #this_title_2 { | ||
+ | margin-top: 0; | ||
+ | font-size: 4vh; | ||
+ | font-weight: 900px; | ||
+ | line-height: 3vh; | ||
+ | padding-top: 1vh; | ||
+ | color: white !important; | ||
+ | text-shadow: 0 0 10px grey; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | width: 98vw; | ||
+ | margin-top: 160px; | ||
+ | margin-left: 1vw; | ||
+ | margin-right: 1vw; | ||
} | } | ||
} | } | ||
Line 401: | Line 519: | ||
line-height: 5vh; | line-height: 5vh; | ||
padding-top: 1vh; | padding-top: 1vh; | ||
+ | text-shadow: 0 0 10px grey; | ||
} | } | ||
Line 406: | Line 525: | ||
font-size: 2vh !important; | font-size: 2vh !important; | ||
line-height: 2vh; | line-height: 2vh; | ||
+ | text-shadow: none; | ||
} | } | ||
Line 414: | Line 534: | ||
line-height: 3vh; | line-height: 3vh; | ||
padding-top: 1vh; | padding-top: 1vh; | ||
+ | color: white !important; | ||
+ | text-shadow: 0 0 10px grey; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | width: 98vw; | ||
+ | margin-top: 155px; | ||
+ | margin-left: 1vw; | ||
+ | margin-right: 1vw; | ||
+ | } | ||
+ | |||
+ | #this_title_2 { | ||
+ | margin-top: 0; | ||
+ | font-size: 4vh; | ||
+ | font-weight: 900px; | ||
+ | line-height: 3vh; | ||
+ | padding-top: 1vh; | ||
+ | color: white !important; | ||
+ | text-shadow: 0 0 10px grey; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | width: 98vw; | ||
+ | margin-top: 180px; | ||
+ | margin-left: 1vw; | ||
+ | margin-right: 1vw; | ||
} | } | ||
main>h1 { | main>h1 { | ||
− | color: # | + | color: #FAFAFA; |
− | + | ||
font-size: 13vh; | font-size: 13vh; | ||
line-height: 12vh; | line-height: 12vh; | ||
− | |||
font-family: 'Product Sans', Arial, sans-serif; | font-family: 'Product Sans', Arial, sans-serif; | ||
border: 0; | border: 0; | ||
− | |||
font-weight: 700; | font-weight: 700; | ||
− | + | text-shadow: 0 0 10px grey; | |
− | + | position: fixed; | |
− | + | top: 0; | |
− | + | width: 98vw; | |
+ | margin-top: 30px; | ||
+ | padding-top: 0; | ||
+ | margin-left: 1vw; | ||
+ | margin-right: 1vw; | ||
} | } | ||
Line 472: | Line 617: | ||
} | } | ||
− | + | .project { | |
background-color: #fe4365; | background-color: #fe4365; | ||
} | } | ||
− | + | .experiment { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
background-color: #FD7080; | background-color: #FD7080; | ||
} | } | ||
− | + | .modeling { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
background-color: #fc9d9a; | background-color: #fc9d9a; | ||
} | } | ||
− | + | .prototype { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
background-color: #FBB5A4; | background-color: #FBB5A4; | ||
} | } | ||
− | + | .policy { | |
background-color: #f9cdad; | background-color: #f9cdad; | ||
} | } | ||
− | + | .biosafety { | |
background-color: #c8c8a9; | background-color: #c8c8a9; | ||
} | } | ||
− | + | .about { | |
background-color: #A6BCA2; | background-color: #A6BCA2; | ||
} | } | ||
− | + | .acknowledgments { | |
background-color: #83af9b; | background-color: #83af9b; | ||
} | } | ||
− | + | .project.active{ | |
− | #experiment | + | background-color: #424242; |
− | #modeling | + | } |
− | #prototype | + | |
− | #biosafety | + | .experiment.active{ |
− | #about | + | background-color: #424242; |
− | #policy | + | } |
− | #acknowledgments | + | |
+ | .modeling.active{ | ||
+ | background-color: #424242; | ||
+ | } | ||
+ | |||
+ | .prototype.active{ | ||
+ | background-color: #424242; | ||
+ | } | ||
+ | |||
+ | .biosafety.active{ | ||
+ | background-color: #424242; | ||
+ | } | ||
+ | |||
+ | .about.active{ | ||
+ | background-color: #424242; | ||
+ | } | ||
+ | |||
+ | .policy.active{ | ||
+ | background-color: #424242; | ||
+ | } | ||
+ | |||
+ | .acknowledgments.active{ | ||
background-color: #424242; | background-color: #424242; | ||
} | } | ||
Line 529: | Line 683: | ||
#animation{ | #animation{ | ||
float: right; | float: right; | ||
+ | } | ||
+ | |||
+ | .cv { | ||
+ | margin: 0px; | ||
+ | background: #FAFAFA; | ||
+ | position: relative; | ||
+ | z-index: 3; | ||
+ | box-shadow: 100px 0px 0 0px #A6BCA2; | ||
+ | padding-top: 2vh !important; | ||
+ | padding-left: 15vw; | ||
+ | padding-right: 10%; | ||
+ | top: 100vh; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | .cv.active{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .cv>header>h1, | ||
+ | .cv>section>div>h1 { | ||
+ | font-family: 'Product Sans', sans-serif !important; | ||
+ | } | ||
+ | |||
+ | .row { | ||
+ | width: 100%; | ||
+ | margin-right: -15px; | ||
+ | margin-left: -15px; | ||
+ | } | ||
+ | |||
+ | .col-xs-1, | ||
+ | .col-sm-1, | ||
+ | .col-md-1, | ||
+ | .col-lg-1, | ||
+ | .col-xs-2, | ||
+ | .col-sm-2, | ||
+ | .col-md-2, | ||
+ | .col-lg-2, | ||
+ | .col-xs-3, | ||
+ | .col-sm-3, | ||
+ | .col-md-3, | ||
+ | .col-lg-3, | ||
+ | .col-xs-4, | ||
+ | .col-sm-4, | ||
+ | .col-md-4, | ||
+ | .col-lg-4, | ||
+ | .col-xs-5, | ||
+ | .col-sm-5, | ||
+ | .col-md-5, | ||
+ | .col-lg-5, | ||
+ | .col-xs-6, | ||
+ | .col-sm-6, | ||
+ | .col-md-6, | ||
+ | .col-lg-6, | ||
+ | .col-xs-7, | ||
+ | .col-sm-7, | ||
+ | .col-md-7, | ||
+ | .col-lg-7, | ||
+ | .col-xs-8, | ||
+ | .col-sm-8, | ||
+ | .col-md-8, | ||
+ | .col-lg-8, | ||
+ | .col-xs-9, | ||
+ | .col-sm-9, | ||
+ | .col-md-9, | ||
+ | .col-lg-9, | ||
+ | .col-xs-10, | ||
+ | .col-sm-10, | ||
+ | .col-md-10, | ||
+ | .col-lg-10, | ||
+ | .col-xs-11, | ||
+ | .col-sm-11, | ||
+ | .col-md-11, | ||
+ | .col-lg-11, | ||
+ | .col-xs-12, | ||
+ | .col-sm-12, | ||
+ | .col-md-12, | ||
+ | .col-lg-12 { | ||
+ | position: relative; | ||
+ | min-height: 1px; | ||
+ | padding-right: 15px; | ||
+ | padding-left: 15px; | ||
+ | background-color: none !important; | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 768px) { | ||
+ | .col-xs-12 { | ||
+ | width: 100%; | ||
+ | } | ||
+ | .col-xs-11 { | ||
+ | width: 91.66666667%; | ||
+ | } | ||
+ | .col-xs-10 { | ||
+ | width: 83.33333333%; | ||
+ | } | ||
+ | .col-xs-9 { | ||
+ | width: 75%; | ||
+ | } | ||
+ | .col-xs-8 { | ||
+ | width: 66.66666667%; | ||
+ | } | ||
+ | .col-xs-7 { | ||
+ | width: 58.33333333%; | ||
+ | } | ||
+ | .col-xs-6 { | ||
+ | width: 50%; | ||
+ | } | ||
+ | .col-xs-5 { | ||
+ | width: 41.66666667%; | ||
+ | } | ||
+ | .col-xs-4 { | ||
+ | width: 33.33333333%; | ||
+ | } | ||
+ | .col-xs-3 { | ||
+ | width: 25%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .col-xs-2 { | ||
+ | width: 16.66666667%; | ||
+ | } | ||
+ | .col-xs-1 { | ||
+ | width: 8.33333333%; | ||
+ | } | ||
+ | .col-xs-pull-12 { | ||
+ | right: 100%; | ||
+ | } | ||
+ | .col-xs-pull-11 { | ||
+ | right: 91.66666667%; | ||
+ | } | ||
+ | .col-xs-pull-10 { | ||
+ | right: 83.33333333%; | ||
+ | } | ||
+ | .col-xs-pull-9 { | ||
+ | right: 75%; | ||
+ | } | ||
+ | .col-xs-pull-8 { | ||
+ | right: 66.66666667%; | ||
+ | } | ||
+ | .col-xs-pull-7 { | ||
+ | right: 58.33333333%; | ||
+ | } | ||
+ | .col-xs-pull-6 { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .col-xs-pull-5 { | ||
+ | right: 41.66666667%; | ||
+ | } | ||
+ | .col-xs-pull-4 { | ||
+ | right: 33.33333333%; | ||
+ | } | ||
+ | .col-xs-pull-3 { | ||
+ | right: 25%; | ||
+ | } | ||
+ | .col-xs-pull-2 { | ||
+ | right: 16.66666667%; | ||
+ | } | ||
+ | .col-xs-pull-1 { | ||
+ | right: 8.33333333%; | ||
+ | } | ||
+ | .col-xs-pull-0 { | ||
+ | right: 0; | ||
+ | } | ||
+ | .col-xs-push-12 { | ||
+ | left: 100%; | ||
+ | } | ||
+ | .col-xs-push-11 { | ||
+ | left: 91.66666667%; | ||
+ | } | ||
+ | .col-xs-push-10 { | ||
+ | left: 83.33333333%; | ||
+ | } | ||
+ | .col-xs-push-9 { | ||
+ | left: 75%; | ||
+ | } | ||
+ | .col-xs-push-8 { | ||
+ | left: 66.66666667%; | ||
+ | } | ||
+ | .col-xs-push-7 { | ||
+ | left: 58.33333333%; | ||
+ | } | ||
+ | .col-xs-push-6 { | ||
+ | left: 50%; | ||
+ | } | ||
+ | .col-xs-push-5 { | ||
+ | left: 41.66666667%; | ||
+ | } | ||
+ | .col-xs-push-4 { | ||
+ | left: 33.33333333%; | ||
+ | } | ||
+ | .col-xs-push-3 { | ||
+ | left: 25%; | ||
+ | } | ||
+ | .col-xs-push-2 { | ||
+ | left: 16.66666667%; | ||
+ | } | ||
+ | .col-xs-push-1 { | ||
+ | left: 8.33333333%; | ||
+ | } | ||
+ | .col-xs-push-0 { | ||
+ | left: 0; | ||
+ | } | ||
+ | .col-xs-offset-12 { | ||
+ | margin-left: 100%; | ||
+ | } | ||
+ | .col-xs-offset-11 { | ||
+ | margin-left: 91.66666667%; | ||
+ | } | ||
+ | .col-xs-offset-10 { | ||
+ | margin-left: 83.33333333%; | ||
+ | } | ||
+ | .col-xs-offset-9 { | ||
+ | margin-left: 75%; | ||
+ | } | ||
+ | .col-xs-offset-8 { | ||
+ | margin-left: 66.66666667%; | ||
+ | } | ||
+ | .col-xs-offset-7 { | ||
+ | margin-left: 58.33333333%; | ||
+ | } | ||
+ | .col-xs-offset-6 { | ||
+ | margin-left: 50%; | ||
+ | } | ||
+ | .col-xs-offset-5 { | ||
+ | margin-left: 41.66666667%; | ||
+ | } | ||
+ | .col-xs-offset-4 { | ||
+ | margin-left: 33.33333333%; | ||
+ | } | ||
+ | .col-xs-offset-3 { | ||
+ | margin-left: 25%; | ||
+ | } | ||
+ | .col-xs-offset-2 { | ||
+ | margin-left: 16.66666667%; | ||
+ | } | ||
+ | .col-xs-offset-1 { | ||
+ | margin-left: 8.33333333%; | ||
+ | } | ||
+ | .col-xs-offset-0 { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | img { | ||
+ | width: 90%; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 768px) and (max-width: 991px){ | ||
+ | .col-sm-12 { | ||
+ | width: 100%; | ||
+ | } | ||
+ | .col-sm-11 { | ||
+ | width: 91.66666667%; | ||
+ | } | ||
+ | .col-sm-10 { | ||
+ | width: 83.33333333%; | ||
+ | } | ||
+ | .col-sm-9 { | ||
+ | width: 75%; | ||
+ | } | ||
+ | .col-sm-8 { | ||
+ | width: 66.66666667%; | ||
+ | } | ||
+ | .col-sm-7 { | ||
+ | width: 58.33333333%; | ||
+ | } | ||
+ | .col-sm-6 { | ||
+ | width: 50%; | ||
+ | } | ||
+ | .col-sm-5 { | ||
+ | width: 41.66666667%; | ||
+ | } | ||
+ | .col-sm-4 { | ||
+ | width: 33.33333333%; | ||
+ | } | ||
+ | .col-sm-3 { | ||
+ | width: 25%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .col-sm-2 { | ||
+ | width: 16.66666667%; | ||
+ | } | ||
+ | .col-sm-1 { | ||
+ | width: 8.33333333%; | ||
+ | } | ||
+ | .col-sm-pull-12 { | ||
+ | right: 100%; | ||
+ | } | ||
+ | .col-sm-pull-11 { | ||
+ | right: 91.66666667%; | ||
+ | } | ||
+ | .col-sm-pull-10 { | ||
+ | right: 83.33333333%; | ||
+ | } | ||
+ | .col-sm-pull-9 { | ||
+ | right: 75%; | ||
+ | } | ||
+ | .col-sm-pull-8 { | ||
+ | right: 66.66666667%; | ||
+ | } | ||
+ | .col-sm-pull-7 { | ||
+ | right: 58.33333333%; | ||
+ | } | ||
+ | .col-sm-pull-6 { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .col-sm-pull-5 { | ||
+ | right: 41.66666667%; | ||
+ | } | ||
+ | .col-sm-pull-4 { | ||
+ | right: 33.33333333%; | ||
+ | } | ||
+ | .col-sm-pull-3 { | ||
+ | right: 25%; | ||
+ | } | ||
+ | .col-sm-pull-2 { | ||
+ | right: 16.66666667%; | ||
+ | } | ||
+ | .col-sm-pull-1 { | ||
+ | right: 8.33333333%; | ||
+ | } | ||
+ | .col-sm-pull-0 { | ||
+ | right: 0; | ||
+ | } | ||
+ | .col-sm-push-12 { | ||
+ | left: 100%; | ||
+ | } | ||
+ | .col-sm-push-11 { | ||
+ | left: 91.66666667%; | ||
+ | } | ||
+ | .col-sm-push-10 { | ||
+ | left: 83.33333333%; | ||
+ | } | ||
+ | .col-sm-push-9 { | ||
+ | left: 75%; | ||
+ | } | ||
+ | .col-sm-push-8 { | ||
+ | left: 66.66666667%; | ||
+ | } | ||
+ | .col-sm-push-7 { | ||
+ | left: 58.33333333%; | ||
+ | } | ||
+ | .col-sm-push-6 { | ||
+ | left: 50%; | ||
+ | } | ||
+ | .col-sm-push-5 { | ||
+ | left: 41.66666667%; | ||
+ | } | ||
+ | .col-sm-push-4 { | ||
+ | left: 33.33333333%; | ||
+ | } | ||
+ | .col-sm-push-3 { | ||
+ | left: 25%; | ||
+ | } | ||
+ | .col-sm-push-2 { | ||
+ | left: 16.66666667%; | ||
+ | } | ||
+ | .col-sm-push-1 { | ||
+ | left: 8.33333333%; | ||
+ | } | ||
+ | .col-sm-push-0 { | ||
+ | left: 0; | ||
+ | } | ||
+ | .col-sm-offset-12 { | ||
+ | margin-left: 100%; | ||
+ | } | ||
+ | .col-sm-offset-11 { | ||
+ | margin-left: 91.66666667%; | ||
+ | } | ||
+ | .col-sm-offset-10 { | ||
+ | margin-left: 83.33333333%; | ||
+ | } | ||
+ | .col-sm-offset-9 { | ||
+ | margin-left: 75%; | ||
+ | } | ||
+ | .col-sm-offset-8 { | ||
+ | margin-left: 66.66666667%; | ||
+ | } | ||
+ | .col-sm-offset-7 { | ||
+ | margin-left: 58.33333333%; | ||
+ | } | ||
+ | .col-sm-offset-6 { | ||
+ | margin-left: 50%; | ||
+ | } | ||
+ | .col-sm-offset-5 { | ||
+ | margin-left: 41.66666667%; | ||
+ | } | ||
+ | .col-sm-offset-4 { | ||
+ | margin-left: 33.33333333%; | ||
+ | } | ||
+ | .col-sm-offset-3 { | ||
+ | margin-left: 25%; | ||
+ | } | ||
+ | .col-sm-offset-2 { | ||
+ | margin-left: 16.66666667%; | ||
+ | } | ||
+ | .col-sm-offset-1 { | ||
+ | margin-left: 8.33333333%; | ||
+ | } | ||
+ | .col-sm-offset-0 { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | img { | ||
+ | width: 90%; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 992px) and (max-width: 1200px){ | ||
+ | .col-md-12 { | ||
+ | width: 100%; | ||
+ | } | ||
+ | .col-md-11 { | ||
+ | width: 91.66666667%; | ||
+ | } | ||
+ | .col-md-10 { | ||
+ | width: 83.33333333%; | ||
+ | } | ||
+ | .col-md-9 { | ||
+ | width: 75%; | ||
+ | } | ||
+ | .col-md-8 { | ||
+ | width: 66.66666667%; | ||
+ | } | ||
+ | .col-md-7 { | ||
+ | width: 58.33333333%; | ||
+ | } | ||
+ | .col-md-6 { | ||
+ | width: 50%; | ||
+ | } | ||
+ | .col-md-5 { | ||
+ | width: 41.66666667%; | ||
+ | } | ||
+ | .col-md-4 { | ||
+ | width: 33.33333333%; | ||
+ | } | ||
+ | .col-md-3 { | ||
+ | width: 25%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .col-md-2 { | ||
+ | width: 16.66666667%; | ||
+ | } | ||
+ | .col-md-1 { | ||
+ | width: 8.33333333%; | ||
+ | } | ||
+ | .col-md-pull-12 { | ||
+ | right: 100%; | ||
+ | } | ||
+ | .col-md-pull-11 { | ||
+ | right: 91.66666667%; | ||
+ | } | ||
+ | .col-md-pull-10 { | ||
+ | right: 83.33333333%; | ||
+ | } | ||
+ | .col-md-pull-9 { | ||
+ | right: 75%; | ||
+ | } | ||
+ | .col-md-pull-8 { | ||
+ | right: 66.66666667%; | ||
+ | } | ||
+ | .col-md-pull-7 { | ||
+ | right: 58.33333333%; | ||
+ | } | ||
+ | .col-md-pull-6 { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .col-md-pull-5 { | ||
+ | right: 41.66666667%; | ||
+ | } | ||
+ | .col-md-pull-4 { | ||
+ | right: 33.33333333%; | ||
+ | } | ||
+ | .col-md-pull-3 { | ||
+ | right: 25%; | ||
+ | } | ||
+ | .col-md-pull-2 { | ||
+ | right: 16.66666667%; | ||
+ | } | ||
+ | .col-md-pull-1 { | ||
+ | right: 8.33333333%; | ||
+ | } | ||
+ | .col-md-pull-0 { | ||
+ | right: 0; | ||
+ | } | ||
+ | .col-md-push-12 { | ||
+ | left: 100%; | ||
+ | } | ||
+ | .col-md-push-11 { | ||
+ | left: 91.66666667%; | ||
+ | } | ||
+ | .col-md-push-10 { | ||
+ | left: 83.33333333%; | ||
+ | } | ||
+ | .col-md-push-9 { | ||
+ | left: 75%; | ||
+ | } | ||
+ | .col-md-push-8 { | ||
+ | left: 66.66666667%; | ||
+ | } | ||
+ | .col-md-push-7 { | ||
+ | left: 58.33333333%; | ||
+ | } | ||
+ | .col-md-push-6 { | ||
+ | left: 50%; | ||
+ | } | ||
+ | .col-md-push-5 { | ||
+ | left: 41.66666667%; | ||
+ | } | ||
+ | .col-md-push-4 { | ||
+ | left: 33.33333333%; | ||
+ | } | ||
+ | .col-md-push-3 { | ||
+ | left: 25%; | ||
+ | } | ||
+ | .col-md-push-2 { | ||
+ | left: 16.66666667%; | ||
+ | } | ||
+ | .col-md-push-1 { | ||
+ | left: 8.33333333%; | ||
+ | } | ||
+ | .col-md-push-0 { | ||
+ | left: 0; | ||
+ | } | ||
+ | .col-md-offset-12 { | ||
+ | margin-left: 100%; | ||
+ | } | ||
+ | .col-md-offset-11 { | ||
+ | margin-left: 91.66666667%; | ||
+ | } | ||
+ | .col-md-offset-10 { | ||
+ | margin-left: 83.33333333%; | ||
+ | } | ||
+ | .col-md-offset-9 { | ||
+ | margin-left: 75%; | ||
+ | } | ||
+ | .col-md-offset-8 { | ||
+ | margin-left: 66.66666667%; | ||
+ | } | ||
+ | .col-md-offset-7 { | ||
+ | margin-left: 58.33333333%; | ||
+ | } | ||
+ | .col-md-offset-6 { | ||
+ | margin-left: 50%; | ||
+ | } | ||
+ | .col-md-offset-5 { | ||
+ | margin-left: 41.66666667%; | ||
+ | } | ||
+ | .col-md-offset-4 { | ||
+ | margin-left: 33.33333333%; | ||
+ | } | ||
+ | .col-md-offset-3 { | ||
+ | margin-left: 25%; | ||
+ | } | ||
+ | .col-md-offset-2 { | ||
+ | margin-left: 16.66666667%; | ||
+ | } | ||
+ | .col-md-offset-1 { | ||
+ | margin-left: 8.33333333%; | ||
+ | } | ||
+ | .col-md-offset-0 { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | img { | ||
+ | width: 90%; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 1201px){ | ||
+ | .col-lg-12 { | ||
+ | width: 100%; | ||
+ | } | ||
+ | .col-lg-11 { | ||
+ | width: 91.66666667%; | ||
+ | } | ||
+ | .col-lg-10 { | ||
+ | width: 83.33333333%; | ||
+ | } | ||
+ | .col-lg-9 { | ||
+ | width: 75%; | ||
+ | } | ||
+ | .col-lg-8 { | ||
+ | width: 66.66666667%; | ||
+ | } | ||
+ | .col-lg-7 { | ||
+ | width: 58.33333333%; | ||
+ | } | ||
+ | .col-lg-6 { | ||
+ | width: 50%; | ||
+ | } | ||
+ | .col-lg-5 { | ||
+ | width: 41.66666667%; | ||
+ | } | ||
+ | .col-lg-4 { | ||
+ | width: 33.33333333%; | ||
+ | } | ||
+ | .col-lg-3 { | ||
+ | width: 25%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .col-lg-2 { | ||
+ | width: 16.66666667%; | ||
+ | } | ||
+ | .col-lg-1 { | ||
+ | width: 8.33333333%; | ||
+ | } | ||
+ | .col-lg-pull-12 { | ||
+ | right: 100%; | ||
+ | } | ||
+ | .col-lg-pull-11 { | ||
+ | right: 91.66666667%; | ||
+ | } | ||
+ | .col-lg-pull-10 { | ||
+ | right: 83.33333333%; | ||
+ | } | ||
+ | .col-lg-pull-9 { | ||
+ | right: 75%; | ||
+ | } | ||
+ | .col-lg-pull-8 { | ||
+ | right: 66.66666667%; | ||
+ | } | ||
+ | .col-lg-pull-7 { | ||
+ | right: 58.33333333%; | ||
+ | } | ||
+ | .col-lg-pull-6 { | ||
+ | right: 50%; | ||
+ | } | ||
+ | .col-lg-pull-5 { | ||
+ | right: 41.66666667%; | ||
+ | } | ||
+ | .col-lg-pull-4 { | ||
+ | right: 33.33333333%; | ||
+ | } | ||
+ | .col-lg-pull-3 { | ||
+ | right: 25%; | ||
+ | } | ||
+ | .col-lg-pull-2 { | ||
+ | right: 16.66666667%; | ||
+ | } | ||
+ | .col-lg-pull-1 { | ||
+ | right: 8.33333333%; | ||
+ | } | ||
+ | .col-lg-pull-0 { | ||
+ | right: 0; | ||
+ | } | ||
+ | .col-lg-push-12 { | ||
+ | left: 100%; | ||
+ | } | ||
+ | .col-lg-push-11 { | ||
+ | left: 91.66666667%; | ||
+ | } | ||
+ | .col-lg-push-10 { | ||
+ | left: 83.33333333%; | ||
+ | } | ||
+ | .col-lg-push-9 { | ||
+ | left: 75%; | ||
+ | } | ||
+ | .col-lg-push-8 { | ||
+ | left: 66.66666667%; | ||
+ | } | ||
+ | .col-lg-push-7 { | ||
+ | left: 58.33333333%; | ||
+ | } | ||
+ | .col-lg-push-6 { | ||
+ | left: 50%; | ||
+ | } | ||
+ | .col-lg-push-5 { | ||
+ | left: 41.66666667%; | ||
+ | } | ||
+ | .col-lg-push-4 { | ||
+ | left: 33.33333333%; | ||
+ | } | ||
+ | .col-lg-push-3 { | ||
+ | left: 25%; | ||
+ | } | ||
+ | .col-lg-push-2 { | ||
+ | left: 16.66666667%; | ||
+ | } | ||
+ | .col-lg-push-1 { | ||
+ | left: 8.33333333%; | ||
+ | } | ||
+ | .col-lg-push-0 { | ||
+ | left: 0; | ||
+ | } | ||
+ | .col-lg-offset-12 { | ||
+ | margin-left: 100%; | ||
+ | } | ||
+ | .col-lg-offset-11 { | ||
+ | margin-left: 91.66666667%; | ||
+ | } | ||
+ | .col-lg-offset-10 { | ||
+ | margin-left: 83.33333333%; | ||
+ | } | ||
+ | .col-lg-offset-9 { | ||
+ | margin-left: 75%; | ||
+ | } | ||
+ | .col-lg-offset-8 { | ||
+ | margin-left: 66.66666667%; | ||
+ | } | ||
+ | .col-lg-offset-7 { | ||
+ | margin-left: 58.33333333%; | ||
+ | } | ||
+ | .col-lg-offset-6 { | ||
+ | margin-left: 50%; | ||
+ | } | ||
+ | .col-lg-offset-5 { | ||
+ | margin-left: 41.66666667%; | ||
+ | } | ||
+ | .col-lg-offset-4 { | ||
+ | margin-left: 33.33333333%; | ||
+ | } | ||
+ | .col-lg-offset-3 { | ||
+ | margin-left: 25%; | ||
+ | } | ||
+ | .col-lg-offset-2 { | ||
+ | margin-left: 16.66666667%; | ||
+ | } | ||
+ | .col-lg-offset-1 { | ||
+ | margin-left: 8.33333333%; | ||
+ | } | ||
+ | .col-lg-offset-0 { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | img { | ||
+ | width: 90%; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .section-title { | ||
+ | font-family: 'Product Sans', sans-serif; | ||
+ | margin-bottom: 0 !important; | ||
+ | color: #424242; | ||
+ | font-size: 3.5vh !important; | ||
+ | background-color: #FAFAFA !important; | ||
+ | line-height: 3.5vh; | ||
+ | } | ||
+ | |||
+ | .name{ | ||
+ | font-size: 7vh !important; | ||
+ | line-height: 7vh !important; | ||
+ | margin-bottom: 0 !important; | ||
+ | } | ||
+ | |||
+ | .name, .title2 { | ||
+ | letter-spacing: 0 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | .para{ | ||
+ | font-family: "Arial"; | ||
+ | line-height: 25px; | ||
+ | margin-top: 0 !important; | ||
+ | font-size: 18px; | ||
+ | font-weight: 400; | ||
} | } |
Latest revision as of 07:10, 30 November 2017