summaryrefslogtreecommitdiff
path: root/frontend/static/sass/src/embed.sass
blob: abce351fe3fa539379d27b0a1fa1b0cbcb4bd5a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
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