Skip to content

Commit a5e0506

Browse files
author
Max Carlson
committed
Update based on fpc export 11 absolute px from AnimaPackage-Play-qUakj
1 parent 0f6504c commit a5e0506

File tree

287 files changed

+40723
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+40723
-0
lines changed

components.html

Lines changed: 1281 additions & 0 deletions
Large diffs are not rendered by default.

css/components.css

Lines changed: 4182 additions & 0 deletions
Large diffs are not rendered by default.

css/globals.css

Lines changed: 320 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,320 @@
1+
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
2+
@import url("https://fonts.googleapis.com/css?family=Mulish:700,400italic,600,400|Xanh+Mono:400,400italic|IBM+Plex+Serif:400,400italic|Cormorant+Garamond:600italic,600|Playfair+Display:400,400italic");
3+
/* The following line is used to measure usage of this code. You can remove it if you want. */
4+
5+
6+
@font-face {
7+
font-family: "Bressay-Italic";
8+
font-style: italic;
9+
font-weight: 400;
10+
src: url("../fonts/.26929.otf") format("opentype");
11+
}
12+
13+
14+
.screen textarea:focus,
15+
.screen input:focus {
16+
outline: none;
17+
}
18+
19+
.screen * {
20+
-webkit-font-smoothing: antialiased;
21+
box-sizing: border-box;
22+
}
23+
24+
.screen div {
25+
-webkit-text-size-adjust: none;
26+
}
27+
28+
.screen a {
29+
display: contents;
30+
text-decoration: none;
31+
}
32+
33+
.overlay-base {
34+
display: none;
35+
height: 100%;
36+
opacity: 0;
37+
position: fixed;
38+
top: 0;
39+
width: 100%;
40+
}
41+
42+
.overlay-base.animate-appear {
43+
align-items: center;
44+
animation: reveal 0.3s ease-in-out 1 normal forwards;
45+
display: flex;
46+
flex-direction: column;
47+
justify-content: center;
48+
opacity: 0;
49+
}
50+
51+
.overlay-base.animate-disappear {
52+
animation: reveal 0.3s ease-in-out 1 reverse forwards;
53+
display: block;
54+
opacity: 1;
55+
pointer-events: none;
56+
}
57+
58+
.overlay-base.animate-disappear * {
59+
pointer-events: none;
60+
}
61+
62+
@keyframes reveal {
63+
from {
64+
opacity: 0;
65+
}
66+
to {
67+
opacity: 1;
68+
}
69+
}
70+
71+
.valign-text-middle {
72+
display: flex;
73+
flex-direction: column;
74+
justify-content: center;
75+
}
76+
77+
.valign-text-bottom {
78+
display: flex;
79+
flex-direction: column;
80+
justify-content: flex-end;
81+
}
82+
83+
.hidden,
84+
.hidden * {
85+
pointer-events: none;
86+
visibility: hidden;
87+
}
88+
89+
* {
90+
box-sizing: border-box;
91+
}
92+
93+
.logo-lockup {
94+
align-items: center;
95+
background-color: transparent;
96+
cursor: pointer;
97+
flex: 0 0 auto;
98+
gap: 13px;
99+
position: relative;
100+
}
101+
102+
.text {
103+
background-color: transparent;
104+
position: relative;
105+
}
106+
107+
.persons-name {
108+
align-self: stretch;
109+
background-color: transparent;
110+
letter-spacing: 0.00px;
111+
line-height: normal;
112+
margin-top: -1.00px;
113+
position: relative;
114+
text-align: left;
115+
}
116+
117+
.text_label {
118+
background-color: transparent;
119+
letter-spacing: 0.00px;
120+
line-height: normal;
121+
margin-top: -1.00px;
122+
position: relative;
123+
text-align: left;
124+
width: fit-content;
125+
}
126+
127+
.title {
128+
align-self: stretch;
129+
background-color: transparent;
130+
letter-spacing: 0.00px;
131+
line-height: normal;
132+
position: relative;
133+
text-align: left;
134+
}
135+
136+
.first-last {
137+
align-self: stretch;
138+
background-color: transparent;
139+
letter-spacing: 0.00px;
140+
line-height: normal;
141+
margin-top: -2.00px;
142+
position: relative;
143+
text-align: center;
144+
}
145+
146+
.frame-89 {
147+
align-items: flex-start;
148+
align-self: stretch;
149+
background-color: transparent;
150+
display: flex;
151+
flex: 0 0 auto;
152+
flex-direction: column;
153+
gap: 8px;
154+
position: relative;
155+
width: 100%;
156+
}
157+
158+
.info {
159+
align-items: flex-start;
160+
background-color: transparent;
161+
flex-direction: column;
162+
gap: 2px;
163+
justify-content: center;
164+
position: relative;
165+
}
166+
167+
.teamphotosv4 {
168+
background-color: transparent;
169+
height: 96px;
170+
width: 96px;
171+
}
172+
173+
.attrportraits {
174+
background-color: transparent;
175+
border-radius: 80px;
176+
height: 80px;
177+
position: relative;
178+
width: 80.00028228759766px;
179+
}
180+
181+
.governance-game {
182+
align-self: stretch;
183+
position: relative;
184+
}
185+
186+
.main {
187+
align-items: flex-start;
188+
align-self: stretch;
189+
background-color: transparent;
190+
display: flex;
191+
flex: 0 0 auto;
192+
flex-direction: column;
193+
gap: 15px;
194+
position: relative;
195+
width: 100%;
196+
}
197+
198+
.process-codes {
199+
align-self: stretch;
200+
position: relative;
201+
}
202+
203+
.a-forming-network-of {
204+
align-self: stretch;
205+
background-color: transparent;
206+
letter-spacing: 0.00px;
207+
line-height: 20px;
208+
position: relative;
209+
text-align: left;
210+
}
211+
212+
.build-sustainable-fi {
213+
background-color: transparent;
214+
flex: 1;
215+
letter-spacing: 0.00px;
216+
line-height: 24px;
217+
margin-top: -1.00px;
218+
position: relative;
219+
text-align: left;
220+
}
221+
222+
.bullet {
223+
background-color: transparent;
224+
border: 1.5px solid;
225+
border-color: var(--fpcblack);
226+
border-radius: 4px;
227+
height: 8px;
228+
position: relative;
229+
width: 8px;
230+
}
231+
232+
.creator {
233+
align-self: stretch;
234+
background-color: transparent;
235+
letter-spacing: 0.00px;
236+
line-height: 20px;
237+
margin-top: -1.00px;
238+
position: relative;
239+
text-align: left;
240+
}
241+
242+
.frame {
243+
align-items: center;
244+
background-color: transparent;
245+
display: flex;
246+
gap: 10px;
247+
height: 24px;
248+
justify-content: center;
249+
position: relative;
250+
width: 24px;
251+
}
252+
253+
.initiator {
254+
align-self: stretch;
255+
background-color: transparent;
256+
letter-spacing: 0.00px;
257+
line-height: 20px;
258+
margin-top: -1.00px;
259+
position: relative;
260+
text-align: left;
261+
}
262+
263+
.learn-more {
264+
align-self: stretch;
265+
background-color: transparent;
266+
letter-spacing: 0.00px;
267+
line-height: 20px;
268+
margin-top: -1.00px;
269+
position: relative;
270+
text-align: left;
271+
}
272+
273+
.line-item {
274+
align-items: flex-start;
275+
align-self: stretch;
276+
background-color: transparent;
277+
display: flex;
278+
flex: 0 0 auto;
279+
flex-direction: column;
280+
gap: 5px;
281+
position: relative;
282+
width: 100%;
283+
}
284+
285+
.list-item {
286+
align-items: flex-start;
287+
align-self: stretch;
288+
background-color: transparent;
289+
display: flex;
290+
flex: 0 0 auto;
291+
gap: 5px;
292+
position: relative;
293+
width: 100%;
294+
}
295+
296+
.who-should-get-involved {
297+
align-self: stretch;
298+
background-color: transparent;
299+
letter-spacing: 0.00px;
300+
line-height: 20px;
301+
margin-top: -1.00px;
302+
position: relative;
303+
text-align: left;
304+
}
305+
306+
.divvert {
307+
align-self: stretch;
308+
background-color: var(--fpccharcoal);
309+
border-radius: 2px;
310+
position: relative;
311+
width: 2px;
312+
}
313+
314+
.gallery {
315+
align-self: stretch;
316+
display: flex;
317+
flex: 0 0 auto;
318+
position: relative;
319+
width: 100%;
320+
}

0 commit comments

Comments
 (0)