@press2ai/theme-specialist-glossy 0.7.3 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/styles/glossy.css +7 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@press2ai/theme-specialist-glossy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Classless, AI-first theme inspired by Stripe. Framework-agnostic templates (Hono, Astro, raw HTML). Semantic HTML, Schema.org microdata, JSON-LD — built for LLM crawlers.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
package/src/styles/glossy.css
CHANGED
|
@@ -165,7 +165,7 @@ form[role="search"] button {
|
|
|
165
165
|
form[role="search"] button:hover { background: var(--ink); }
|
|
166
166
|
|
|
167
167
|
/* Stats — margin-top only, visually separated */
|
|
168
|
-
section[aria-label="Statystyki"] { margin-top: var(--g6);
|
|
168
|
+
section[aria-label="Statystyki"] { margin-top: var(--g6); }
|
|
169
169
|
.stat-summary {
|
|
170
170
|
text-align: center; font-size: var(--t-md); font-weight: 500; line-height: 1.55;
|
|
171
171
|
color: var(--ink); margin: 0 auto var(--g4); max-width: var(--measure);
|
|
@@ -193,17 +193,14 @@ nav[aria-label] a:nth-child(5n+3):hover { border-color: var(--rose); color: var(
|
|
|
193
193
|
nav[aria-label] a:nth-child(5n+4):hover { border-color: var(--amber); color: var(--amber); background: var(--amber-s); }
|
|
194
194
|
nav[aria-label] a:nth-child(5n+5):hover { border-color: var(--sky); color: var(--sky); background: var(--sky-s); }
|
|
195
195
|
|
|
196
|
-
/*
|
|
197
|
-
|
|
198
|
-
margin:
|
|
196
|
+
/* Steps — full-bleed white band */
|
|
197
|
+
section:has(> ol) {
|
|
198
|
+
margin: var(--g6) calc(50% - 50vw) 0 calc(50% - 50vw);
|
|
199
199
|
padding: var(--g5) var(--pad);
|
|
200
|
+
background: var(--white);
|
|
200
201
|
border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
|
|
201
202
|
}
|
|
202
|
-
|
|
203
|
-
.band-muted { background: var(--bg); }
|
|
204
|
-
.band > *, .band-muted > * { max-width: var(--container); margin-inline: auto; }
|
|
205
|
-
|
|
206
|
-
/* Steps */
|
|
203
|
+
section:has(> ol) > * { max-width: var(--container); margin-inline: auto; }
|
|
207
204
|
section:has(> ol) > h2 { text-align: center; margin-bottom: var(--g4); }
|
|
208
205
|
section > ol {
|
|
209
206
|
list-style: none; padding: 0; display: grid;
|
|
@@ -339,6 +336,6 @@ form:not([role="search"]) button[type="submit"]:hover { background: var(--ink);
|
|
|
339
336
|
main > article dt { margin-top: var(--g2); }
|
|
340
337
|
form[role="search"] { height: 40px; }
|
|
341
338
|
form[role="search"] input { font-size: var(--t-xs); }
|
|
342
|
-
|
|
339
|
+
section:has(> ol) { padding: var(--g4) var(--pad); }
|
|
343
340
|
.footer-grid { grid-template-columns: 1fr; gap: var(--g3); }
|
|
344
341
|
}
|