(Undo revision 13851 by Nathanribeiro (talk)) |
|||
Line 6: | Line 6: | ||
/***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | /***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 243: | Line 237: | ||
border: 4px solid #3399ff; | border: 4px solid #3399ff; | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | html, body { | ||
+ | height: 100%; | ||
+ | min-height: 100%; | ||
+ | margin: 0px; | ||
+ | background-color: #6c0d00; | ||
+ | } | ||
+ | |||
+ | .coming-soon { | ||
+ | height: 100%; | ||
+ | min-height: 100%; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/0/00/T--AQA_Unesp--lactis_background.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | height: 280px; | ||
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | align-items: center; | ||
+ | } | ||
+ | |||
+ | .coming-soon h1 { | ||
+ | text-align: center; | ||
+ | font-size: 40pt; | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: white; | ||
+ | text-shadow: 0px 0px 10px black; | ||
+ | } | ||
+ | |||
+ | .synbio { | ||
+ | width: 100%; | ||
+ | position: absolute; | ||
+ | bottom: 0; | ||
+ | align-items: center; | ||
+ | display: flex; | ||
+ | flex-direction: row; | ||
+ | flex-wrap: wrap; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | |||
+ | .igem { | ||
+ | width: 100%; | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | align-items: center; | ||
+ | display: flex; | ||
+ | flex-direction: row; | ||
+ | flex-wrap: wrap; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | |||
+ | .igem h1 { | ||
+ | text-align: center; | ||
+ | font-size: 34pt; | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: white; | ||
+ | text-shadow: 0px 0px 10px black; | ||
} | } | ||
Line 253: | Line 304: | ||
<head> | <head> | ||
− | |||
− | |||
+ | <div class="column full_size" > | ||
<!-- start of content --> | <!-- start of content --> | ||
− | <div class=" | + | <div class="igem"><h1>iGEM 2017</h1></div> |
− | <h1> | + | <div class="coming-soon"><h1>coming soon...</h1></div> |
− | <div class=" | + | <div class="synbio"><img src="https://static.igem.org/mediawiki/2017/e/e2/T--AQA_Unesp--logoTime.png" width="250px"></div> |
− | <img src="https://static.igem.org/mediawiki/2017/ | + | |
− | </div> | + | |
Revision as of 00:01, 13 May 2017