-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.styl
115 lines (113 loc) · 1.98 KB
/
index.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
103
104
105
106
107
108
109
110
111
112
113
114
115
*
-webkit-box-sizing border-box
-moz-box-sizing border-box
box-sizing border-box
body, html
height 100%
body
display table
margin 0 auto
padding 0
background black url(../gfx/img/loader.gif) no-repeat center center
letter-spacing 1px
text-decoration none
font 12px/19px verdana, sans-serif
text-transform uppercase
color #999
button
z-index 20
position absolute
bottom 20px
right 20px
display block
margin 0
&#controls
bottom 50px
&.audioCtrl
bottom 80px
display block
img
width 23px
height auto
&.hidden
display none
.box
transition opacity .3s ease-out
border-radius 300px
opacity 0
z-index 10
width 580px
height 580px
background rgba(0,0,0,1)
position absolute
top -9999px
left -9999px
margin -290px 0 0 -290px
padding 70px 106px 0 106px
text-align center
border 1px solid #000
&.opened
top 50%
left 50%
opacity 1
&.controls-box
p:first-child
margin-bottom 90px
img
width 200px
height auto
&.start-box
p
transition background-color 200ms ease-in-out
background-color #000
border 1px solid
border-radius 100px
padding-top 39px
width 100px
height 100px
margin 92px auto 0 auto
cursor pointer
&:hover
background-color #111
img
width 146px
height auto
margin-top 50px
a, button
text-decoration none
color #666
&:hover
color #888
button
background none
border 0
padding 0
color #444
p
margin 0 0 10px 0
main
display table-cell
vertical-align middle
width 100%
transition opacity 500ms ease-in-out
opacity 0
&.ready
opacity 1
canvas
display block
margin 0 auto
background rgb(50,50,50)
#logo
position absolute
top 550px
left 50%
img
position relative
left -53px
width 106px
height auto
display block
margin 0 auto
:-moz-any-link:focus {color:#eee;}
::selection {color:#eee;}
::-moz-selection {color:#eee;}