merge
This commit is contained in:
parent
7aa4166c5a
commit
eea68f6a52
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue