Difference between revisions of "Template:Freiburg/CSS"
Line 228: | Line 228: | ||
/* ============= Important Site setup ============= */ | /* ============= Important Site setup ============= */ | ||
− | + | /* changed tiles background to scaling full-size image --jb */ | |
− | .content_background_wrapper{ | + | /*.content_background_wrapper{ |
position: relative; | position: relative; | ||
Line 236: | Line 236: | ||
overflow:hidden; | overflow:hidden; | ||
+ | }*/ | ||
+ | |||
+ | .content_background_wrapper{ | ||
+ | background: url("https://static.igem.org/mediawiki/2015/b/b4/Freiburg_wiki_background_2.png") no-repeat center center fixed; | ||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | background-size: cover; | ||
+ | overflow: hidden; | ||
} | } | ||
Revision as of 08:41, 29 August 2015