From eea68f6a5250cf91cd3044204d50508b664e168b Mon Sep 17 00:00:00 2001 From: Gapato Date: Tue, 30 Sep 2014 21:27:31 +0200 Subject: [PATCH] merge --- _sass/screen.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/screen.scss b/_sass/screen.scss index d077647..60a83f3 100644 --- a/_sass/screen.scss +++ b/_sass/screen.scss @@ -93,9 +93,9 @@ ol li:hover { border-right: 3px solid $links; padding-right: 7px; } #wrapper { max-width: $in_width; margin: auto; } #outter-wrapper { width: 100%; height: auto; min-height: 100%; position: relative; } -#foot_image { height: 150px; background-image: url('/images/backsky.png'); +#foot_image { height: 150px; background: linear-gradient(to top, #FFFFFF 0%, #EEEEEE 100%, #FFFFFF 100%); position: absolute; bottom: 0px; width: 100%; text-align: center; overflow: hidden; } -#clouds { background-image: url('/images/clouds.png'); height: 150px; width: 200%; +#clouds { background-image: url('../images/clouds.png'); height: 150px; width: 200%; position: relative; top: -150px; margin-bottom: -150px; } #foot_image:active #ski { visibility: visible; animation: ski 3s linear; } #clouds:hover { animation: clouds 100s infinite linear; }