(48 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
− | |||
− | |||
− | |||
− | |||
@font-face { | @font-face { | ||
− | font-family: ' | + | font-family: 'eras'; |
− | src: url( | + | src: url('https://static.igem.org/mediawiki/2018/a/a9/T--ECUST--eras.ttf') format("truetype"); |
} | } | ||
@font-face { | @font-face { | ||
− | font-family: ' | + | font-family: 'fzlt'; |
− | src: url( | + | src: url('https://static.igem.org/mediawiki/2018/9/9e/T--ECUST--fzlt.ttf') format("truetype"); |
+ | } | ||
+ | @font-face { | ||
+ | font-family: 'sens'; | ||
+ | src: url('https://static.igem.org/mediawiki/2018/b/bb/T--ECUST--sens.ttf') format("truetype"); | ||
} | } | ||
+ | @font-face { | ||
+ | font-family: 'fzjh'; | ||
+ | src: url('https://static.igem.org/mediawiki/2018/a/ab/T--ECUST--fzjhjt.otf') format("opentype"); | ||
+ | } | ||
:root { | :root { | ||
--logo-dark-blue: rgb(28, 20, 68); | --logo-dark-blue: rgb(28, 20, 68); | ||
Line 26: | Line 30: | ||
--headfont: 'Orbitron', sans-serif; | --headfont: 'Orbitron', sans-serif; | ||
--bodyfont: 'Open Sans', sans-serif; | --bodyfont: 'Open Sans', sans-serif; | ||
+ | |||
} | } | ||
Line 59: | Line 64: | ||
.stars { | .stars { | ||
− | background | + | background: #292929; |
z-index:-3; | z-index:-3; | ||
position: fixed; | position: fixed; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Our styling */ | /* Our styling */ | ||
Line 102: | Line 96: | ||
#pagebanner { | #pagebanner { | ||
+ | position: relative; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | + | ||
− | width: 100%; | + | width:100%; |
− | background-size: contain; | + | background-size:contain; |
text-align: center; | text-align: center; | ||
− | + | ||
} | } | ||
#bannerquote { | #bannerquote { | ||
padding-right: 5%; | padding-right: 5%; | ||
− | font-family: | + | padding-top:235px; |
− | font-size: | + | font-family: 'sens'; |
+ | text-align: right; | ||
+ | font-size: 56px; | ||
line-height: 170%; | line-height: 170%; | ||
− | color: | + | color: #ff9c00; |
− | text-shadow: 0 0 3px | + | text-shadow: 0 0 3px rgb(28, 20, 68); |
} | } | ||
+ | #subbanner { | ||
+ | padding-right: 5%; | ||
+ | padding-top:2px; | ||
+ | font-family: 'sens'; | ||
+ | text-align: right; | ||
+ | font-size: 20px; | ||
+ | line-height: 170%; | ||
+ | color: #efcb31; | ||
+ | text-shadow: 0 0 3px rgb(28, 20, 68); | ||
+ | } | ||
+ | |||
#projecttitle { | #projecttitle { | ||
Line 128: | Line 136: | ||
#bannerquote:before { | #bannerquote:before { | ||
− | content: ' | + | content: ''; |
} | } | ||
#bannerquote:after { | #bannerquote:after { | ||
− | content: ' | + | content: ''; |
} | } | ||
Line 153: | Line 161: | ||
.contentbox { | .contentbox { | ||
text-align: justify; | text-align: justify; | ||
− | background: | + | background: #333333; |
box-shadow: 0 12px 24px rgba(0,0,0,0.8),0 24px 64px rgba(0,0,0,0.3); | box-shadow: 0 12px 24px rgba(0,0,0,0.8),0 24px 64px rgba(0,0,0,0.3); | ||
− | margin-top: | + | margin-top: 10px; |
margin-bottom: 40px; | margin-bottom: 40px; | ||
padding: 40px; | padding: 40px; | ||
Line 163: | Line 171: | ||
text-align: left; | text-align: left; | ||
} | } | ||
− | + | .boxheading h1 | |
+ | { | ||
+ | font-family:'eras'; | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | .contentbox h2 | ||
+ | { | ||
+ | font-family:'sens'; | ||
+ | color:white; | ||
+ | } | ||
.bronze{ | .bronze{ | ||
background:#834433; | background:#834433; | ||
Line 177: | Line 194: | ||
.box-heading { | .box-heading { | ||
− | background: | + | background: #e89b25; |
− | color: | + | color: #070707; |
+ | font-family:'sens'; | ||
+ | font-weight:bold; | ||
box-shadow: 0 3px 6px rgba(0,0,0,0.25),0 6px 16px rgba(0,0,0,0.05); | box-shadow: 0 3px 6px rgba(0,0,0,0.25),0 6px 16px rgba(0,0,0,0.05); | ||
display: table; | display: table; | ||
Line 234: | Line 253: | ||
padding-top: 10px; | padding-top: 10px; | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
+ | } | ||
+ | .contentbox p | ||
+ | { | ||
+ | color:white; | ||
} | } | ||
Line 421: | Line 444: | ||
figcaption { | figcaption { | ||
font-size: 80%; | font-size: 80%; | ||
+ | color:white; | ||
transition: .5s; | transition: .5s; | ||
− | } | + | co} |
.linkfigure { | .linkfigure { | ||
Line 469: | Line 493: | ||
h1 { | h1 { | ||
− | font-family: | + | font-family: 'eras'; |
} | } | ||
Line 508: | Line 532: | ||
nav { | nav { | ||
height: 100px; | height: 100px; | ||
− | background: linear-gradient(to right, | + | background: linear-gradient(to right,#ffc808,#ffc808,#ff4e4e); |
box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1); | box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1); | ||
position: fixed; | position: fixed; | ||
Line 532: | Line 556: | ||
line-height: 42px; | line-height: 42px; | ||
padding-top: 40px; | padding-top: 40px; | ||
− | padding-left: | + | padding-left: 3px; |
− | padding-right: | + | padding-right: 3px; |
transition: height 0.5s; | transition: height 0.5s; | ||
} | } | ||
Line 544: | Line 568: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
nav ul li:hover .nav-dropdown, .show .nav-dropdown { | nav ul li:hover .nav-dropdown, .show .nav-dropdown { | ||
Line 559: | Line 579: | ||
} | } | ||
− | nav a:visited, nav a:active, nav | + | nav a:visited, nav a:active, nav a:focus{ |
− | color: | + | color:#4f1919; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.nav-text { | .nav-text { | ||
− | color: | + | color: #4f1919; |
text-decoration: none; | text-decoration: none; | ||
− | font-weight: | + | font-weight: bold; |
letter-spacing: .05em; | letter-spacing: .05em; | ||
− | font-family: | + | font-family: sens; |
} | } | ||
Line 575: | Line 595: | ||
display: none; | display: none; | ||
position: absolute; | position: absolute; | ||
− | background-color: # | + | background-color: #ff9e20; |
z-index: 1; | z-index: 1; | ||
} | } | ||
Line 585: | Line 605: | ||
.nav-dropdown li a { | .nav-dropdown li a { | ||
display: block; | display: block; | ||
− | color: | + | color: #4f1919; |
height: 45px; | height: 45px; | ||
padding-top: 0px; | padding-top: 0px; | ||
Line 597: | Line 617: | ||
.nav-dropdown a:hover { | .nav-dropdown a:hover { | ||
− | background-color: # | + | background-color: #ff5b43; |
− | color: | + | color: white; |
box-shadow: 0 3px 6px rgba(0,0,0,0.25),0 6px 16px rgba(0,0,0,0.05); | box-shadow: 0 3px 6px rgba(0,0,0,0.25),0 6px 16px rgba(0,0,0,0.05); | ||
height: 45px; | height: 45px; | ||
Line 675: | Line 695: | ||
#logo { | #logo { | ||
− | top: 10px; | + | top: -10px; |
− | left: | + | left: 80%; |
position: absolute; | position: absolute; | ||
margin-left: -105px; | margin-left: -105px; | ||
Line 684: | Line 704: | ||
z-index: 3; | z-index: 3; | ||
+ | } | ||
+ | #logonav { | ||
+ | top: 25px; | ||
+ | left: 40%; | ||
+ | position: absolute; | ||
+ | margin-left: -93px; | ||
+ | width: 120px; | ||
+ | height: 120px; | ||
+ | border-radius: 60px; | ||
+ | |||
+ | |||
+ | z-index: -1; | ||
+ | background: #ffc808; | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
} | } | ||
Line 689: | Line 727: | ||
width: 180px; | width: 180px; | ||
margin: 15px; | margin: 15px; | ||
+ | } | ||
+ | #logonav img { | ||
+ | width: 120px; | ||
+ | margin: 3px; | ||
} | } | ||
Line 695: | Line 737: | ||
margin-top: 0px; | margin-top: 0px; | ||
padding: 0px; | padding: 0px; | ||
− | width: | + | width: 100%; |
min-height: 150px; | min-height: 150px; | ||
− | background: | + | background: rgb(28, 20, 68); |
box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1); | box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1); | ||
bottom: 0; | bottom: 0; | ||
Line 703: | Line 745: | ||
right: 0; | right: 0; | ||
z-index: 1; | z-index: 1; | ||
− | color: | + | color: white; |
display: flex; | display: flex; | ||
justify-content: space-around; | justify-content: space-around; | ||
Line 732: | Line 774: | ||
position: fixed; | position: fixed; | ||
height: 253px; | height: 253px; | ||
− | background-image: url( | + | background-image: url(https://static.igem.org/mediawiki/2018/d/d8/T--ECUST--bacteria.png); |
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 739: | Line 781: | ||
.ufo-links { | .ufo-links { | ||
− | font-size: . | + | font-size: .75em; |
text-align: center; | text-align: center; | ||
+ | font-family:'fzjh'; | ||
+ | text-height:10px; | ||
width: 100%; | width: 100%; | ||
position: absolute; | position: absolute; | ||
Line 747: | Line 791: | ||
.ufo-links a { | .ufo-links a { | ||
color: white; | color: white; | ||
+ | text-decoration:none; | ||
+ | |||
} | } | ||
Line 893: | Line 939: | ||
@media only screen and (min-width: 1200px) { | @media only screen and (min-width: 1200px) { | ||
+ | #textblock1 { | ||
+ | position: absolute; | ||
+ | top: 300px; | ||
+ | left: 770px; | ||
+ | width:500px; | ||
+ | } | ||
+ | #textblock2 { | ||
+ | position: absolute; | ||
+ | top: 980px; | ||
+ | left: 80px; | ||
+ | width:500px; | ||
+ | } | ||
+ | #textblock3 { | ||
+ | position: absolute; | ||
+ | top: 1879px; | ||
+ | left: 790px; | ||
+ | width:515px; | ||
+ | } | ||
+ | #textblock4 { | ||
+ | position: absolute; | ||
+ | top: 3250px; | ||
+ | left: 200px; | ||
+ | width:900px; | ||
+ | } | ||
+ | #textblock5 { | ||
+ | position: absolute; | ||
+ | top: 3970px; | ||
+ | left: 770px; | ||
+ | width:500px; | ||
+ | } | ||
main, .wrapper { | main, .wrapper { | ||
margin-right: 5%; | margin-right: 5%; | ||
Line 913: | Line 989: | ||
@media screen and (min-width: 1000px) and (max-width: 1199px){ | @media screen and (min-width: 1000px) and (max-width: 1199px){ | ||
+ | #textblock1 { | ||
+ | position: absolute; | ||
+ | top: 180px; | ||
+ | left: 490px; | ||
+ | width:500px; | ||
+ | } | ||
+ | #textblock2 { | ||
+ | position: absolute; | ||
+ | top: 700px; | ||
+ | left: 20px; | ||
+ | width:500px; | ||
+ | } | ||
+ | #textblock3 { | ||
+ | position: absolute; | ||
+ | top: 1360px; | ||
+ | left: 500px; | ||
+ | width:510px; | ||
+ | } | ||
+ | #textblock4 { | ||
+ | position: absolute; | ||
+ | top: 2250px; | ||
+ | left: 50px; | ||
+ | width:900px; | ||
+ | } | ||
+ | #textblock5 { | ||
+ | position: absolute; | ||
+ | top: 2800px; | ||
+ | left: 490px; | ||
+ | width:500px; | ||
+ | } | ||
main { | main { | ||
margin-right: 30px; | margin-right: 30px; | ||
Line 920: | Line 1,026: | ||
margin-right: 30px; | margin-right: 30px; | ||
margin-left: 350px; | margin-left: 350px; | ||
+ | } | ||
+ | .contentbox p ,.contentbox h2 { | ||
+ | color:white; | ||
} | } | ||
.sidebar, #ufo { | .sidebar, #ufo { | ||
Line 927: | Line 1,036: | ||
#bannerquote, #projecttitle { | #bannerquote, #projecttitle { | ||
margin-left: 250px; | margin-left: 250px; | ||
− | font-size: | + | font-size: 50px; |
} | } | ||
Line 946: | Line 1,055: | ||
@media only screen and (max-width: 1000px) { | @media only screen and (max-width: 1000px) { | ||
+ | #textblock1 { | ||
+ | position: absolute; | ||
+ | top: 180px; | ||
+ | left: 490px; | ||
+ | width:500px; | ||
+ | } | ||
+ | #textblock2 { | ||
+ | position: absolute; | ||
+ | top: 700px; | ||
+ | left: 10px; | ||
+ | width:500px; | ||
+ | } | ||
+ | #textblock3 { | ||
+ | position: absolute; | ||
+ | top: 1360px; | ||
+ | left: 500px; | ||
+ | width:510px; | ||
+ | } | ||
+ | #textblock4 { | ||
+ | position: absolute; | ||
+ | top: 2250px; | ||
+ | left: 50px; | ||
+ | width:900px; | ||
+ | } | ||
+ | #textblock5 { | ||
+ | position: absolute; | ||
+ | top: 2800px; | ||
+ | left: 490px; | ||
+ | width:500px; | ||
+ | } | ||
.contentbox figure, .contentbox p, .contentbox .pdf-resources, .contentbox ul { | .contentbox figure, .contentbox p, .contentbox .pdf-resources, .contentbox ul { | ||
padding: 10px !important; | padding: 10px !important; | ||
Line 957: | Line 1,096: | ||
.box-heading { | .box-heading { | ||
top: -30px; | top: -30px; | ||
+ | } | ||
+ | |||
+ | .contentbox p ,contentbox.h2 { | ||
+ | color:#FFFFFF; | ||
} | } | ||
Line 973: | Line 1,116: | ||
#logo { | #logo { | ||
− | top: | + | top: -2px; |
− | left: | + | left: 115px; |
position: absolute; | position: absolute; | ||
margin: 0; | margin: 0; | ||
width: 150px; | width: 150px; | ||
height: 80px; | height: 80px; | ||
− | + | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
+ | #logonav { | ||
+ | top: 25px; | ||
+ | left: 120px; | ||
+ | position: absolute; | ||
+ | |||
+ | width: 110px; | ||
+ | height: 110px; | ||
+ | border-radius: 90px; | ||
+ | |||
+ | |||
+ | z-index: -1; | ||
+ | background: #ffc808; | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | } | ||
+ | |||
Line 1,009: | Line 1,171: | ||
min-width: 130px; | min-width: 130px; | ||
line-height: 42px; | line-height: 42px; | ||
− | color: | + | color: white; |
text-decoration: none; | text-decoration: none; | ||
padding-top: 15px; | padding-top: 15px; | ||
Line 1,030: | Line 1,192: | ||
.nav-dropdown { | .nav-dropdown { | ||
display: none; | display: none; | ||
− | background-color: # | + | background-color: #ff9e20; |
min-width: 130px; | min-width: 130px; | ||
z-index: 1; | z-index: 1; | ||
Line 1,166: | Line 1,328: | ||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
− | background-color: # | + | background-color: #20161c; |
Line 1,182: | Line 1,344: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
#textblock1 > p, #textblock2 > p, #textblock3 > p,#textblock4 > p, #textblock5 > p,#textblock6 > p,#textblock7 > p,#textblock8 > p,#textblock9 > p { | #textblock1 > p, #textblock2 > p, #textblock3 > p,#textblock4 > p, #textblock5 > p,#textblock6 > p,#textblock7 > p,#textblock8 > p,#textblock9 > p { | ||
color: white !important; | color: white !important; | ||
Line 1,207: | Line 1,364: | ||
min-width: 980px !important; | min-width: 980px !important; | ||
} | } | ||
+ | .footerbar { | ||
+ | font: var(--bodyfont); | ||
+ | margin-top: 0px; | ||
+ | padding: 0px; | ||
+ | width: 1000px; | ||
+ | min-height: 150px; | ||
+ | background: var(--logo-dark-blue); | ||
+ | box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1); | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | z-index: 1; | ||
+ | color: white; | ||
+ | display: flex; | ||
+ | justify-content: space-around; | ||
+ | align-items: center; | ||
+ | flex-wrap: wrap; | ||
+ | } | ||
} | } | ||
@media screen and (max-device-width: 1024px) { | @media screen and (max-device-width: 1024px) { | ||
.t-cover { | .t-cover { | ||
− | + | ||
} | } | ||
} | } | ||
.textblock > p {font-family: 'Josefin Sans' !important; font-size: 20px !important; color: #444 !important;font-weight: 300 !important;} | .textblock > p {font-family: 'Josefin Sans' !important; font-size: 20px !important; color: #444 !important;font-weight: 300 !important;} | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
#textblock1 > p, #textblock3 > p, #textblock5 > p,#textblock2 > p, #textblock4 > p, #textblock6 > p, #textblock7 > p, #textblock8 > p { | #textblock1 > p, #textblock3 > p, #textblock5 > p,#textblock2 > p, #textblock4 > p, #textblock6 > p, #textblock7 > p, #textblock8 > p { | ||
color: white !important; | color: white !important; | ||
Line 1,237: | Line 1,407: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
+ | @media screen and (max-width: 1040px){ | ||
+ | #logo img { | ||
+ | width: 0px; | ||
+ | margin: 15px; | ||
+ | } | ||
− | + | } | |
− | + | ||
Latest revision as of 11:34, 2 November 2018