author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:40:08 +0200 | |
changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
child 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
5 | 2 |
/*------------------------------------------------------------------------------ |
3 |
22.0 - About Pages |
|
4 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
5 |
1.0 Global: About, Credits, Freedoms, Privacy, Get Involved |
16 | 6 |
1.1 Layout |
7 |
1.2 Typography & Elements |
|
8 |
1.3 Header |
|
9 |
2.0 Credits Page |
|
10 |
3.0 Freedoms Page |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
11 |
4.0 Privacy Page |
16 | 12 |
x.2.0 Legacy About Styles: Global |
13 |
x.2.1 Typography |
|
14 |
x.2.2 Structure |
|
15 |
x.2.3 Point Releases |
|
16 |
x.3.0 Legacy About Styles: About Page |
|
17 |
x.3.1 Typography |
|
18 |
x.3.2 Structure |
|
19 |
x.4.0 Legacy About Styles: Credits & Freedoms Pages |
|
20 |
x.5.0 Legacy About Styles: Media Queries |
|
21 |
------------------------------------------------------------------------------*/ |
|
22 |
||
23 |
.about__container { |
|
24 |
/* Section backgrounds */ |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
25 |
--background: #ededed; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
26 |
--subtle-background: #eef0fd; |
18 | 27 |
|
16 | 28 |
/* Main text color */ |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
29 |
--text: #1e1e1e; |
18 | 30 |
--text-light: #fff; |
31 |
||
16 | 32 |
/* Accent colors: used in header, on special classes. */ |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
33 |
--accent-1: #3858e9; /* Link color */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
34 |
--accent-2: #3858e9; /* Accent background */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
35 |
--accent-3: #ededed; /* hr background */ |
18 | 36 |
|
16 | 37 |
/* Navigation colors. */ |
18 | 38 |
--nav-background: #fff; |
39 |
--nav-border: transparent; |
|
40 |
--nav-color: var(--text); |
|
41 |
--nav-current: var(--accent-1); |
|
42 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
43 |
--border-radius: 16px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
44 |
|
18 | 45 |
--gap: 2rem; |
16 | 46 |
} |
47 |
||
48 |
/*------------------------------------------------------------------------------ |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
49 |
1.0 - Global: About, Credits, Freedoms, Privacy, Get Involved |
5 | 50 |
------------------------------------------------------------------------------*/ |
51 |
||
16 | 52 |
.about-php, |
53 |
.credits-php, |
|
54 |
.freedoms-php, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
55 |
.privacy-php, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
56 |
.contribute-php { |
19 | 57 |
background: #fff; |
16 | 58 |
} |
59 |
||
60 |
.about-php #wpcontent, |
|
61 |
.credits-php #wpcontent, |
|
62 |
.freedoms-php #wpcontent, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
63 |
.privacy-php #wpcontent, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
64 |
.contribute-php #wpcontent { |
19 | 65 |
background: #fff; |
16 | 66 |
padding: 0 24px; |
67 |
} |
|
68 |
||
69 |
@media screen and (max-width: 782px) { |
|
70 |
.about-php.auto-fold #wpcontent, |
|
71 |
.credits-php.auto-fold #wpcontent, |
|
72 |
.freedoms-php.auto-fold #wpcontent, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
73 |
.privacy-php.auto-fold #wpcontent, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
74 |
.contribute-php.auto-fold #wpcontent { |
16 | 75 |
padding-right: 24px; |
76 |
} |
|
77 |
} |
|
78 |
||
79 |
.about__container { |
|
80 |
max-width: 1000px; |
|
81 |
margin: 24px auto; |
|
82 |
clear: both; |
|
83 |
} |
|
84 |
||
85 |
.about__container .alignleft { |
|
86 |
float: right; |
|
87 |
} |
|
88 |
||
89 |
.about__container .alignright { |
|
90 |
float: left; |
|
91 |
} |
|
92 |
||
93 |
.about__container .aligncenter { |
|
94 |
text-align: center; |
|
95 |
} |
|
96 |
||
97 |
.about__container .is-vertically-aligned-top { |
|
98 |
align-self: start; |
|
99 |
} |
|
100 |
||
101 |
.about__container .is-vertically-aligned-center { |
|
102 |
align-self: center; |
|
103 |
} |
|
104 |
||
105 |
.about__container .is-vertically-aligned-bottom { |
|
106 |
align-self: end; |
|
107 |
} |
|
108 |
||
109 |
.about__section { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
110 |
background: transparent; |
16 | 111 |
clear: both; |
112 |
} |
|
113 |
||
114 |
.about__container .has-accent-background-color { |
|
18 | 115 |
color: var(--text-light); |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
116 |
background-color: var(--accent-2); |
16 | 117 |
} |
118 |
||
119 |
.about__container .has-transparent-background-color { |
|
120 |
background-color: transparent; |
|
121 |
} |
|
122 |
||
123 |
.about__container .has-accent-color { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
124 |
color: var(--accent-2); |
18 | 125 |
} |
126 |
||
127 |
.about__container .has-border { |
|
128 |
border: 3px solid currentColor; |
|
16 | 129 |
} |
130 |
||
131 |
.about__container .has-subtle-background-color { |
|
132 |
background-color: var(--subtle-background); |
|
18 | 133 |
} |
134 |
||
135 |
.about__container .has-background-image { |
|
136 |
background-size: contain; |
|
137 |
background-repeat: no-repeat; |
|
138 |
background-position: center; |
|
16 | 139 |
} |
140 |
||
141 |
/* 1.1 - Layout */ |
|
142 |
||
143 |
.about__section { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
144 |
margin: 0; |
16 | 145 |
} |
146 |
||
19 | 147 |
.about__section .column:not(.is-edge-to-edge) { |
18 | 148 |
padding: var(--gap); |
16 | 149 |
} |
150 |
||
18 | 151 |
.about__section + .about__section .is-section-header { |
152 |
padding-bottom: var(--gap); |
|
153 |
} |
|
154 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
155 |
.about__section .column[class*="background-color"]:not(.is-edge-to-edge), |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
156 |
.about__section:where([class*="background-color"]) .column:not(.is-edge-to-edge), |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
157 |
.about__section .column.has-border:not(.is-edge-to-edge) { |
18 | 158 |
padding-top: var(--gap); |
19 | 159 |
padding-bottom: var(--gap); |
16 | 160 |
} |
161 |
||
162 |
.about__section .column p:first-of-type { |
|
163 |
margin-top: 0; |
|
164 |
} |
|
165 |
||
166 |
.about__section .column p:last-of-type { |
|
167 |
margin-bottom: 0; |
|
168 |
} |
|
169 |
||
170 |
.about__section .has-text-columns { |
|
171 |
columns: 2; |
|
18 | 172 |
column-gap: calc(var(--gap) * 2); |
16 | 173 |
} |
174 |
||
175 |
.about__section .is-section-header { |
|
176 |
margin-bottom: 0; |
|
18 | 177 |
padding: var(--gap) var(--gap) 0; |
16 | 178 |
} |
179 |
||
180 |
.about__section .is-section-header p:last-child { |
|
181 |
margin-bottom: 0; |
|
182 |
} |
|
183 |
||
184 |
/* Section header is alone in a container. */ |
|
185 |
.about__section .is-section-header:first-child:last-child { |
|
186 |
padding: 0; |
|
187 |
} |
|
188 |
||
189 |
.about__section.is-feature { |
|
18 | 190 |
padding: var(--gap); |
16 | 191 |
} |
192 |
||
193 |
.about__section.is-feature p { |
|
194 |
margin: 0; |
|
195 |
} |
|
196 |
||
197 |
.about__section.is-feature p + p { |
|
18 | 198 |
margin-top: calc(var(--gap) / 2); |
16 | 199 |
} |
200 |
||
201 |
.about__section.has-1-column { |
|
202 |
margin-right: auto; |
|
203 |
margin-left: auto; |
|
204 |
max-width: 36em; |
|
205 |
} |
|
206 |
||
207 |
.about__section.has-2-columns, |
|
208 |
.about__section.has-3-columns, |
|
18 | 209 |
.about__section.has-4-columns, |
210 |
.about__section.has-overlap-style { |
|
16 | 211 |
display: grid; |
212 |
} |
|
213 |
||
18 | 214 |
.about__section.has-gutters { |
19 | 215 |
gap: var(--gap); |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
216 |
margin-bottom: var(--gap); |
18 | 217 |
} |
218 |
||
16 | 219 |
.about__section.has-2-columns { |
220 |
grid-template-columns: 1fr 1fr; |
|
221 |
} |
|
222 |
||
223 |
.about__section.has-2-columns.is-wider-right { |
|
19 | 224 |
grid-template-columns: 2fr 3fr; |
16 | 225 |
} |
226 |
||
227 |
.about__section.has-2-columns.is-wider-left { |
|
19 | 228 |
grid-template-columns: 3fr 2fr; |
16 | 229 |
} |
230 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
231 |
.about__section .is-section-header { |
16 | 232 |
grid-column-start: 1; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
233 |
grid-column-end: -1; |
16 | 234 |
} |
235 |
||
236 |
.about__section.has-3-columns { |
|
237 |
grid-template-columns: repeat(3, 1fr); |
|
238 |
} |
|
239 |
||
240 |
.about__section.has-4-columns { |
|
241 |
grid-template-columns: repeat(4, 1fr); |
|
242 |
} |
|
243 |
||
18 | 244 |
.about__section.has-overlap-style { |
245 |
grid-template-columns: repeat(7, 1fr); |
|
246 |
} |
|
247 |
||
248 |
.about__section.has-overlap-style .column { |
|
249 |
grid-row-start: 1; |
|
250 |
} |
|
251 |
||
252 |
.about__section.has-overlap-style .column:nth-of-type(2n+1) { |
|
253 |
grid-column-start: 2; |
|
254 |
grid-column-end: span 3; |
|
255 |
} |
|
256 |
||
257 |
.about__section.has-overlap-style .column:nth-of-type(2n) { |
|
258 |
grid-column-start: 4; |
|
259 |
grid-column-end: span 3; |
|
260 |
} |
|
261 |
||
262 |
.about__section.has-overlap-style .column.is-top-layer { |
|
263 |
z-index: 1; |
|
264 |
} |
|
265 |
||
16 | 266 |
@media screen and (max-width: 782px) { |
267 |
.about__section.has-2-columns.is-wider-right, |
|
268 |
.about__section.has-2-columns.is-wider-left, |
|
18 | 269 |
.about__section.has-3-columns { |
270 |
display: block; |
|
19 | 271 |
margin-bottom: calc(var(--gap) / 2); |
272 |
} |
|
273 |
||
274 |
.about__section .column:not(.is-edge-to-edge) { |
|
275 |
padding-top: var(--gap); |
|
276 |
padding-bottom: var(--gap); |
|
277 |
} |
|
278 |
||
279 |
.about__section.has-2-columns.has-gutters.is-wider-right, |
|
280 |
.about__section.has-2-columns.has-gutters.is-wider-left, |
|
281 |
.about__section.has-3-columns.has-gutters { |
|
282 |
margin-bottom: calc(var(--gap) * 2); |
|
18 | 283 |
} |
284 |
||
285 |
.about__section.has-2-columns.has-gutters .column, |
|
286 |
.about__section.has-2-columns.has-gutters .column, |
|
287 |
.about__section.has-3-columns.has-gutters .column { |
|
19 | 288 |
margin-bottom: var(--gap); |
18 | 289 |
} |
290 |
||
291 |
.about__section.has-2-columns.has-gutters .column:last-child, |
|
292 |
.about__section.has-2-columns.has-gutters .column:last-child, |
|
293 |
.about__section.has-3-columns.has-gutters .column:last-child { |
|
294 |
margin-bottom: 0; |
|
295 |
} |
|
296 |
||
297 |
.about__section.has-3-columns .column:nth-of-type(n) { |
|
298 |
padding-top: calc(var(--gap) / 2); |
|
299 |
padding-bottom: calc(var(--gap) / 2); |
|
300 |
} |
|
301 |
||
16 | 302 |
.about__section.has-4-columns { |
18 | 303 |
grid-template-columns: repeat(2, 1fr); |
304 |
} |
|
305 |
||
306 |
.about__section.has-overlap-style { |
|
307 |
grid-template-columns: 1fr; |
|
308 |
} |
|
309 |
||
310 |
/* At this size, the two columns fully overlap */ |
|
311 |
.about__section.has-overlap-style .column.column { |
|
312 |
grid-column-start: 1; |
|
313 |
grid-column-end: 2; |
|
314 |
grid-row-start: 1; |
|
315 |
grid-row-end: 2; |
|
16 | 316 |
} |
317 |
} |
|
318 |
||
319 |
@media screen and (max-width: 600px) { |
|
320 |
.about__section.has-2-columns { |
|
18 | 321 |
display: block; |
19 | 322 |
margin-bottom: var(--gap); |
323 |
} |
|
324 |
||
325 |
.about__section.has-2-columns:not(.has-gutters) .column:nth-of-type(n) { |
|
326 |
padding-top: calc(var(--gap) / 2); |
|
18 | 327 |
padding-bottom: calc(var(--gap) / 2); |
328 |
} |
|
329 |
||
19 | 330 |
.about__section.has-2-columns.has-gutters { |
331 |
margin-bottom: calc(var(--gap) * 2); |
|
332 |
} |
|
333 |
||
18 | 334 |
.about__section.has-2-columns.has-gutters .column { |
19 | 335 |
margin-bottom: var(--gap); |
18 | 336 |
} |
337 |
||
338 |
.about__section.has-2-columns.has-gutters .column:last-child { |
|
339 |
margin-bottom: 0; |
|
16 | 340 |
} |
18 | 341 |
} |
342 |
||
343 |
@media screen and (max-width: 480px) { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
344 |
.about__section.is-feature .column, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
345 |
.about__section .is-section-header { |
18 | 346 |
padding: 0; |
16 | 347 |
} |
348 |
||
18 | 349 |
.about__section.has-4-columns { |
350 |
display: block; |
|
351 |
padding-bottom: calc(var(--gap) / 2); |
|
352 |
} |
|
353 |
||
354 |
.about__section.has-4-columns.has-gutters .column { |
|
355 |
margin-bottom: calc(var(--gap) / 2); |
|
356 |
} |
|
357 |
||
358 |
.about__section.has-4-columns.has-gutters .column:last-child { |
|
359 |
margin-bottom: 0; |
|
360 |
} |
|
361 |
||
362 |
.about__section.has-4-columns .column:nth-of-type(n) { |
|
363 |
padding-top: calc(var(--gap) / 2); |
|
364 |
padding-bottom: calc(var(--gap) / 2); |
|
16 | 365 |
} |
366 |
} |
|
367 |
||
368 |
/* 1.2 - Typography & Elements */ |
|
369 |
||
370 |
.about__container { |
|
371 |
line-height: 1.4; |
|
18 | 372 |
color: var(--text); |
16 | 373 |
} |
374 |
||
375 |
.about__container h1 { |
|
376 |
padding: 0; |
|
377 |
} |
|
378 |
||
379 |
.about__container h1, |
|
18 | 380 |
.about__container h2, |
381 |
.about__container h3.is-larger-heading { |
|
16 | 382 |
margin-top: 0; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
383 |
margin-bottom: calc(0.5 * var(--gap)); |
19 | 384 |
font-size: 2rem; |
18 | 385 |
font-weight: 700; |
19 | 386 |
line-height: 1.16; |
16 | 387 |
} |
388 |
||
389 |
.about__container h3, |
|
18 | 390 |
.about__container h1.is-smaller-heading, |
16 | 391 |
.about__container h2.is-smaller-heading { |
392 |
margin-top: 0; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
393 |
margin-bottom: calc(0.5 * var(--gap)); |
19 | 394 |
font-size: 1.625rem; |
395 |
font-weight: 700; |
|
396 |
line-height: 1.4; |
|
16 | 397 |
} |
398 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
399 |
.about__container h4, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
400 |
.about__container h3.is-smaller-heading { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
401 |
margin-top: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
402 |
font-size: 1.125rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
403 |
font-weight: 600; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
404 |
line-height: 1.6; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
405 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
406 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
407 |
.about__container h1, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
408 |
.about__container h2, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
409 |
.about__container h3, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
410 |
.about__container h4 { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
411 |
text-wrap: pretty; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
412 |
color: inherit; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
413 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
414 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
415 |
.about__container :is(h1, h2, h3, h4):lang(en) { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
416 |
text-wrap: balance; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
417 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
418 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
419 |
.about__container p { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
420 |
text-wrap: pretty; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
421 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
422 |
|
16 | 423 |
.about__container p { |
424 |
font-size: inherit; |
|
425 |
line-height: inherit; |
|
426 |
} |
|
427 |
||
19 | 428 |
.about__container p.is-subheading { |
429 |
margin-top: 0; |
|
430 |
font-size: 1.5rem; |
|
431 |
font-weight: 300; |
|
432 |
line-height: 160%; |
|
433 |
} |
|
434 |
||
16 | 435 |
.about__section a { |
18 | 436 |
color: var(--accent-1); |
16 | 437 |
text-decoration: underline; |
438 |
} |
|
439 |
||
440 |
.about__section a:hover, |
|
441 |
.about__section a:active, |
|
442 |
.about__section a:focus { |
|
18 | 443 |
color: var(--accent-1); |
16 | 444 |
text-decoration: none; |
445 |
} |
|
446 |
||
447 |
.wp-credits-list a { |
|
448 |
text-decoration: none; |
|
449 |
} |
|
450 |
||
451 |
.wp-credits-list a:hover, |
|
452 |
.wp-credits-list a:active, |
|
453 |
.wp-credits-list a:focus { |
|
454 |
text-decoration: underline; |
|
455 |
} |
|
456 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
457 |
.about__section a.button.button-hero { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
458 |
font-size: 1.5rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
459 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
460 |
|
16 | 461 |
.about__container ul { |
462 |
list-style: disc; |
|
18 | 463 |
margin-right: calc(var(--gap) / 2); |
16 | 464 |
} |
465 |
||
19 | 466 |
.about__container li { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
467 |
margin-bottom: 0.5rem; |
19 | 468 |
} |
469 |
||
16 | 470 |
.about__container img { |
471 |
margin: 0; |
|
472 |
max-width: 100%; |
|
473 |
vertical-align: middle; |
|
474 |
} |
|
475 |
||
476 |
.about__container .about__image { |
|
477 |
margin: 0; |
|
478 |
} |
|
479 |
||
480 |
.about__container .about__image img { |
|
481 |
max-width: 100%; |
|
482 |
width: 100%; |
|
483 |
height: auto; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
484 |
border-radius: var(--border-radius); |
16 | 485 |
} |
486 |
||
18 | 487 |
.about__container .about__image figcaption { |
488 |
margin-top: 0.5em; |
|
489 |
text-align: center; |
|
490 |
} |
|
491 |
||
16 | 492 |
.about__container .about__image .wp-video { |
493 |
margin-right: auto; |
|
494 |
margin-left: auto; |
|
495 |
} |
|
496 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
497 |
.about__container .about__image svg { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
498 |
vertical-align: middle; |
18 | 499 |
} |
500 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
501 |
.about__container .about__image + h3 { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
502 |
margin-top: calc(0.75 * var(--gap)); |
16 | 503 |
} |
504 |
||
505 |
.about__container hr { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
506 |
margin: calc(var(--gap) / 2) var(--gap); |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
507 |
height: 0; |
16 | 508 |
border: none; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
509 |
border-top: 4px solid var(--accent-3); |
16 | 510 |
} |
511 |
||
512 |
.about__container hr.is-small { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
513 |
margin-top: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
514 |
margin-bottom: 0; |
18 | 515 |
} |
516 |
||
517 |
.about__container hr.is-large { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
518 |
margin: var(--gap) auto; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
519 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
520 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
521 |
.about__container hr.is-invisible { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
522 |
border: none; |
16 | 523 |
} |
524 |
||
525 |
.about__container div.updated, |
|
526 |
.about__container div.error, |
|
527 |
.about__container .notice { |
|
528 |
display: none !important; |
|
529 |
} |
|
530 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
531 |
.about__container code { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
532 |
font-size: inherit; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
533 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
534 |
|
16 | 535 |
.about__section { |
19 | 536 |
font-size: 1.125rem; |
537 |
line-height: 1.55; |
|
16 | 538 |
} |
539 |
||
540 |
.about__section.is-feature { |
|
541 |
font-size: 1.6em; |
|
542 |
} |
|
543 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
544 |
.about__section.has-3-columns, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
545 |
.about__section.has-4-columns { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
546 |
font-size: 1rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
547 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
548 |
|
16 | 549 |
@media screen and (max-width: 480px) { |
550 |
.about__section.is-feature { |
|
551 |
font-size: 1.4em; |
|
18 | 552 |
} |
553 |
||
554 |
.about__container h1, |
|
555 |
.about__container h2, |
|
556 |
.about__container h3.is-larger-heading { |
|
557 |
font-size: 2em; |
|
16 | 558 |
} |
559 |
} |
|
560 |
||
561 |
/* 1.3 - Header */ |
|
562 |
||
563 |
.about__header { |
|
19 | 564 |
position: relative; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
565 |
display: flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
566 |
flex-direction: column; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
567 |
align-items: flex-start; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
568 |
justify-content: flex-end; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
569 |
box-sizing: border-box; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
570 |
padding: calc(var(--gap) * 1.5); |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
571 |
min-height: clamp(10rem, 25vw, 18.75rem); |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
572 |
border-radius: var(--border-radius); |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
573 |
background-repeat: no-repeat; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
574 |
background-position: left 7% center, top right; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
575 |
background-color: var(--background); |
18 | 576 |
} |
577 |
||
578 |
.about__header-image { |
|
579 |
margin: 0 var(--gap) 3em; |
|
16 | 580 |
} |
581 |
||
582 |
.about__header-title { |
|
19 | 583 |
box-sizing: border-box; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
584 |
margin: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
585 |
padding: 0; |
16 | 586 |
} |
587 |
||
18 | 588 |
.about__header-title h1 { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
589 |
margin: 0; |
16 | 590 |
padding: 0; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
591 |
/* Fluid font size scales on browser size 960px - 1200px. */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
592 |
font-size: clamp(2rem, 20vw - 9rem, 4rem); |
16 | 593 |
line-height: 1; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
594 |
font-weight: 600; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
595 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
596 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
597 |
.about-php .about__header-title h1, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
598 |
.credits-php .about__header-title h1, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
599 |
.freedoms-php .about__header-title h1, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
600 |
.privacy-php .about__header-title h1, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
601 |
.contribute-php .about__header-title h1 { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
602 |
/* Fluid font size scales on browser size 960px - 1200px. */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
603 |
font-size: clamp(2rem, 20vw - 9rem, 4rem); |
16 | 604 |
} |
605 |
||
606 |
.about__header-text { |
|
19 | 607 |
box-sizing: border-box; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
608 |
max-width: 26em; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
609 |
margin: 1rem 0 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
610 |
padding: 0; |
19 | 611 |
font-size: 1.6rem; |
18 | 612 |
line-height: 1.15; |
16 | 613 |
} |
614 |
||
615 |
.about__header-navigation { |
|
19 | 616 |
position: relative; |
617 |
z-index: 1; |
|
18 | 618 |
display: flex; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
619 |
flex-wrap: wrap; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
620 |
justify-content: space-between; |
16 | 621 |
padding-top: 0; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
622 |
margin-bottom: var(--gap); |
16 | 623 |
background: var(--nav-background); |
624 |
color: var(--nav-color); |
|
625 |
border-bottom: 3px solid var(--nav-border); |
|
626 |
} |
|
627 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
628 |
.about__header-navigation::after { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
629 |
display: none; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
630 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
631 |
|
16 | 632 |
.about__header-navigation .nav-tab { |
633 |
margin-right: 0; |
|
18 | 634 |
padding: calc(var(--gap) * 0.75) var(--gap); |
635 |
float: none; |
|
16 | 636 |
font-size: 1.4em; |
637 |
line-height: 1; |
|
638 |
border-width: 0 0 3px; |
|
639 |
border-style: solid; |
|
640 |
border-color: transparent; |
|
641 |
background: transparent; |
|
642 |
color: inherit; |
|
643 |
} |
|
644 |
||
645 |
.about__header-navigation .nav-tab:hover, |
|
646 |
.about__header-navigation .nav-tab:active { |
|
18 | 647 |
background-color: var(--nav-current); |
16 | 648 |
color: var(--text-light); |
649 |
} |
|
650 |
||
651 |
.about__header-navigation .nav-tab-active { |
|
652 |
margin-bottom: -3px; |
|
18 | 653 |
color: var(--nav-current); |
16 | 654 |
border-width: 0 0 6px; |
655 |
border-color: var(--nav-current); |
|
656 |
} |
|
657 |
||
658 |
.about__header-navigation .nav-tab-active:hover, |
|
659 |
.about__header-navigation .nav-tab-active:active { |
|
18 | 660 |
background-color: var(--nav-current); |
16 | 661 |
color: var(--text-light); |
662 |
border-color: var(--nav-current); |
|
663 |
} |
|
664 |
||
19 | 665 |
@media screen and (max-width: 960px) { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
666 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
667 |
.about-php .about__header-title h1, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
668 |
.credits-php .about__header-title h1, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
669 |
.freedoms-php .about__header-title h1, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
670 |
.privacy-php .about__header-title h1, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
671 |
.contribute-php .about__header-title h1 { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
672 |
/* Fluid font size scales on browser size 600px - 960px. */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
673 |
font-size: clamp(2rem, 20vw - 9rem, 4rem); |
19 | 674 |
} |
675 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
676 |
.about__header-navigation .nav-tab { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
677 |
padding: calc(var(--gap) * 0.75) calc(var(--gap) * 0.5); |
18 | 678 |
} |
679 |
} |
|
680 |
||
16 | 681 |
@media screen and (max-width: 782px) { |
682 |
.about__container .about__header-text { |
|
683 |
font-size: 1.4em; |
|
684 |
} |
|
685 |
||
18 | 686 |
.about__header-container { |
687 |
display: block; |
|
16 | 688 |
} |
689 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
690 |
.about__header { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
691 |
padding: var(--gap); |
18 | 692 |
} |
693 |
||
19 | 694 |
.about__header-text { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
695 |
margin-top: 0.5rem; |
19 | 696 |
} |
697 |
||
16 | 698 |
.about__header-navigation .nav-tab { |
699 |
margin-top: 0; |
|
700 |
margin-left: 0; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
701 |
font-size: 1.2em; |
16 | 702 |
} |
703 |
} |
|
704 |
||
19 | 705 |
@media screen and (max-width: 600px) { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
706 |
.about__header { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
707 |
min-height: auto; |
19 | 708 |
} |
709 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
710 |
.about__header, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
711 |
.credits-php .about__header, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
712 |
.freedoms-php .about__header, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
713 |
.privacy-php .about__header, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
714 |
.contribute-php .about__header { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
715 |
background-image: none; |
18 | 716 |
} |
717 |
||
718 |
.about__header-navigation { |
|
719 |
display: block; |
|
16 | 720 |
} |
721 |
||
722 |
.about__header-navigation .nav-tab { |
|
723 |
display: block; |
|
724 |
margin-bottom: 0; |
|
18 | 725 |
padding: calc(var(--gap) / 2); |
16 | 726 |
border-right-width: 6px; |
727 |
border-bottom: none; |
|
728 |
} |
|
729 |
||
730 |
.about__header-navigation .nav-tab-active { |
|
731 |
border-bottom: none; |
|
732 |
border-right-width: 6px; |
|
733 |
} |
|
734 |
} |
|
735 |
||
736 |
||
5 | 737 |
/*------------------------------------------------------------------------------ |
16 | 738 |
2.0 - Credits Page |
739 |
------------------------------------------------------------------------------*/ |
|
740 |
||
18 | 741 |
.about__section .wp-people-group-title { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
742 |
margin-bottom: calc(var(--gap) * 2 - 10px); |
18 | 743 |
text-align: center; |
744 |
||
745 |
} |
|
746 |
||
16 | 747 |
.about__section .wp-people-group { |
748 |
margin: 0; |
|
18 | 749 |
display: flex; |
750 |
flex-wrap: wrap; |
|
16 | 751 |
} |
752 |
||
753 |
.about__section .wp-person { |
|
754 |
display: inline-block; |
|
755 |
vertical-align: top; |
|
756 |
box-sizing: border-box; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
757 |
margin-bottom: calc(var(--gap) - 10px); |
18 | 758 |
width: 25%; |
759 |
text-align: center; |
|
16 | 760 |
} |
761 |
||
762 |
.about__section .compact .wp-person { |
|
763 |
height: auto; |
|
18 | 764 |
width: 20%; |
765 |
} |
|
766 |
||
767 |
.about__section .wp-person-avatar { |
|
768 |
display: block; |
|
769 |
margin: 0 auto calc(var(--gap) / 2); |
|
770 |
width: 140px; |
|
771 |
height: 140px; |
|
772 |
border-radius: 100%; |
|
773 |
overflow: hidden; |
|
16 | 774 |
} |
775 |
||
776 |
.about__section .wp-person .gravatar { |
|
18 | 777 |
width: 140px; |
778 |
height: 140px; |
|
779 |
filter: grayscale(100%); |
|
780 |
} |
|
781 |
||
782 |
.about__section .compact .wp-person-avatar, |
|
783 |
.about__section .compact .wp-person .gravatar { |
|
16 | 784 |
width: 80px; |
785 |
height: 80px; |
|
786 |
} |
|
787 |
||
788 |
.about__section .wp-person .web { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
789 |
display: block; |
16 | 790 |
font-size: 1.4em; |
791 |
font-weight: 600; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
792 |
padding: 10px 10px 0; |
16 | 793 |
text-decoration: none; |
794 |
} |
|
795 |
||
796 |
.about__section .wp-person .web:hover { |
|
797 |
text-decoration: underline; |
|
798 |
} |
|
799 |
||
800 |
.about__section .compact .wp-person .web { |
|
801 |
font-size: 1.2em; |
|
802 |
} |
|
803 |
||
804 |
.about__section .wp-person .title { |
|
805 |
display: block; |
|
806 |
margin-top: 0.5em; |
|
807 |
} |
|
808 |
||
18 | 809 |
@media screen and (max-width: 782px) { |
810 |
.about__section .wp-person { |
|
811 |
width: 33%; |
|
812 |
} |
|
813 |
||
814 |
.about__section .compact .wp-person { |
|
815 |
width: 25%; |
|
816 |
} |
|
817 |
||
818 |
.about__section .wp-person-avatar, |
|
819 |
.about__section .wp-person .gravatar { |
|
820 |
width: 120px; |
|
821 |
height: 120px; |
|
822 |
} |
|
823 |
} |
|
824 |
||
825 |
@media screen and (max-width: 600px) { |
|
826 |
.about__section .wp-person { |
|
827 |
width: 50%; |
|
828 |
} |
|
829 |
||
830 |
.about__section .compact .wp-person { |
|
831 |
width: 33%; |
|
832 |
} |
|
833 |
||
834 |
.about__section .wp-person .web { |
|
835 |
font-size: 1.2em; |
|
836 |
} |
|
837 |
} |
|
838 |
||
16 | 839 |
@media screen and (max-width: 480px) { |
840 |
.about__section .wp-person { |
|
841 |
min-width: 100%; |
|
842 |
} |
|
843 |
||
844 |
.about__section .wp-person .web { |
|
845 |
font-size: 1em; |
|
846 |
} |
|
847 |
||
848 |
.about__section .compact .wp-person .web { |
|
849 |
font-size: 1em; |
|
850 |
} |
|
851 |
} |
|
852 |
||
853 |
||
854 |
/*------------------------------------------------------------------------------ |
|
855 |
3.0 - Freedoms Page |
|
856 |
------------------------------------------------------------------------------*/ |
|
857 |
||
18 | 858 |
.about__section .column .freedom-image { |
859 |
margin-bottom: var(--gap); |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
860 |
max-height: 180px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
861 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
862 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
863 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
864 |
/*------------------------------------------------------------------------------ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
865 |
4.0 - Privacy Page |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
866 |
------------------------------------------------------------------------------*/ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
867 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
868 |
.about__section .column .privacy-image { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
869 |
display: block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
870 |
margin-right: auto; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
871 |
margin-left: auto; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
872 |
max-width: 25rem; |
16 | 873 |
} |
874 |
||
875 |
||
876 |
/*------------------------------------------------------------------------------ |
|
877 |
x.2.0 - Legacy About Styles: Global |
|
5 | 878 |
------------------------------------------------------------------------------*/ |
879 |
||
880 |
.about-wrap { |
|
881 |
position: relative; |
|
882 |
margin: 25px 20px 0 40px; |
|
883 |
max-width: 1050px; /* readability */ |
|
884 |
font-size: 15px; |
|
885 |
} |
|
886 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
887 |
.about-wrap.full-width-layout { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
888 |
max-width: 1200px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
889 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
890 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
891 |
.about-wrap-content { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
892 |
max-width: 1050px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
893 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
894 |
|
5 | 895 |
.about-wrap div.updated, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
896 |
.about-wrap div.error, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
897 |
.about-wrap .notice { |
5 | 898 |
display: none !important; |
899 |
} |
|
900 |
||
901 |
.about-wrap hr { |
|
902 |
border: 0; |
|
903 |
height: 0; |
|
9 | 904 |
margin: 3em 0 0; |
5 | 905 |
border-top: 1px solid rgba(0, 0, 0, 0.1); |
906 |
} |
|
907 |
||
908 |
.about-wrap img { |
|
909 |
margin: 0; |
|
9 | 910 |
width: 100%; |
5 | 911 |
height: auto; |
912 |
vertical-align: middle; |
|
913 |
} |
|
914 |
||
9 | 915 |
.about-wrap .inline-svg img { |
916 |
max-width: 100%; |
|
917 |
width: auto; |
|
918 |
height: auto; |
|
919 |
} |
|
920 |
||
921 |
.about-wrap video { |
|
922 |
margin: 1.5em auto; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
923 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
924 |
|
5 | 925 |
/* WordPress Version Badge */ |
926 |
||
927 |
.wp-badge { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
928 |
background: #0073aa url(../images/w-logo-white.png?ver=20160308) no-repeat; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
929 |
background-position: center 25px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
930 |
background-size: 80px 80px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
931 |
color: #fff; |
5 | 932 |
font-size: 14px; |
933 |
text-align: center; |
|
934 |
font-weight: 600; |
|
935 |
margin: 5px 0 0; |
|
936 |
padding-top: 120px; |
|
937 |
height: 40px; |
|
938 |
display: inline-block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
939 |
width: 140px; |
5 | 940 |
text-rendering: optimizeLegibility; |
9 | 941 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); |
5 | 942 |
} |
943 |
||
944 |
.svg .wp-badge { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
945 |
background-image: url(../images/wordpress-logo-white.svg?ver=20160308); |
5 | 946 |
} |
947 |
||
948 |
.about-wrap .wp-badge { |
|
949 |
position: absolute; |
|
950 |
top: 0; |
|
951 |
left: 0; |
|
952 |
} |
|
953 |
||
954 |
/* Tabs */ |
|
955 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
956 |
.about-wrap .nav-tab { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
957 |
padding-left: 15px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
958 |
padding-right: 15px; |
5 | 959 |
font-size: 18px; |
9 | 960 |
line-height: 1.33333333; |
5 | 961 |
} |
962 |
||
16 | 963 |
/* x.2.1 - Typography */ |
5 | 964 |
|
965 |
.about-wrap h1 { |
|
966 |
margin: 0.2em 0 0 200px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
967 |
padding: 0; |
5 | 968 |
color: #32373c; |
9 | 969 |
line-height: 1.2; |
5 | 970 |
font-size: 2.8em; |
971 |
font-weight: 400; |
|
972 |
} |
|
973 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
974 |
.about-wrap h2 { |
16 | 975 |
margin: 40px 0 0.6em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
976 |
font-size: 2.7em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
977 |
line-height: 1.3; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
978 |
font-weight: 300; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
979 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
980 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
981 |
|
5 | 982 |
.about-wrap h3 { |
16 | 983 |
margin: 1.25em 0 0.6em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
984 |
font-size: 1.4em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
985 |
line-height: 1.5; |
5 | 986 |
} |
987 |
||
988 |
.about-wrap h4 { |
|
9 | 989 |
font-size: 16px; |
5 | 990 |
color: #23282d; |
991 |
} |
|
992 |
||
9 | 993 |
.about-wrap p { |
994 |
line-height: 1.5; |
|
995 |
font-size: 16px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
996 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
997 |
|
5 | 998 |
.about-wrap code, |
999 |
.about-wrap ol li p { |
|
1000 |
font-size: 14px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1001 |
font-weight: 400; |
5 | 1002 |
} |
1003 |
||
9 | 1004 |
.about-wrap figcaption { |
1005 |
font-size: 13px; |
|
1006 |
text-align: center; |
|
1007 |
color: white; |
|
1008 |
text-overflow: ellipsis; |
|
1009 |
} |
|
1010 |
||
5 | 1011 |
.about-wrap .about-description, |
1012 |
.about-wrap .about-text { |
|
1013 |
margin-top: 1.4em; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1014 |
font-weight: 400; |
9 | 1015 |
line-height: 1.6; |
5 | 1016 |
font-size: 19px; |
1017 |
} |
|
1018 |
||
1019 |
.about-wrap .about-text { |
|
1020 |
margin: 1em 0 1em 200px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1021 |
color: #555d66; |
5 | 1022 |
} |
1023 |
||
16 | 1024 |
/* x.2.2 - Structure */ |
5 | 1025 |
|
9 | 1026 |
.about-wrap .has-1-columns, |
1027 |
.about-wrap .has-2-columns, |
|
1028 |
.about-wrap .has-3-columns, |
|
1029 |
.about-wrap .has-4-columns { |
|
1030 |
display: grid; |
|
1031 |
max-width: 800px; |
|
1032 |
margin-top: 40px; |
|
1033 |
margin-right: auto; |
|
1034 |
margin-left: auto; |
|
1035 |
} |
|
1036 |
||
1037 |
.about-wrap .column { |
|
1038 |
margin-left: 20px; |
|
1039 |
margin-right: 20px; |
|
1040 |
} |
|
1041 |
||
1042 |
.about-wrap .is-wide { |
|
1043 |
max-width: 760px; |
|
1044 |
} |
|
1045 |
||
1046 |
.about-wrap .is-fullwidth { |
|
1047 |
max-width: 100%; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1048 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1049 |
|
9 | 1050 |
.about-wrap .has-1-columns { |
1051 |
display: block; |
|
1052 |
max-width: 680px; |
|
1053 |
margin: 0 auto 40px; |
|
1054 |
} |
|
1055 |
||
1056 |
.about-wrap .has-2-columns { |
|
1057 |
grid-template-columns: 1fr 1fr; |
|
1058 |
} |
|
1059 |
||
1060 |
.about-wrap .has-2-columns .column:nth-of-type(2n+1) { |
|
1061 |
grid-column-start: 1; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1062 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1063 |
|
9 | 1064 |
.about-wrap .has-2-columns .column:nth-of-type(2n) { |
1065 |
grid-column-start: 2; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1066 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1067 |
|
9 | 1068 |
.about-wrap .has-2-columns.is-wider-right { |
1069 |
grid-template-columns: 1fr 2fr; |
|
1070 |
} |
|
1071 |
||
1072 |
.about-wrap .has-2-columns.is-wider-left { |
|
1073 |
grid-template-columns: 2fr 1fr; |
|
1074 |
} |
|
1075 |
||
1076 |
.about-wrap .has-3-columns { |
|
1077 |
grid-template-columns: repeat(3, 1fr); |
|
5 | 1078 |
} |
1079 |
||
9 | 1080 |
.about-wrap .has-3-columns .column:nth-of-type(3n+1) { |
1081 |
grid-column-start: 1; |
|
1082 |
} |
|
1083 |
||
1084 |
.about-wrap .has-3-columns .column:nth-of-type(3n+2) { |
|
1085 |
grid-column-start: 2; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1086 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1087 |
|
9 | 1088 |
.about-wrap .has-3-columns .column:nth-of-type(3n) { |
1089 |
grid-column-start: 3; |
|
1090 |
} |
|
1091 |
||
1092 |
.about-wrap .has-4-columns { |
|
1093 |
grid-template-columns: repeat(4, 1fr); |
|
1094 |
} |
|
1095 |
||
1096 |
.about-wrap .has-4-columns .column:nth-of-type(4n+1) { |
|
1097 |
grid-column-start: 1; |
|
1098 |
} |
|
1099 |
||
1100 |
.about-wrap .has-4-columns .column:nth-of-type(4n+2) { |
|
1101 |
grid-column-start: 2; |
|
5 | 1102 |
} |
1103 |
||
9 | 1104 |
.about-wrap .has-4-columns .column:nth-of-type(4n+3) { |
1105 |
grid-column-start: 3; |
|
1106 |
} |
|
1107 |
||
1108 |
.about-wrap .has-4-columns .column:nth-of-type(4n) { |
|
1109 |
grid-column-start: 4; |
|
1110 |
} |
|
1111 |
||
1112 |
.about-wrap .column :first-child { |
|
1113 |
margin-top: 0; |
|
1114 |
} |
|
1115 |
||
1116 |
.about-wrap .aligncenter { |
|
1117 |
text-align: center; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1118 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1119 |
|
9 | 1120 |
.about-wrap .alignleft { |
1121 |
float: right; |
|
1122 |
margin-left: 40px; |
|
1123 |
} |
|
1124 |
||
1125 |
.about-wrap .alignright { |
|
1126 |
float: left; |
|
1127 |
margin-right: 40px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1128 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1129 |
|
9 | 1130 |
.about-wrap .is-vertically-aligned-top { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1131 |
align-self: flex-start; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1132 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1133 |
|
9 | 1134 |
.about-wrap .is-vertically-aligned-center { |
1135 |
align-self: center; |
|
1136 |
} |
|
1137 |
||
1138 |
.about-wrap .is-vertically-aligned-bottom { |
|
1139 |
align-self: end; |
|
5 | 1140 |
} |
1141 |
||
16 | 1142 |
/* x.2.3 - Point Releases */ |
5 | 1143 |
|
1144 |
.about-wrap .point-releases { |
|
1145 |
margin-top: 5px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1146 |
border-bottom: 1px solid #ddd; |
5 | 1147 |
} |
1148 |
||
9 | 1149 |
.about-wrap .changelog { |
1150 |
margin-bottom: 40px; |
|
1151 |
} |
|
1152 |
||
5 | 1153 |
.about-wrap .changelog.point-releases h3 { |
1154 |
padding-top: 35px; |
|
1155 |
} |
|
1156 |
||
1157 |
.about-wrap .changelog.point-releases h3:first-child { |
|
1158 |
padding-top: 7px; |
|
1159 |
} |
|
1160 |
||
9 | 1161 |
.about-wrap .changelog.feature-section .col { |
1162 |
margin-top: 40px; |
|
1163 |
} |
|
1164 |
||
5 | 1165 |
/*------------------------------------------------------------------------------ |
16 | 1166 |
x.3.0 - Legacy About Styles: About Page |
5 | 1167 |
------------------------------------------------------------------------------*/ |
1168 |
||
16 | 1169 |
/* x.3.1 - Typography */ |
5 | 1170 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1171 |
.about-wrap .lead-description { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1172 |
font-size: 1.5em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1173 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1174 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1175 |
|
9 | 1176 |
.about-wrap .feature-section p { |
1177 |
margin-top: 0.6em; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1178 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1179 |
|
16 | 1180 |
/* x.3.2 - Structure */ |
5 | 1181 |
|
9 | 1182 |
.about-wrap .headline-feature { |
1183 |
margin: 0 auto 40px; |
|
1184 |
max-width: 680px; |
|
5 | 1185 |
} |
1186 |
||
9 | 1187 |
.about-wrap .headline-feature h2 { |
1188 |
margin: 50px 0 0; |
|
5 | 1189 |
} |
1190 |
||
9 | 1191 |
.about-wrap .headline-feature img { |
1192 |
max-width: 600px; |
|
1193 |
width: 100%; |
|
5 | 1194 |
} |
1195 |
||
18 | 1196 |
/* Go to Dashboard Home link */ |
5 | 1197 |
|
1198 |
.about-wrap .return-to-dashboard { |
|
1199 |
margin: 30px -5px 0 0; |
|
1200 |
font-size: 14px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1201 |
font-weight: 600; |
5 | 1202 |
} |
1203 |
||
1204 |
.about-wrap .return-to-dashboard a { |
|
1205 |
text-decoration: none; |
|
1206 |
padding: 0 5px; |
|
1207 |
} |
|
1208 |
||
1209 |
/*------------------------------------------------------------------------------ |
|
16 | 1210 |
x.4.0 - Legacy About Styles: Credits & Freedoms Pages |
5 | 1211 |
------------------------------------------------------------------------------*/ |
1212 |
||
1213 |
/* Credits */ |
|
1214 |
||
9 | 1215 |
.about-wrap h2.wp-people-group { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1216 |
margin: 2.6em 0 1.33em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1217 |
padding: 0; |
5 | 1218 |
font-size: 16px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1219 |
line-height: inherit; |
9 | 1220 |
font-weight: 600; |
1221 |
text-align: right; |
|
5 | 1222 |
} |
1223 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1224 |
.about-wrap .wp-people-group { |
5 | 1225 |
padding: 0 5px; |
1226 |
margin: 0 -5px 0 -15px; |
|
1227 |
} |
|
1228 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1229 |
.about-wrap .compact { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1230 |
margin-bottom: 0; |
5 | 1231 |
} |
1232 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1233 |
.about-wrap .wp-person { |
5 | 1234 |
display: inline-block; |
1235 |
vertical-align: top; |
|
1236 |
margin-left: 10px; |
|
1237 |
padding-bottom: 15px; |
|
1238 |
height: 70px; |
|
1239 |
width: 280px; |
|
1240 |
} |
|
1241 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1242 |
.about-wrap .compact .wp-person { |
5 | 1243 |
height: auto; |
1244 |
width: 180px; |
|
1245 |
padding-bottom: 0; |
|
1246 |
margin-bottom: 0; |
|
1247 |
} |
|
1248 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1249 |
.about-wrap .wp-person .gravatar { |
5 | 1250 |
float: right; |
1251 |
margin: 0 0 10px 10px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1252 |
padding: 1px; |
5 | 1253 |
width: 60px; |
1254 |
height: 60px; |
|
1255 |
} |
|
1256 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1257 |
.about-wrap .compact .wp-person .gravatar { |
5 | 1258 |
width: 30px; |
1259 |
height: 30px; |
|
1260 |
} |
|
1261 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1262 |
.about-wrap .wp-person .web { |
5 | 1263 |
margin: 6px 0 2px; |
1264 |
font-size: 16px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1265 |
font-weight: 400; |
9 | 1266 |
line-height: 2; |
5 | 1267 |
text-decoration: none; |
1268 |
} |
|
1269 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1270 |
.about-wrap .wp-person .title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1271 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1272 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1273 |
|
5 | 1274 |
.about-wrap #wp-people-group-validators + p.wp-credits-list { |
1275 |
margin-top: 0; |
|
1276 |
} |
|
1277 |
||
1278 |
.about-wrap p.wp-credits-list a { |
|
1279 |
white-space: nowrap; |
|
1280 |
} |
|
1281 |
||
1282 |
/* Freedoms */ |
|
1283 |
||
1284 |
.freedoms-php .about-wrap ol { |
|
1285 |
margin: 40px 60px; |
|
1286 |
} |
|
1287 |
||
1288 |
.freedoms-php .about-wrap ol li { |
|
1289 |
list-style-type: decimal; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1290 |
font-weight: 600; |
5 | 1291 |
} |
1292 |
||
1293 |
.freedoms-php .about-wrap ol p { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1294 |
font-weight: 400; |
5 | 1295 |
margin: 0.6em 0; |
1296 |
} |
|
1297 |
||
1298 |
/*------------------------------------------------------------------------------ |
|
16 | 1299 |
x.5.0 - Legacy About Styles: Media Queries |
5 | 1300 |
------------------------------------------------------------------------------*/ |
1301 |
||
9 | 1302 |
@media screen and (max-width: 782px) { |
1303 |
.about-wrap .has-3-columns, |
|
1304 |
.about-wrap .has-4-columns { |
|
1305 |
grid-template-columns: 1fr 1fr; |
|
1306 |
} |
|
1307 |
||
1308 |
.about-wrap .has-3-columns .column:nth-of-type(3n+1), |
|
1309 |
.about-wrap .has-4-columns .column:nth-of-type(4n+1) { |
|
1310 |
grid-column-start: 1; |
|
1311 |
grid-row-start: 1; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1312 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1313 |
|
9 | 1314 |
.about-wrap .has-3-columns .column:nth-of-type(3n+2), |
1315 |
.about-wrap .has-4-columns .column:nth-of-type(4n+2) { |
|
1316 |
grid-column-start: 2; |
|
1317 |
grid-row-start: 1; |
|
5 | 1318 |
} |
1319 |
||
9 | 1320 |
.about-wrap .has-3-columns .column:nth-of-type(3n), |
1321 |
.about-wrap .has-4-columns .column:nth-of-type(4n+3) { |
|
1322 |
grid-column-start: 1; |
|
1323 |
grid-row-start: 2; |
|
1324 |
} |
|
1325 |
||
1326 |
.about-wrap .has-4-columns .column:nth-of-type(4n) { |
|
1327 |
grid-column-start: 2; |
|
1328 |
grid-row-start: 2; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1329 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1330 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1331 |
|
9 | 1332 |
@media screen and (max-width: 600px) { |
1333 |
.about-wrap .has-2-columns, |
|
1334 |
.about-wrap .has-3-columns, |
|
1335 |
.about-wrap .has-4-columns { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1336 |
display: block; |
5 | 1337 |
} |
1338 |
||
9 | 1339 |
.about-wrap :not(.is-wider-right):not(.is-wider-left) .column { |
1340 |
margin-left: 0; |
|
1341 |
margin-right: 0; |
|
5 | 1342 |
} |
1343 |
||
9 | 1344 |
.about-wrap .has-2-columns.is-wider-right, |
1345 |
.about-wrap .has-2-columns.is-wider-left { |
|
1346 |
display: grid; |
|
5 | 1347 |
} |
1348 |
} |
|
1349 |
||
1350 |
@media only screen and (max-width: 500px) { |
|
1351 |
.about-wrap { |
|
1352 |
margin-left: 20px; |
|
1353 |
margin-right: 10px; |
|
1354 |
} |
|
1355 |
||
1356 |
.about-wrap h1, |
|
1357 |
.about-wrap .about-text { |
|
1358 |
margin-left: 0; |
|
1359 |
} |
|
1360 |
||
1361 |
.about-wrap .about-text { |
|
1362 |
margin-bottom: 0.25em; |
|
1363 |
} |
|
1364 |
||
1365 |
.about-wrap .wp-badge { |
|
1366 |
position: relative; |
|
1367 |
margin-bottom: 1.5em; |
|
1368 |
width: 100%; |
|
1369 |
} |
|
9 | 1370 |
} |
5 | 1371 |
|
9 | 1372 |
@media only screen and (max-width: 480px) { |
1373 |
.about-wrap .has-2-columns.is-wider-right, |
|
1374 |
.about-wrap .has-2-columns.is-wider-left { |
|
1375 |
display: block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1376 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1377 |
|
9 | 1378 |
.about-wrap .column { |
1379 |
margin-left: 0; |
|
1380 |
margin-right: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1381 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1382 |
|
9 | 1383 |
.about-wrap .has-2-columns.is-wider-right img, |
1384 |
.about-wrap .has-2-columns.is-wider-left img { |
|
1385 |
max-width: 160px; |
|
5 | 1386 |
} |
1387 |
} |