diff options
Diffstat (limited to 'frontend/static/sass/src/calendar.sass')
| -rw-r--r-- | frontend/static/sass/src/calendar.sass | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/frontend/static/sass/src/calendar.sass b/frontend/static/sass/src/calendar.sass new file mode 100644 index 0000000..ffb19d0 --- /dev/null +++ b/frontend/static/sass/src/calendar.sass @@ -0,0 +1,87 @@ +body + background-color: #f8f8f8 + overflow: hidden +#calendar + position: absolute + * + font-size: 18px + z-index: 10 +#playlist ul#queue li.playing + span.score + color: #bbb +#playlist ul#queue li + span.score + color: #333 + span.title + color: #222 +#player + z-index: 6 +#playlistbg + z-index: 7 + background-color: #f8f8f8 +#water-cooler + position: fixed + bottom: -10px + left: -30px + height: 500px + z-index: 7 +#office-plant + position: fixed + bottom: 20px + left: 160px + z-index: 8 +#carpet + position: fixed + width: 100% + height: 70px + bottom: 0 + left: 0 + background-color: white + z-index: 6 +#bg + opacity: 0.1 + display: none +#likebutton + position: fixed + right: 20px + top: 30px + opacity: 0.7 +#calendar + z-index: 10 + box-shadow: #666 5px 5px 10px + display: none +#logo h1 + color: #b8d +#player #projector #video-title + bottom: 5px + left: 5px +.arrow-play + width: 0 + height: 0 + border-top: 4.5px solid transparent + border-left: 9.5px solid white + border-bottom: 4.5px solid transparent + display: inline-block +.arrow-pause + width: 0 + height: 0 + border-top: 5px solid white + border-right: 2.5px solid white + border-bottom: 4px solid white + border-left: 0 + display: inline-block +.arrow-prev + width: 0 + height: 0 + border-top: 4px solid transparent + border-right: 4px solid white + border-bottom: 4px solid transparent + display: inline-block +.arrow-next + width: 0 + height: 0 + border-top: 4px solid transparent + border-left: 4px solid white + border-bottom: 4px solid transparent + display: inline-block + |
