diff options
Diffstat (limited to 'frontend/static/sass/src/gallery-white.sass')
| -rw-r--r-- | frontend/static/sass/src/gallery-white.sass | 220 |
1 files changed, 220 insertions, 0 deletions
diff --git a/frontend/static/sass/src/gallery-white.sass b/frontend/static/sass/src/gallery-white.sass new file mode 100644 index 0000000..f51853a --- /dev/null +++ b/frontend/static/sass/src/gallery-white.sass @@ -0,0 +1,220 @@ +body + background: #fff +#loading + background: transparent + color: #e6f0f0 + text-shadow: #e6f0f0 0 0 50px +#player + background: #fff + #projector + background-color: #000 + #video-title + color: #fff + #video-title.fullscreen + #projimg + nav#controls + #scan.blinkOn + background-color: #fff + color: #000 + #scan.blinkOff + background-color: #000 + color: #fff + #like + color: #fae + #like.liked + color: #88f +#playlistbg + background-color: #fff +#playlist + ul#queue + li + border-bottom: 1px solid #ddd + span.title + color: #333 + a.user + color: #d33682 + span.like + color: #657b83 + span.like.liked + color: #c357a3 + li.playing + background-color: #333 + span.title + color: #fff +#curtain + background: #080810 + opacity: 0.3 +#login + background: #fff + box-shadow: 0 5px 10px #000 + img + label + color: #000 + #button-shim + button + padding: 2px 5px + #login-username, #login-password + border: 2px solid #806 + a + color: #68f +#sitez + div + &:hover + background-color: #333 + &.opened + background-color: #333 +nav + button + background-color: #888 +#logobg + background-color: #000 + opacity: 0.7 +#logo + a + img + #scanjam + h1 + color: #8ff + h2 + color: #839496 + a + color: #268bd2 + img + #likebutton +#likereport + a + background-color: #222 + opacity: 0.95 +#form + background-color: #fff + #chat-message + border: 1px solid #333 + button + background-color: #ddd + color: #333 + &:hover + background-color: #c8cbd6 +#formbg + background-color: #fff + opacity: 0.7 +#chatbg + background-color: #fff + opacity: 0.1 +#chat + background: transparent + a + color: #4444ff + a.u + color: #ff0066 + opacity: 0.9 + a.pic + opacity: 1 + span + color: #333 + text-shadow: #000 0 0 0 + .ytlink + color: #8aaab3 + text-shadow: #000 0 0 0 + .ytlink:hover + color: #11182f + text-shadow: #000 0 0 0 + .ytlink.playing + color: #c2b + .ytlink.playing::before + img + #shim +#lastlogbg + background-color: #fff + opacity: 0.3 +#lastlogbox + opacity: 0.8 + h4 + color: #666 + ul + border-top: 1px solid #ddd +li.ll + a + color: #4a5a73 + border-bottom: 1px solid #ddd + text-shadow: #000 0 0 0 +#flower +#plant +button + background: #ddd + color: #333 +#settings-container, #rooms-container, #about-container + background-color: #222 + color: #657b83 + .close + color: #ded8c5 + background-color: #000b16 + &:hover + color: #fff + #rooms-loading + h5 + color: #93a1a1 + background-color: #333 + p + color: #b3c1c1 + background-color: #1b1b1f + label + color: #657b83 + span + color: #839496 + input + #room-topic, #room-bg, #room-bgreset + #room-settings-save + .shim + ul + li + border-top: 1px solid #000 + color: #83a1a1 + &:hover + color: #fdf6e3 + a li + color: #83a1a1 + a + color: #83a1a1 +#rooms-container +#about-container + +#chat + text-align: center + img + width: 520px + max-width: none + max-height: none + border: 0 + margin: 0 auto + a.u + font-size: 14px + min-width: 100px + letter-spacing: -1px + text-align: right + padding-right: 20px + a.pic + padding: 0 + margin: 0 + * + font-size: 14px + .chatimg + margin: 0 auto + padding: 0 + .chatline + width: 510px + background-color: #fff + padding: 2px 5px 2px 5px + line-height: 16px + text-align: left + margin: 0 auto + opacity: 0.9 + span + color: #666 + text-shadow: none + font-weight: normal +#logo + h2#topic + left: 5px + #likebutton + position: relative + left: 30px |
