-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.styl
102 lines (87 loc) · 1.52 KB
/
style.styl
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
97
98
99
100
101
102
html
body
margin 0
width 100%
height 100%
overflow hidden
background slategrey
cursor default
font-family sans-serif
.start-button
display block
position fixed
color white
border none
opacity 0.5
top 0
left 0
width 100%
height 100%
z-index 2
background black
transition opacity 1s
transform translateZ(0)
font-size 100px
cursor pointer
&.fade-out
opacity 0
.worlds
position fixed
left 0
bottom 0
z-index 3
opacity 0.3
padding 10px
transition opacity 0.5s
&.fade-out
opacity 0
&:hover
&.start
opacity 0.6
.world-link
display inline-block
width 30px
height 30px
z-index 2
background transparent
border none
color white
cursor pointer
font-size 16px
text-decoration none
text-align center
opacity 0.5
transition opacity 0.2s
&:hover
opacity 1
&:focus
outline none
.controls
position fixed
right 0
bottom 0
z-index 1
opacity 0.3
padding 10px
transition opacity 0.5s
&.fade-out
opacity 0
&:hover
opacity 0.6
button
width 40px
height 40px
z-index 2
background transparent
border none
color white
cursor pointer
font-size 20px
opacity 0.5
transition opacity 0.2s
&:hover
opacity 1
&:focus
outline none
.audio-button.off
text-decoration line-through