Line 2: | Line 2: | ||
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:KU_Leuven/bootstrapcss?action=raw&ctype=text/css"/> | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:KU_Leuven/bootstrapcss?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:KU_Leuven/FontAwesome?action=raw&ctype=text/css"/> | ||
<script type="text/javascript" src="https://2017.igem.org/Template:KU_Leuven/bootstrapjs?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2017.igem.org/Template:KU_Leuven/bootstrapjs?action=raw&ctype=text/javascript"></script> | ||
<style>/***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | <style>/***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | ||
Line 163: | Line 164: | ||
} | } | ||
+ | /********************************* FOOTER STYLING *********************************/ | ||
+ | footer { | ||
+ | background-color: #f2f2f2; | ||
+ | padding: 50px 0 0 0; | ||
+ | } | ||
+ | |||
+ | footer .social > * { | ||
+ | height: 10em; | ||
+ | } | ||
+ | |||
+ | footer #facebook { | ||
+ | background-color: #3b5998; | ||
+ | } | ||
+ | |||
+ | footer #twitter { | ||
+ | background-color: #4099ff; | ||
+ | } | ||
+ | |||
+ | footer #youtube { | ||
+ | background-color: #e33a40; | ||
+ | } | ||
+ | |||
+ | footer #instagram { | ||
+ | background-color: #e33a40; | ||
+ | } | ||
/***************************************************** CONTENT OF THE PAGE ****************************************************/ | /***************************************************** CONTENT OF THE PAGE ****************************************************/ | ||
Line 170: | Line 196: | ||
.igem_2017_content_wrapper { | .igem_2017_content_wrapper { | ||
padding-top: 50px; | padding-top: 50px; | ||
+ | padding-bottom: 50px; | ||
width: 100%; | width: 100%; | ||
display: block; | display: block; | ||
− | + | position: relative; | |
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
min-height: 100vh; | min-height: 100vh; | ||
font-family: Tahoma, Geneva, sans-serif; | font-family: Tahoma, Geneva, sans-serif; | ||
+ | -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); | ||
+ | box-shadow: 0 6px 12px rgba(0,0,0,.175); | ||
} | } | ||
Revision as of 13:17, 14 July 2017