-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
168 lines (152 loc) · 4.7 KB
/
style.css
File metadata and controls
168 lines (152 loc) · 4.7 KB
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
#abd76ff5 {
font-size: 4rem;
font-weight: 600;
background-image: linear-gradient(45deg, #ff6d4f, #ffffff);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}
.st-emotion-cache-u8hs99 es2srfl1{
background-color: #c2fbd7;
}
.st-key-green button {
background-color: #c2fbd7;
border-radius: 100px;
box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,
rgba(44, 187, 99, .15) 0 1px 2px,
rgba(44, 187, 99, .15) 0 2px 4px,
rgba(44, 187, 99, .15) 0 4px 8px,
rgba(44, 187, 99, .15) 0 8px 16px,
rgba(44, 187, 99, .15) 0 16px 32px;
color: green;
cursor: pointer;
display: inline-block;
font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
padding: 10px 20px;
text-align: center;
text-decoration: none;
transition: all 250ms;
border: none;
font-size: 14px;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
animation: pulse 2s infinite;
}
.st-key-green button p {
font-size: 16px;
}
/* Hover effect */
.st-key-green button:hover {
background-color: #45a049; /* Darker green */
box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset,
rgba(44, 187, 99, .25) 0 1px 2px,
rgba(44, 187, 99, .25) 0 2px 4px,
rgba(44, 187, 99, .25) 0 4px 8px,
rgba(44, 187, 99, .25) 0 8px 16px,
rgba(44, 187, 99, .25) 0 16px 32px;
transform: scale(1.05) rotate(-1deg);
color: white;
}
.st-key-green button:hover p {
color: #FFD700; /* Gold color */
}
/* Override focus states */
.st-key-green button:focus {
background-color: #45a049;
border: none;
}
.st-key-green button:focus p {
color: #FFD700;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
}
70% {
box-shadow: 0 0 0 20px rgba(76, 175, 80, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
}
}
.st-key-red button {
background-color: #fbc2c2;
border-radius: 100px;
box-shadow: rgba(187, 44, 44, 0.2) 0 -25px 18px -14px inset,rgba(187, 44, 44, 0.15) 0 1px 2px,rgba(187, 44, 44, 0.15) 0 2px 4px,rgba(187, 44, 44, 0.15) 0 4px 8px,rgba(187, 44, 44, 0.15) 0 8px 16px,rgba(187, 44, 44, 0.15) 0 16px 32px;
color: rgb(128, 0, 0);
cursor: pointer;
display: inline-block;
font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,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;
}
.st-key-red:hover button{
box-shadow: rgba(187, 44, 44, 0.35) 0 -25px 18px -14px inset,rgba(187, 44, 44, 0.25) 0 1px 2px,rgba(187, 44, 44, 0.25) 0 2px 4px,rgba(187, 44, 44, 0.25) 0 4px 8px,rgba(187, 44, 44, 0.25) 0 8px 16px,rgba(187, 44, 44, 0.25) 0 16px 32px;
transform: scale(1.05) rotate(-1deg);
color: white;
}
.st-key-red2 button {
background-color: #fbc2c2;
border-radius: 100px;
box-shadow: rgba(187, 44, 44, 0.2) 0 -25px 18px -14px inset,rgba(187, 44, 44, 0.15) 0 1px 2px,rgba(187, 44, 44, 0.15) 0 2px 4px,rgba(187, 44, 44, 0.15) 0 4px 8px,rgba(187, 44, 44, 0.15) 0 8px 16px,rgba(187, 44, 44, 0.15) 0 16px 32px;
color: rgb(128, 0, 0);
cursor: pointer;
display: inline-block;
font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,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;
}
.st-key-red2:hover button{
box-shadow: rgba(187, 44, 44, 0.35) 0 -25px 18px -14px inset,rgba(187, 44, 44, 0.25) 0 1px 2px,rgba(187, 44, 44, 0.25) 0 2px 4px,rgba(187, 44, 44, 0.25) 0 4px 8px,rgba(187, 44, 44, 0.25) 0 8px 16px,rgba(187, 44, 44, 0.25) 0 16px 32px;
transform: scale(1.05) rotate(-1deg);
color: white;
}
.blanki {
display: flex;
margin: 80px;
}
.luvacm {
font-size: 16px;
color: #ffffff;
font-family: 'Lato', sans-serif;
}
.uppdf {
font-size: 16px;
background-color: #45a049b0;
padding: 10px 10px;
border-radius: 100px;
text-align: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
}
.donepdf {
font-size: 16px;
background-color: #45a049b0;
padding: 10px 10px;
border-radius: 100px;
max-width: 80px;
text-align: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
}
.intro {
font-size: 16px;
color: #ffffff;
font-family: 'Lato', sans-serif;
font-weight: bold;
}