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