|
178 | 178 | position: relative; |
179 | 179 | overflow: hidden; |
180 | 180 | background: |
181 | | - linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(244, 251, 250, 0.92)), |
182 | | - rgba(255, 253, 248, 0.9); |
| 181 | + linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(244, 251, 250, 0.92)) padding-box, |
| 182 | + linear-gradient( |
| 183 | + 120deg, |
| 184 | + rgba(201, 111, 45, 0.18), |
| 185 | + rgba(15, 118, 110, 0.18), |
| 186 | + rgba(255, 255, 255, 0.9), |
| 187 | + rgba(201, 111, 45, 0.2), |
| 188 | + rgba(15, 118, 110, 0.18) |
| 189 | + ) border-box; |
| 190 | + border: 1px solid transparent; |
| 191 | + background-size: 100% 100%, 220% 220%; |
| 192 | + background-position: 0 0, 0% 50%; |
183 | 193 | box-shadow: |
184 | 194 | 0 0 0 1px rgba(201, 111, 45, 0.14), |
185 | 195 | 0 10px 28px rgba(22, 35, 31, 0.08), |
186 | 196 | 0 0 24px rgba(201, 111, 45, 0.12); |
187 | | - animation: cta-glow-pulse 2.8s ease-in-out infinite; |
188 | | - } |
189 | | - |
190 | | - .stat-link--cta::before { |
191 | | - content: ""; |
192 | | - position: absolute; |
193 | | - top: -35%; |
194 | | - bottom: -35%; |
195 | | - left: -40%; |
196 | | - width: 38%; |
197 | | - border-radius: 24px; |
198 | | - background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent); |
199 | | - transform: translateX(-180%) rotate(18deg); |
200 | | - animation: cta-sheen 3.4s ease-in-out infinite; |
201 | | - pointer-events: none; |
| 197 | + animation: cta-border-shimmer 2.6s linear infinite, cta-glow-pulse 2.8s ease-in-out infinite; |
202 | 198 | } |
203 | 199 |
|
204 | 200 | .stat-link--cta strong, |
|
226 | 222 | line-height: 1; |
227 | 223 | } |
228 | 224 |
|
229 | | - @keyframes cta-sheen { |
| 225 | + @keyframes cta-border-shimmer { |
230 | 226 | 0% { |
231 | | - transform: translateX(-180%) rotate(18deg); |
232 | | - } |
233 | | - 55% { |
234 | | - transform: translateX(430%) rotate(18deg); |
| 227 | + background-position: 0 0, 0% 50%; |
235 | 228 | } |
236 | 229 | 100% { |
237 | | - transform: translateX(430%) rotate(18deg); |
| 230 | + background-position: 0 0, 200% 50%; |
238 | 231 | } |
239 | 232 | } |
240 | 233 |
|
@@ -8196,7 +8189,7 @@ <h3 class="section-title">Config Options</h3> |
8196 | 8189 |
|
8197 | 8190 | <footer class="page-footer"> |
8198 | 8191 | <span>Generated from <a href="https://github.com/ArchiveBox/abx-plugins" target="_blank" rel="noreferrer">ArchiveBox/abx-plugins</a> at ref <code>main</code>.</span> |
8199 | | - <span>Updated 2026-03-15 08:21 UTC</span> |
| 8192 | + <span>Updated 2026-03-15 08:22 UTC</span> |
8200 | 8193 | </footer> |
8201 | 8194 | </div> |
8202 | 8195 |
|
|
0 commit comments