Line 330: | Line 330: | ||
position: absolute; | position: absolute; | ||
width: 100%; | width: 100%; | ||
− | height: | + | height: 40vh; |
content: ''; | content: ''; | ||
top: 0; | top: 0; | ||
Line 337: | Line 337: | ||
} | } | ||
.fixedBackground { | .fixedBackground { | ||
− | height: | + | height: 40vh; |
} | } | ||
.fixedBackgroundImg{ | .fixedBackgroundImg{ | ||
width: 100%; | width: 100%; | ||
− | height: | + | height: 40vh; |
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
background-size: cover; | background-size: cover; | ||
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | align-items: center; | ||
+ | } | ||
+ | |||
+ | .pageHeadline { | ||
+ | position: relative; | ||
+ | top: 10%; | ||
+ | padding: 10px 20%; | ||
+ | text-align: center; | ||
+ | font-family: 'britanic'; | ||
+ | font-size: 62px; | ||
+ | letter-spacing: 10px; | ||
+ | text-transform: uppercase; | ||
+ | color: snow; | ||
+ | border-bottom: 5px solid snow; | ||
} | } | ||
Line 375: | Line 391: | ||
background-image: url(https://static.igem.org/mediawiki/2021/1/17/T--XJTU-China--wallpaper.jpg); | background-image: url(https://static.igem.org/mediawiki/2021/1/17/T--XJTU-China--wallpaper.jpg); | ||
background-size: 30%; | background-size: 30%; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 386: | Line 397: | ||
box-shadow: 2px 2px 20px slategray; | box-shadow: 2px 2px 20px slategray; | ||
background-color: snow !important; | background-color: snow !important; | ||
− | |||
z-index: 2; | z-index: 2; | ||
} | } | ||
Line 411: | Line 421: | ||
} | } | ||
+ | .xjtuText{ | ||
+ | margin: 0 0 1em 0; | ||
+ | text-align: center; | ||
+ | } | ||
.xjtuText h1,.xjtuText h2,.xjtuText h3{ | .xjtuText h1,.xjtuText h2,.xjtuText h3{ | ||
Line 435: | Line 449: | ||
.xjtuText p{ | .xjtuText p{ | ||
font-family: 'eras',sans-serif !important; | font-family: 'eras',sans-serif !important; | ||
− | padding-top: 150px; | + | padding-top: 150px 5% 0 5%; |
margin-top: -150px; | margin-top: -150px; | ||
font-size: 18px !important; | font-size: 18px !important; | ||
Line 755: | Line 769: | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 1em 0 4em; | padding: 1em 0 4em; | ||
− | max-width: | + | max-width: 100%; |
list-style: none; | list-style: none; | ||
text-align: center; | text-align: center; | ||
Line 769: | Line 783: | ||
background: #3085a3; | background: #3085a3; | ||
text-align: center; | text-align: center; | ||
− | cursor: | + | cursor: default; |
} | } | ||
Revision as of 03:08, 31 August 2021