Difference between revisions of "Template:Freiburg/CSS"
Line 523: | Line 523: | ||
/* properties for central text box */ | /* properties for central text box */ | ||
.content_background_wrapper{ | .content_background_wrapper{ | ||
− | + | /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+22,0051a2+100 */ | |
− | /*background: | + | background: rgb(252,252,252); /* Old browsers */ |
− | background: # | + | background: -moz-linear-gradient(-45deg, rgba(252,252,252,1) 22%, rgba(0,81,162,1) 100%); /* FF3.6+ */ |
+ | background: -webkit-gradient(linear, left top, right bottom, color-stop(22%,rgba(252,252,252,1)), color-stop(100%,rgba(0,81,162,1))); /* Chrome,Safari4+ */ | ||
+ | background: -webkit-linear-gradient(-45deg, rgba(252,252,252,1) 22%,rgba(0,81,162,1) 100%); /* Chrome10+,Safari5.1+ */ | ||
+ | background: -o-linear-gradient(-45deg, rgba(252,252,252,1) 22%,rgba(0,81,162,1) 100%); /* Opera 11.10+ */ | ||
+ | background: -ms-linear-gradient(-45deg, rgba(252,252,252,1) 22%,rgba(0,81,162,1) 100%); /* IE10+ */ | ||
+ | background: linear-gradient(135deg, rgba(252,252,252,1) 22%,rgba(0,81,162,1) 100%); /* W3C */ | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#0051a2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ | ||
} | } | ||
Revision as of 14:05, 10 September 2015