summaryrefslogtreecommitdiff
path: root/frontend/static/sass/src/embed.sass
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/sass/src/embed.sass')
-rw-r--r--frontend/static/sass/src/embed.sass96
1 files changed, 96 insertions, 0 deletions
diff --git a/frontend/static/sass/src/embed.sass b/frontend/static/sass/src/embed.sass
new file mode 100644
index 0000000..abce351
--- /dev/null
+++ b/frontend/static/sass/src/embed.sass
@@ -0,0 +1,96 @@
+body
+ background: #000
+ overflow: hidden
+#logo,#form,#logobg,#sitez
+ opacity: 0
+ z-index: -20
+#lastlogbox *, #lastlogbox h4
+ font-size: 12px
+ padding: 1px
+#lastlogbox
+ padding: 1px
+#chat
+ font-size: 6px
+ line-height: 120%
+ overflow-y: hidden
+ a.u
+ min-width: 10px
+ img
+ max-height: 30px
+ max-width: 30px
+#player
+ padding: 0
+ margin: 0
+#player *,#playlist *,#queue *
+ font-size: 12px
+#playlist ul#queue li
+ padding: 1px
+ &.playing
+ background-color: #657
+#playlist ul#queue li span.like
+ display: none
+#playlist ul#queue li a.user
+ font-size: 10px
+#playlist
+ overflow-y: hidden
+#queue
+ overflow-y: scroll
+nav
+ button
+ font-size: 12px
+ padding: 1px
+ overflow: hidden
+ position: relative
+ top: 3px
+ left: 3px
+ #video-link
+ position: relative
+ top: 2px
+ left: 3px
+ padding: 4px
+ font-size: 10px
+#player nav#controls
+ span.instructions
+ font-size: 11px
+ color: #ddd
+ position: relative
+ top: 3px
+ left: 5px
+#player nav#controls
+ z-index: 90
+ overflow: visible
+#player #projector #video-title
+ bottom: 10px
+ left: 2px
+*,#chat
+ overflow: hidden
+.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
+