(Created page with "<html> <head> <style> /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/mas...") |
|||
Line 590: | Line 590: | ||
} | } | ||
/*# sourceMappingURL=bootstrap-theme.css.map */ | /*# sourceMappingURL=bootstrap-theme.css.map */ | ||
− | + | /* Additional css*/ | |
+ | html, body{ | ||
+ | height: 100%; | ||
+ | } | ||
+ | body{ | ||
+ | margin-top: 50px; | ||
+ | } | ||
+ | h1{ | ||
+ | margin-top: 40px; | ||
+ | margin-bottom: 18px; | ||
+ | } | ||
+ | p{ | ||
+ | font-size: 150%; | ||
+ | } | ||
+ | .col-centered{ | ||
+ | float: none; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | .jumbotron-index{ | ||
+ | position: absolute; | ||
+ | top: 20%; | ||
+ | left:50%; | ||
+ | transform: translate(-5%,-50%); | ||
+ | border: none; | ||
+ | background:none; | ||
+ | } | ||
+ | .bgimg { | ||
+ | height: 70%; | ||
+ | background: url('https://static.igem.org/mediawiki/2017/d/df/Wintershall_Monte_Kali_11.svg') no-repeat center center fixed; | ||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | .subheader{ | ||
+ | font-size: 50px; | ||
+ | } | ||
</style | </style | ||
Revision as of 14:51, 30 June 2017