This commit is contained in:
Gapato 2014-09-30 21:27:31 +02:00
parent 7aa4166c5a
commit eea68f6a52

View file

@ -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; }