Line 16: | Line 16: | ||
color: white !important; | color: white !important; | ||
} | } | ||
+ | |||
#parallax { | #parallax { | ||
position: fixed; | position: fixed; | ||
Line 25: | Line 26: | ||
-o-background-size: cover; | -o-background-size: cover; | ||
background-size: cover; | background-size: cover; | ||
− | z-index:-1; | + | z-index: -1; |
+ | } | ||
+ | |||
+ | #first-container { | ||
+ | min-height: 100%; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #abstract { | ||
+ | position: absolute; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | right: 0; | ||
+ | margin: 0 auto; | ||
+ | bottom: 15%; | ||
+ | } | ||
+ | |||
+ | #abstract h1 { | ||
+ | font-weight: 400; | ||
+ | letter-spacing: 1.3px; | ||
+ | font-size: 2.25em; | ||
+ | } | ||
+ | |||
+ | #abstract p { | ||
+ | font-weight: 100; | ||
+ | letter-spacing: 2px; | ||
+ | font-size: 1.35em; | ||
+ | } | ||
+ | |||
+ | |||
+ | #home_logo, | ||
+ | #sideMenu { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #sideMenu, | ||
+ | #top_title, | ||
+ | .patrollink { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | margin-left: 0px; | ||
+ | margin-top: -20px; | ||
+ | padding: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | #HQ_page p, | ||
+ | body p { | ||
+ | font-family: 'TodaySHOP', sans-serif | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 15:56, 24 September 2018
@font-face {
font-family: 'TodaySHOP'; src: url('https://static.igem.org/mediawiki/2018/b/bc/T--TecCEM--TodaySHOP-Regular.eot'); src: url('https://static.igem.org/mediawiki/2018/b/bc/T--TecCEM--TodaySHOP-Regular.eot?#iefix') format('embedded-opentype'), url('https://static.igem.org/mediawiki/2018/a/aa/T--TecCEM--TodaySHOP-Regular.woff') format('woff'), url('https://static.igem.org/mediawiki/2018/b/b4/T--TecCEM--TodaySHOP-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal;
}
- content {
width: 100% !important; height: 100% !important; margin-left: 0 !important; padding-left: 0 !important; color: white !important;
}
- parallax {
position: fixed; width: 100vw !important; height: 100vh !important; background: url() no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index: -1;
}
- first-container {
min-height: 100%; position: relative;
}
- abstract {
position: absolute; left: 0; width: 100%; right: 0; margin: 0 auto; bottom: 15%;
}
- abstract h1 {
font-weight: 400; letter-spacing: 1.3px; font-size: 2.25em;
}
- abstract p {
font-weight: 100; letter-spacing: 2px; font-size: 1.35em;
}
- home_logo,
- sideMenu {
display: none;
}
- sideMenu,
- top_title,
.patrollink {
display: none;
}
- content {
margin-left: 0px; margin-top: -20px; padding: 0px; width: 100%;
}
body {
background-color: white;
}
- HQ_page p,
body p {
font-family: 'TodaySHOP', sans-serif
}