34
34
pointer-events : all;
35
35
}
36
36
37
- .enjoyhint_skip_btn {
38
- position : absolute;
39
- z-index : 1012 ;
40
- /*display: none;*/
41
- pointer-events : all;
42
- -webkit-box-sizing : content-box;
43
- -moz-box-sizing : content-box;
44
- box-sizing : content-box;
45
- width : 100px ;
46
- height : 40px ;
47
- cursor : pointer;
48
- margin : 0 auto;
49
- border : 2px solid rgb (30 , 205 , 151 );
50
- -webkit-border-radius : 40px ;
51
- border-radius : 40px ;
52
- font : normal normal normal 17 px/40px "Advent Pro" , Helvetica, sans-serif;
53
- color : rgb (30 , 205 , 151 );
54
- text-align : center;
55
- -o-text-overflow : clip;
56
- text-overflow : clip;
57
- letter-spacing : 1px ;
58
- background : rgba (0 , 0 , 0 , 0 );
59
- -webkit-transition : background-color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-color 0.3s cubic-bezier (0 , 0 , 0 , 0 );
60
- -moz-transition : background-color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-color 0.3s cubic-bezier (0 , 0 , 0 , 0 );
61
- -o-transition : background-color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-color 0.3s cubic-bezier (0 , 0 , 0 , 0 );
62
- transition : background-color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-color 0.3s cubic-bezier (0 , 0 , 0 , 0 );
63
- }
64
37
.enjoyhint_next_btn {
65
38
position : absolute;
66
39
z-index : 1012 ;
103
76
transition : none;
104
77
}
105
78
79
+ .enjoyhint_skip_btn {
80
+ position : absolute;
81
+ z-index : 1012 ;
82
+ /*display: none;*/
83
+ pointer-events : all;
84
+ -webkit-box-sizing : content-box;
85
+ -moz-box-sizing : content-box;
86
+ box-sizing : content-box;
87
+ width : 100px ;
88
+ height : 40px ;
89
+ cursor : pointer;
90
+ margin : 0 auto;
91
+ border : 2px solid rgb (30 , 205 , 151 );
92
+ -webkit-border-radius : 40px ;
93
+ border-radius : 40px ;
94
+ font : normal normal normal 17 px/40px "Advent Pro" , Helvetica, sans-serif;
95
+ color : rgb (30 , 205 , 151 );
96
+ text-align : center;
97
+ -o-text-overflow : clip;
98
+ text-overflow : clip;
99
+ letter-spacing : 1px ;
100
+ background : rgba (0 , 0 , 0 , 0 );
101
+ -webkit-transition : background-color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-color 0.3s cubic-bezier (0 , 0 , 0 , 0 );
102
+ -moz-transition : background-color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-color 0.3s cubic-bezier (0 , 0 , 0 , 0 );
103
+ -o-transition : background-color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-color 0.3s cubic-bezier (0 , 0 , 0 , 0 );
104
+ transition : background-color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), color 0.3s cubic-bezier (0 , 0 , 0 , 0 ), width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-width 0.3s cubic-bezier (0 , 0 , 0 , 0 ), border-color 0.3s cubic-bezier (0 , 0 , 0 , 0 );
105
+ }
106
+
107
+ .enjoyhint_skip_btn : hover {
108
+ color : rgba (255 , 255 , 255 , 1 );
109
+ background : rgb (30 , 205 , 151 );
110
+ }
111
+
112
+ .enjoyhint_skip_btn : active {
113
+ border : 2px solid rgba (33 , 224 , 163 , 1 );
114
+ background : rgba (33 , 224 , 163 , 1 );
115
+ -webkit-transition : none;
116
+ -moz-transition : none;
117
+ -o-transition : none;
118
+ transition : none;
119
+ }
120
+
121
+ .enjoyhint_close_btn {
122
+ display : inline-block;
123
+ position : absolute;
124
+ z-index : 1012 ;
125
+ pointer-events : all;
126
+ -webkit-box-sizing : content-box;
127
+ -moz-box-sizing : content-box;
128
+ box-sizing : content-box;
129
+ width : .3em ;
130
+ height : .3em ;
131
+ border : none;
132
+ -webkit-border-radius : 1em ;
133
+ border-radius : 1em ;
134
+ font : 400 8 em/normal Arial, Helvetica, sans-serif;
135
+ color : rgba (0 , 0 , 0 , 1 );
136
+ -o-text-overflow : clip;
137
+ text-overflow : clip;
138
+ background : rgba (0 , 0 , 0 , 0 );
139
+ border : 2px solid rgba (33 , 224 , 163 , 1 );
140
+ }
141
+
142
+ .enjoyhint_close_btn ::before {
143
+ display : inline-block;
144
+ -webkit-box-sizing : content-box;
145
+ -moz-box-sizing : content-box;
146
+ box-sizing : content-box;
147
+ width : 29px ;
148
+ height : 2px ;
149
+ position : absolute;
150
+ content : "" ;
151
+ top : 16px ;
152
+ left : 3px ;
153
+ border : none;
154
+ font : normal 100% /normal Arial, Helvetica, sans-serif;
155
+ color : rgba (0 , 0 , 0 , 1 );
156
+ -o-text-overflow : clip;
157
+ text-overflow : clip;
158
+ background : # fff ;
159
+ text-shadow : none;
160
+ -webkit-transform : rotateZ (45deg );
161
+ transform : rotateZ (45deg );
162
+ }
163
+
164
+ .enjoyhint_close_btn ::after {
165
+ display : inline-block;
166
+ -webkit-box-sizing : content-box;
167
+ -moz-box-sizing : content-box;
168
+ box-sizing : content-box;
169
+ width : 29px ;
170
+ height : 2px ;
171
+ position : absolute;
172
+ content : "" ;
173
+ top : 16px ;
174
+ left : 3px ;
175
+ border : none;
176
+ font : normal 100% /normal Arial, Helvetica, sans-serif;
177
+ color : rgba (0 , 0 , 0 , 1 );
178
+ -o-text-overflow : clip;
179
+ text-overflow : clip;
180
+ background : # fff ;
181
+ text-shadow : none;
182
+ -webkit-transform : rotateZ (-45deg );
183
+ transform : rotateZ (-45deg );
184
+ }
185
+
186
+
187
+ .enjoyhint_close_btn : hover {
188
+ color : rgba (255 , 255 , 255 , 1 );
189
+ background : rgb (30 , 205 , 151 );
190
+ cursor : pointer;
191
+ }
192
+
193
+ .enjoyhint_close_btn : active {
194
+ border : 2px solid rgba (33 , 224 , 163 , 1 );
195
+ background : rgba (33 , 224 , 163 , 1 );
196
+ -webkit-transition : none;
197
+ -moz-transition : none;
198
+ -o-transition : none;
199
+ transition : none;
200
+ }
201
+
106
202
.enjoyhint_btn {
107
203
-webkit-box-sizing : content-box;
108
204
-moz-box-sizing : content-box;
194
290
color : white;
195
291
z-index : 107 ;
196
292
font-size : 22px ;
197
- font-family : 'casino_handregular' ;
293
+ font-family : 'casino_handregular' , 'Arial' ;
198
294
-webkit-transition : opacity 400ms cubic-bezier (0.42 , 0 , 0.58 , 1 );
199
295
-moz-transition : opacity 400ms cubic-bezier (0.42 , 0 , 0.58 , 1 );
200
296
transition : opacity 400ms cubic-bezier (0.42 , 0 , 0.58 , 1 );
201
297
}
202
298
299
+
300
+
203
301
div .kineticjs-content {
204
302
position : absolute !important ;
205
303
}
0 commit comments