|
| 1 | + |
1 | 2 | .pater { |
2 | 3 | position: fixed; |
3 | 4 | width: 320px; |
4 | 5 | height: auto; |
5 | 6 | bottom: 0; |
6 | 7 | left: 0; |
7 | 8 | padding: 1em 2em 2em 2em; |
8 | | - font-family: 'Helvetica Neue', Arial, sans-serif; |
| 9 | + font-family: 'Helvetica', Arial, sans-serif; |
9 | 10 | color: #000; |
10 | 11 | font-size: 0.85em; |
11 | 12 | pointer-events: none; |
|
28 | 29 | z-index: 10; |
29 | 30 | padding: 10px 0 8px 52px; |
30 | 31 | cursor: default; |
| 32 | + color: #262628; |
31 | 33 | background: url(../img/sponsor/webydo-logo.png) no-repeat 0% 50%; |
32 | 34 | -webkit-transform: translateY(40px); |
33 | 35 | transform: translateY(40px); |
|
56 | 58 |
|
57 | 59 | .pater__description { |
58 | 60 | line-height: 1.2; |
59 | | - color: #717070; |
| 61 | + color: #747474; |
60 | 62 | cursor: default; |
61 | 63 | } |
62 | 64 |
|
|
66 | 68 | display: block; |
67 | 69 | z-index: 10; |
68 | 70 | cursor: default; |
69 | | - -webkit-transform: translate3d(0,-45px,0); |
70 | | - transform: translate3d(0,-45px,0); |
71 | | - -webkit-transition: -webkit-transform 0.3s; |
72 | | - transition: transform 0.3s; |
| 71 | + color: #262628; |
| 72 | + -webkit-transform: translate3d(139px,0px,0); |
| 73 | + transform: translate3d(139px,0px,0); |
| 74 | + -webkit-transition: -webkit-transform 0.3s, color 0.3s; |
| 75 | + transition: transform 0.3s, color 0.3s; |
73 | 76 | } |
74 | 77 |
|
75 | 78 | .pater:hover .pater__sponsor { |
| 79 | + color: #262628; |
76 | 80 | -webkit-transform: translate3d(0,0,0); |
77 | 81 | transform: translate3d(0,0,0); |
78 | 82 | } |
79 | 83 |
|
80 | 84 | .pater__button { |
81 | | - background: #f9cf21; |
82 | | - color: #000; |
| 85 | + background: #fec841; |
| 86 | + color: #262628; |
83 | 87 | cursor: pointer; |
84 | 88 | padding: 0.65em 1.25em; |
85 | 89 | border-radius: 1.5em; |
|
89 | 93 | top: 100%; |
90 | 94 | margin: 0.5em 0 0; |
91 | 95 | z-index: 100; |
92 | | - font-weight: bold; |
93 | 96 | line-height: 1; |
94 | 97 | -webkit-transition: background-color 0.2s, color 0.2s; |
95 | 98 | transition: background-color 0.2s, color 0.2s; |
|
119 | 122 | } |
120 | 123 |
|
121 | 124 | .pater__effect img:nth-child(2) { |
122 | | - margin: 2em 0 0 -4em; |
| 125 | + margin: 4em 0 0 -3em; |
123 | 126 | } |
124 | 127 |
|
125 | 128 | .pater__effect img:nth-child(3) { |
126 | | - margin: -3.85em 0 0 3em; |
| 129 | + margin: -7em 0 0 0.5em; |
| 130 | +} |
| 131 | + |
| 132 | +.pater:hover .pater__effect img:nth-child(1) { |
| 133 | + -webkit-transform: translate3d(0,-110px,0); |
| 134 | + transform: translate3d(0,-110px,0); |
127 | 135 | } |
128 | 136 |
|
129 | | -.pater:hover .pater__effect img:nth-child(-n+3) { |
130 | | - -webkit-transform: translateY(-80px); |
131 | | - transform: translateY(-80px); |
| 137 | +.pater:hover .pater__effect img:nth-child(2) { |
| 138 | + -webkit-transform: translate3d(0,-130px,0); |
| 139 | + transform: translate3d(0,-130px,0); |
132 | 140 | } |
133 | 141 |
|
134 | 142 | .pater:hover .pater__effect img:nth-child(3) { |
135 | | - -webkit-transform: translateY(53px); |
136 | | - transform: translateY(53px); |
| 143 | + -webkit-transform: translateY(55px); |
| 144 | + transform: translateY(55px); |
137 | 145 | } |
138 | 146 |
|
139 | 147 | .pater-responsive { |
|
0 commit comments