|
1 | 1 | @font-face {
|
2 | 2 | font-family: 'casino_handregular';
|
3 |
| - src: url('Casino_Hand/casino_hand-webfont.eot'); |
4 |
| - src: url('Casino_Hand/casino_hand-webfont.eot?#iefix') format('embedded-opentype'), |
5 |
| - url('Casino_Hand/casino_hand-webfont.woff') format('woff'), |
6 |
| - url('Casino_Hand/casino_hand-webfont.ttf') format('truetype'), |
7 |
| - url('Casino_Hand/casino_hand-webfont.svg#casino_handregular') format('svg'); |
| 3 | + src: url('src/Casino_Hand/casino_hand-webfont.eot'); |
| 4 | + src: url('src/Casino_Hand/casino_hand-webfont.eot?#iefix') format('embedded-opentype'), |
| 5 | + url('src/Casino_Hand/casino_hand-webfont.woff') format('woff'), |
| 6 | + url('src/Casino_Hand/casino_hand-webfont.ttf') format('truetype'), |
| 7 | + url('src/Casino_Hand/casino_hand-webfont.svg#casino_handregular') format('svg'); |
8 | 8 | font-weight: normal;
|
9 | 9 | font-style: normal;
|
10 | 10 |
|
|
35 | 35 | }
|
36 | 36 |
|
37 | 37 | .enjoyhint_skip_btn{
|
38 |
| - position:absolute; |
39 |
| - bottom:40px; |
40 |
| - right:40px; |
41 |
| - z-index: 1012; |
42 |
| - /*display: none;*/ |
43 |
| - pointer-events: all; |
| 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 17px/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); |
44 | 63 | }
|
45 | 64 | .enjoyhint_next_btn{
|
46 | 65 | position:absolute;
|
|
0 commit comments