diff options
Diffstat (limited to 'frontend/static/sass/src/top.sass')
| -rw-r--r-- | frontend/static/sass/src/top.sass | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/frontend/static/sass/src/top.sass b/frontend/static/sass/src/top.sass new file mode 100644 index 0000000..3f55c57 --- /dev/null +++ b/frontend/static/sass/src/top.sass @@ -0,0 +1,52 @@ +body + background-color: rgb(49,18,150) + overflow: hidden +#bg + position: fixed + top: 0 + left: 0 + height: 100% + width: 100% + display: block + opacity: 1 + background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.11, rgb(49,18,150)), color-stop(0.67, rgb(143,38,255)), color-stop(0.84, rgb(157,66,255))) + background-image: -moz-linear-gradient( center bottom, rgb(49,18,150) 11%, rgb(143,38,255) 67%, rgb(157,66,255) 84%) + img + width: 100% + height: 100% +#plant1 + z-index: -2 + position: fixed + left: -200px + bottom: 0 +#plant2 + z-index: -2 + position: fixed + right: -200px + bottom: 0 +.cloudleft + background-image: url(/bgz/cloudz1.png) + position: fixed + bottom: 0 + left: 0 + width: 600px + height: 400px + opacity: 0.7 + pointer-events: none + z-index: -1 +.cloudright + background-image: url(/bgz/cloudz2.png) + position: fixed + bottom: 0 + right: 0 + width: 600px + height: 400px + opacity: 0.8 + pointer-events: none + z-index: -1 +.shimmer + margin: 0 0 -20px 0 + opacity: 0.5 +.shimmer2 + margin: 0 0 -40px 0 + opacity: 0.5 |
