max-width: 100%;
text-align: center; }
#searchform div input.blogbutton {
- background: -webkit-linear-gradient(top, #6c4f53 35%, #6c4f53 100%);
- background: -moz-linear-gradient(center top, #6c4f53 35%, #6c4f53 100%);
- background: -ms-linear-gradient(top, #6c4f53 35%, #6c4f53 100%); }
+ background: -webkit-linear-gradient(top, #6c4f53 15%, #6c4f53 100%);
+ background: -moz-linear-gradient(center top, #6c4f53 15%, #6c4f53 100%);
+ background: -ms-linear-gradient(top, #6c4f53 15%, #6c4f53 100%); }
#blog-side-info {
border-left: 1px solid grey;
height: 215px; } }
.gradient {
- background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 35%, #FFFFFF 100%);
- background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 35%, #FFFFFF 100%);
- background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 35%, #FFFFFF 100%);
- height: 465px;
+ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 15%, #FFFFFF 100%);
+ background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 15%, #FFFFFF 100%);
+ background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 15%, #FFFFFF 100%);
+ height: 615px;
width: 100%;
position: absolute;
- top: 100px; }
+ top: 6%; }
@media only screen and (min-width:40.063em) and (max-width:64em) {
.gradient {
- height: 270px;
- top: 60px; } }
+ height: 370px;
+ top: 30px; } }
@media only screen and (max-width: 40em) {
.gradient {
display: none; } }
*/
@mixin gradient($from, $to) {
- background: -webkit-linear-gradient(top, $from 35%, $to 100%);
- background: -moz-linear-gradient(center top, $from 35%, $to 100%);
- background: -ms-linear-gradient(top, $from 35%, $to 100%);
+ background: -webkit-linear-gradient(top, $from 15%, $to 100%);
+ background: -moz-linear-gradient(center top, $from 15%, $to 100%);
+ background: -ms-linear-gradient(top, $from 15%, $to 100%);
}