@press2ai/theme-specialist-glossy 0.7.0 → 0.7.2
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 +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@press2ai/theme-specialist-glossy",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
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
|
@@ -164,8 +164,8 @@ form[role="search"] button {
|
|
|
164
164
|
}
|
|
165
165
|
form[role="search"] button:hover { background: var(--ink); }
|
|
166
166
|
|
|
167
|
-
/* Stats — margin-top only */
|
|
168
|
-
section[aria-label="Statystyki"] { margin-top: var(--
|
|
167
|
+
/* Stats — margin-top only, visually separated */
|
|
168
|
+
section[aria-label="Statystyki"] { margin-top: var(--g5); padding: var(--g4) 0; border-top: 1px solid var(--line); }
|
|
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,14 +193,15 @@ 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:
|
|
199
|
-
padding: var(--
|
|
200
|
-
background: var(--white);
|
|
196
|
+
/* Full-bleed bands — reusable */
|
|
197
|
+
.band, .band-muted {
|
|
198
|
+
margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
|
|
199
|
+
padding: var(--g5) var(--pad);
|
|
201
200
|
border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
|
|
202
201
|
}
|
|
203
|
-
.
|
|
202
|
+
.band { background: var(--white); }
|
|
203
|
+
.band-muted { background: var(--bg); }
|
|
204
|
+
.band > *, .band-muted > * { max-width: var(--container); margin-inline: auto; }
|
|
204
205
|
|
|
205
206
|
/* Steps */
|
|
206
207
|
section:has(> ol) > h2 { text-align: center; margin-bottom: var(--g4); }
|
|
@@ -338,6 +339,6 @@ form:not([role="search"]) button[type="submit"]:hover { background: var(--ink);
|
|
|
338
339
|
main > article dt { margin-top: var(--g2); }
|
|
339
340
|
form[role="search"] { height: 40px; }
|
|
340
341
|
form[role="search"] input { font-size: var(--t-xs); }
|
|
341
|
-
.
|
|
342
|
+
.band, .band-muted { padding: var(--g4) var(--pad); }
|
|
342
343
|
.footer-grid { grid-template-columns: 1fr; gap: var(--g3); }
|
|
343
344
|
}
|