-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstl.css
231 lines (216 loc) · 3.97 KB
/
stl.css
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
* {
box-sizing: border-box;
margin: 0;
padding: 0;
background-color: #faf8f1;
text-align: center;
}
.li1,
a {
font-family: "Fredoka", sans-serif;
font-weight: 500;
font-size: 1.2rem;
color: rgb(39, 46, 54);
text-decoration: none;
background-color: #c58940;
}
header h1 {
font-family: "Fredoka", sans-serif;
font-weight: 500;
font-size: 3r.2rem;
color: #1a1a2e;
background-color: #c58940;
margin-left: auto;
}
header {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 30px 10%;
background-color: #c58940;
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-moz-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
margin-bottom: 1.5%;
}
.logo {
cursor: pointer;
}
.nav_link {
list-style: none;
background-color: #c58940;
}
.nav_link li {
display: inline-block;
padding: 0 20px;
background-color: #c58940;
}
@media (max-width: 600px) {
.nav_link li a {
font-size: 14px;
}
}
.nav_link li a {
transition: all 0.3 ease 0s;
}
.nav_link li a:hover {
color: blanchedalmond;
}
.sim {
margin-bottom: 2%;
}
.conta {
font-family: "Fredoka", sans-serif;
line-height: 3.3rem;
}
@keyframes hideAnimation {
to {
visibility: visible;
}
}
@keyframes op {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
#btnmore {
visibility: hidden;
animation: hideAnimation 0s ease-in 20s, op 20s;
animation-fill-mode: forwards;
}
button {
margin-top: 2rem;
background-color: #c58940;
border-radius: 100px;
box-shadow: rgba(185, 187, 44, 0.2) 0 -25px 18px -14px inset,
rgba(187, 180, 44, 0.15) 0 1px 2px, rgba(187, 187, 44, 0.15) 0 2px 4px,
rgba(163, 187, 44, 0.15) 0 4px 8px, rgba(173, 187, 44, 0.15) 0 8px 16px,
rgba(180, 187, 44, 0.15) 0 16px 32px;
color: w;
cursor: pointer;
display: inline-block;
font-family: "Fredoka", sans-serif;
padding: 7px 20px;
text-align: center;
text-decoration: none;
transition: all 250ms;
border: 0;
font-size: 16px;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
button:hover {
box-shadow: rgba(154, 187, 44, 0.35) 0 -25px 18px -14px inset,
rgba(170, 187, 44, 0.25) 0 1px 2px, rgba(170, 187, 44, 0.25) 0 2px 4px,
rgba(170, 187, 44, 0.25) 0 4px 8px, rgba(187, 185, 44, 0.25) 0 8px 16px,
rgba(173, 187, 44, 0.25) 0 16px 32px;
transform: scale(1.3) rotate(0.5deg);
}
.my-button {
margin-bottom: 7%;
position: relative;
z-index: 0;
}
.AS0 {
}
@keyframes rotate {
0% {
left: 0;
transform: rotate(0deg);
}
100% {
left: 300px;
transform: rotate(360deg);
}
}
@keyframes slide {
0% {
left: 400;
transform: translateX(4000%);
}
100% {
left: 0;
transform: translateX(0%);
}
}
@keyframes giggle {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(-10deg);
}
100% {
transform: rotate(0deg);
}
}
.bnz00 {
animation: slide 8s, rotate 2s 8s, giggle 1s infinite 10s;
}
.bnz01 {
animation: slide 9s, rotate 2s 9s, giggle 1s infinite 11s;
}
.bnz02 {
animation: slide 10s, rotate 2s 10s, giggle 1s infinite 12s;
}
.bnz03 {
animation: slide 11s, rotate 2s 11s, giggle 1s infinite 13s;
}
.bnz04 {
animation: slide 12s, rotate 2s 12s, giggle 1s infinite 14s;
}
.bnz05 {
animation: slide 13s, rotate 2s 13s, giggle 1s infinite 15s;
}
.bnz06 {
animation: slide 14s, rotate 2s 14s, giggle 1s infinite 16s;
}
.AS1,
.AS2,
.AS3,
.AS4,
.AS5,
.AS6,
.AS7,
.AS8,
.AS9,
.AS10,
.AS11,
.AS12,
.AS13 {
display: none;
}
img {
width: 50px;
height: 50px;
margin: 12px;
animation: slide-in 1s linear forwards;
animation-delay: 0.2s;
animation-fill-mode: both;
}
footer {
font-family: "Fredoka", sans-serif;
font-weight: 500;
font-size: 1rem;
color: rgb(39, 46, 54);
position: fixed;
left: 0;
bottom: 0;
padding: 1%;
width: 100%;
background-color: #e5ba73;
text-align: center;
z-index: 1;
}
/* @keyframes slide-in {
0% {
transform: translateX(4000%);
}
100% {
transform: translateX(4000%);
}
} */