commit 66f33e2bfe048298e664209d83829ce22d38055c Author: theopaolo Date: Wed Jun 3 11:43:07 2026 +0200 init commit diff --git a/design-extract/a11y-report.md b/design-extract/a11y-report.md new file mode 100644 index 0000000..b530f89 --- /dev/null +++ b/design-extract/a11y-report.md @@ -0,0 +1,37 @@ +# Accessibility Report (axe-core) +> Source: https://mobilizon.fr +> Generated: 2026-05-25 +> Standard: WCAG 2.1 AA + best practices + +## @aldil_lyon + +### Violations (1) + +#### [CRITICAL] ARIA attributes must conform to valid names + +- Rule: `aria-valid-attr` +- WCAG: wcag2a, wcag412 +- Impact: critical +- [Learn more](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright) + +**Affected elements (2):** + +- `.o-dropdown.dropdown.o-dropdown--position-bottom-left:nth-child(1)` + Fix any of the following: +- `.o-dropdown.dropdown.o-dropdown--position-bottom-left:nth-child(5)` + Fix any of the following: + +### Needs Review (2) + +- **ARIA attributes must conform to valid values** (`aria-valid-attr-value`) — 2 element(s) +- **Elements must meet minimum color contrast ratio thresholds** (`color-contrast`) — 2 element(s) + +### Summary + +| | Count | +|---|---| +| Passing | 46 | +| Violations | 1 | +| Needs review | 2 | +| Not applicable | 43 | + diff --git a/design-extract/components/components.json b/design-extract/components/components.json new file mode 100644 index 0000000..4347eeb --- /dev/null +++ b/design-extract/components/components.json @@ -0,0 +1,50 @@ +{ + "button": [ + { + "label": "Suivre", + "variant": "filled", + "description": "filled, bg: --color-action-jelly-bean, text: --cssVar-oruga-primary-invert, radius: 4px, padding: 8px 16px", + "states": [], + "route": "@aldil_lyon" + }, + { + "label": "Contact", + "variant": "outlined", + "description": "outlined, text: --color-neutral-100-2, border: --color-action-jelly-bean, radius: 4px, padding: 8px 16px", + "states": [], + "route": "@aldil_lyon" + } + ], + "link": [ + { + "label": "Passer au contenu principal", + "description": "color: --color-neutral-100-2", + "route": "@aldil_lyon" + }, + { + "label": "Rechercher", + "description": "color: --color-neutral-100", + "route": "@aldil_lyon" + } + ], + "input": [ + { + "label": "Langue", + "type": "select", + "description": "select, bg: --cssVar-oruga-primary-invert, border: 2px solid, radius: 4px", + "route": "@aldil_lyon" + } + ], + "nav": [ + { + "label": "Mobilizon LogoRechercherCalendrier(beta)Se connecterS'inscri", + "description": "bg: --cssVar-oruga-primary-invert, border: --color-brand-mercury", + "route": "@aldil_lyon" + }, + { + "label": "Fil d'Ariane", + "description": "border: --color-brand-mercury", + "route": "@aldil_lyon" + } + ] +} diff --git a/design-extract/components/components.md b/design-extract/components/components.md new file mode 100644 index 0000000..118c524 --- /dev/null +++ b/design-extract/components/components.md @@ -0,0 +1,34 @@ +# Component Brief + +> mobilizon.fr — 2026-05-25 +> Use with: `tokens.clean.css` + screenshots + +**7 component variants** identified across 4 types. + +## Buttons (2) + +- **Suivre** — filled, bg: --color-action-jelly-bean, text: --cssVar-oruga-primary-invert, radius: 4px, padding: 8px 16px +- **Contact** — outlined, text: --color-neutral-100-2, border: --color-action-jelly-bean, radius: 4px, padding: 8px 16px + +## Inputs (1) + +- **Langue** — select, bg: --cssVar-oruga-primary-invert, border: 2px solid, radius: 4px + +## Links (2) + +- **Passer au contenu principal** — color: --color-neutral-100-2 +- **Rechercher** — color: --color-neutral-100 + +## Navs (2) + +- **Mobilizon LogoRechercherCalendrier(beta)Se connecterS'inscri** — bg: --cssVar-oruga-primary-invert, border: --color-brand-mercury +- **Fil d'Ariane** — border: --color-brand-mercury + +--- + +### How to use this brief + +1. Open the page screenshot to see the actual components +2. Reference `tokens.clean.css` for all design token values +3. Token names prefixed with `--` map directly to CSS custom properties +4. Build components using the tokens — don't hardcode colors or spacing diff --git a/design-extract/design-system.md b/design-extract/design-system.md new file mode 100644 index 0000000..9648cfd --- /dev/null +++ b/design-extract/design-system.md @@ -0,0 +1,101 @@ +# Design System Reference + +> Auto-generated by Token Scraper on 2026-05-25 +> Source: https://mobilizon.fr +> Routes scraped: @aldil_lyon + +## Logo + +| Property | Value | +| ---------- | --------------------- | +| Type | svg | +| Dimensions | 160 x 30.16px | +| Links to | https://mobilizon.fr/ | + +## Favicons & Meta Images + +| Type | URL | Sizes | +| ---------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------- | +| apple-touch-icon | https://mobilizon.fr/img/icons/apple-touch-icon-152x152.png | 152x152 | +| icon | https://mobilizon.fr/img/icons/apple-touch-icon-152x152.png | 152x152 | +| mask-icon | https://mobilizon.fr/img/icons/safari-pinned-tab.svg | - | +| og:image | https://mobilizon.fr/media/868b694cf69b3aa27114ddb9289e9cc4a67c28850d29b8f5b49213478ec9c1fa.png?name=aldil_lyon%27s%20avatar.png | - | +| favicon | https://mobilizon.fr/favicon.ico | - | + +## Brand Colors + +| Token | Value | Seen on | +| ------------------------- | --------- | ----------- | +| `color.brand.mercury` | `#e5e7eb` | @aldil_lyon | +| `color.brand.astronaut` | `#3c376e` | @aldil_lyon | +| `color.action.jelly-bean` | `#1e7d97` | @aldil_lyon | + +## Neutral Colors + +| Token | Value | Seen on | +| --------------------- | --------- | ----------- | +| `color.neutral.100` | `#3f3f46` | @aldil_lyon | +| `color.neutral.100-2` | `#000000` | @aldil_lyon | + +## Typography + +| Token | Value | Seen on | +| --------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------- | +| `typography.fontFamily.primary` | `system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif` | @aldil_lyon | +| `typography.fontSize.display` | `48px` | @aldil_lyon | +| `typography.fontSize.h1` | `24px` | @aldil_lyon | +| `typography.fontSize.h2` | `20px` | @aldil_lyon | +| `typography.fontSize.h3` | `18px` | @aldil_lyon | +| `typography.fontSize.h4` | `16px` | @aldil_lyon | +| `typography.fontSize.h5` | `12px` | @aldil_lyon | +| `typography.fontWeight.regular` | `400` | @aldil_lyon | +| `typography.fontWeight.medium` | `500` | @aldil_lyon | +| `typography.fontWeight.semibold` | `600` | @aldil_lyon | +| `typography.fontWeight.bold` | `700` | @aldil_lyon | +| `typography.fontWeight.extrabold` | `800` | @aldil_lyon | +| `typography.lineHeight.0` | `16px` | @aldil_lyon | +| `typography.lineHeight.1` | `24px` | @aldil_lyon | +| `typography.lineHeight.2` | `28px` | @aldil_lyon | +| `typography.lineHeight.3` | `32px` | @aldil_lyon | +| `typography.lineHeight.4` | `36px` | @aldil_lyon | +| `typography.lineHeight.5` | `48px` | @aldil_lyon | + +## Spacing + +| Token | Value | Seen on | +| ----------- | ------ | ----------- | +| `spacing.1` | `4px` | @aldil_lyon | +| `spacing.2` | `8px` | @aldil_lyon | +| `spacing.3` | `12px` | @aldil_lyon | +| `spacing.4` | `16px` | @aldil_lyon | +| `spacing.5` | `32px` | @aldil_lyon | +| `spacing.6` | `40px` | @aldil_lyon | +| `spacing.7` | `64px` | @aldil_lyon | +| `spacing.8` | `72px` | @aldil_lyon | +| `spacing.9` | `80px` | @aldil_lyon | + +## Border Radius + +| Token | Value | Seen on | +| ------------------- | ----------------- | ----------- | +| `borderRadius.none` | `0px` | @aldil_lyon | +| `borderRadius.sm` | `4px` | @aldil_lyon | +| `borderRadius.md` | `8px` | @aldil_lyon | +| `borderRadius.lg` | `8px 0px 0px 8px` | @aldil_lyon | +| `borderRadius.full` | `9999px` | @aldil_lyon | + +## Shadows + +| Token | Value | Seen on | +| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | +| `shadow.xs` | `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px` | @aldil_lyon | +| `shadow.sm` | `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px` | @aldil_lyon | +| `shadow.md` | `rgba(0, 0, 0, 0.2) 0px 0px 12px 0px` | @aldil_lyon | + +## Spacing Scale + +Base unit: **4px** (84% of values on-grid) + +--- + +_79 tokens total._ diff --git a/design-extract/health-report.md b/design-extract/health-report.md new file mode 100644 index 0000000..2291d57 --- /dev/null +++ b/design-extract/health-report.md @@ -0,0 +1,374 @@ +# CSS Health Report + +> Source: https://mobilizon.fr +> Generated: 2026-05-25 + +## Overview + +| Metric | Value | +| ---------------------- | -------------------------------------- | +| Total tokens extracted | 79 | +| Unique values | 55 | +| Duplicate tokens | 24 | +| Duplication ratio | 30% | +| **Health grade** | **D** — Poor — significant duplication | + +## Page Stats + +| Metric | Value | +| --------------------- | ----- | +| Elements | 473 | +| External stylesheets | 8 | +| Inline style elements | 0 | +| Style rules | 1907 | + +**Selectors:** 2050 class, 6 ID, 123 type, 3 universal, 221 attribute + +## Colors by Usage + +### Background colors: 6 + +| Color | Occurrences | +| -------------------- | ----------- | +| `rgb(255, 213, 153)` | 6 | +| `rgb(255, 255, 255)` | 5 | +| `rgb(248, 113, 113)` | 2 | +| `rgb(239, 238, 244)` | 1 | +| `rgb(30, 125, 151)` | 1 | +| `rgb(71, 68, 103)` | 1 | + +### Text colors: 10 + +| Color | Occurrences | +| -------------------- | ----------- | +| `rgb(0, 0, 0)` | 141 | +| `rgb(60, 55, 110)` | 46 | +| `rgb(255, 255, 255)` | 23 | +| `rgb(63, 63, 70)` | 6 | +| `rgb(255, 213, 153)` | 4 | +| `rgb(156, 163, 175)` | 2 | +| `rgb(55, 65, 81)` | 2 | +| `rgb(31, 41, 55)` | 1 | +| `rgb(75, 85, 99)` | 1 | +| `rgb(54, 54, 54)` | 1 | + +### Border colors: 4 + +| Color | Occurrences | +| -------------------- | ----------- | +| `rgb(229, 231, 235)` | 210 | +| `rgb(255, 213, 153)` | 6 | +| `rgb(243, 244, 246)` | 4 | +| `rgb(30, 125, 151)` | 3 | + +### Fill colors: 3 + +| Color | Occurrences | +| -------------------- | ----------- | +| `rgb(60, 55, 110)` | 12 | +| `rgb(255, 255, 255)` | 4 | +| `rgb(156, 163, 175)` | 2 | + +## Font Info + +### system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif + +**font-size:** + +| Size | Occurrences | +| ------- | ----------- | +| 16px | 196 | +| 18px | 12 | +| 24px | 6 | +| 20px | 5 | +| 12px | 2 | +| 48px | 1 | +| 10.8px | 1 | +| 15.36px | 1 | +| 10px | 1 | +| 8.4px | 1 | + +**font-weight:** + +| Weight | Occurrences | +| ------ | ----------- | +| 400 | 182 | +| 600 | 22 | +| 700 | 14 | +| 500 | 7 | +| 800 | 1 | + +**line-height:** + +| Line height | Occurrences | +| ----------- | ----------- | +| 24px | 197 | +| 28px | 14 | +| 32px | 6 | +| 16px | 2 | +| 36px | 2 | +| 9.6px | 2 | +| 48px | 1 | +| 13.44px | 1 | +| 9px | 1 | + +### ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" + +**font-size:** + +| Size | Occurrences | +| ---- | ----------- | +| 16px | 1 | + +**font-weight:** + +| Weight | Occurrences | +| ------ | ----------- | +| 400 | 1 | + +**line-height:** + +| Line height | Occurrences | +| ----------- | ----------- | +| 24px | 1 | + +## Media Queries + +| Query | Rules | +| ------------------------------ | ----- | +| `(min-width: 1024px)` | 124 | +| `(min-width: 768px)` | 113 | +| `(min-width: 1280px)` | 100 | +| `(min-width: 640px)` | 24 | +| `(forced-colors: active)` | 3 | +| `(min-width: 1536px)` | 1 | +| `(prefers-color-scheme: dark)` | 1 | + +## Brand Assets + +### Logo + +| Property | Value | +| ---------- | --------------------- | +| Type | svg | +| Dimensions | 160 x 30.16px | +| Links to | https://mobilizon.fr/ | + +### Favicons & Meta Images + +| Type | URL | Sizes | +| ---------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------- | +| apple-touch-icon | https://mobilizon.fr/img/icons/apple-touch-icon-152x152.png | 152x152 | +| icon | https://mobilizon.fr/img/icons/apple-touch-icon-152x152.png | 152x152 | +| mask-icon | https://mobilizon.fr/img/icons/safari-pinned-tab.svg | - | +| og:image | https://mobilizon.fr/media/868b694cf69b3aa27114ddb9289e9cc4a67c28850d29b8f5b49213478ec9c1fa.png?name=aldil_lyon%27s%20avatar.png | - | +| favicon | https://mobilizon.fr/favicon.ico | - | + +## Color Formats + +| Token | Hex | LCH | OKLCH | +| ------------------------- | --------- | -------------------------- | ---------------------------- | +| `color.neutral.100` | `#3f3f46` | `lch(26.89% 4.56 291.08)` | `oklch(37.03% 0.012 285.84)` | +| `color.neutral.100-2` | `#000000` | `lch(0.00% 0.00 0.00)` | `oklch(0.00% 0.000 0.00)` | +| `color.brand.mercury` | `#e5e7eb` | `lch(91.60% 2.17 271.44)` | `oklch(92.76% 0.006 264.60)` | +| `color.brand.astronaut` | `#3c376e` | `lch(26.21% 35.95 299.35)` | `oklch(37.09% 0.092 285.12)` | +| `color.action.jelly-bean` | `#1e7d97` | `lch(48.48% 27.74 231.24)` | `oklch(54.88% 0.092 221.11)` | +| `color.accent.cherokee` | `#ffd599` | `lch(87.56% 35.81 78.98)` | `oklch(89.53% 0.090 76.06)` | +| `color.accent.sunglo` | `#f87171` | `lch(64.13% 57.61 26.24)` | `oklch(71.06% 0.166 22.22)` | + +## Spacing Scale + +| Property | Value | +| ---------------- | ----- | +| Base unit | 4px | +| Grid conformance | 84% | + +## Border Combinations + +| Border | Count | Elements | +| ------------------------------ | ----- | -------- | +| `2px solid rgb(255, 213, 153)` | 24 | section | +| `1px solid rgb(30, 125, 151)` | 12 | button | +| `1px solid rgb(229, 231, 235)` | 4 | img | + +## Button Variants (7) + +### Suivre + +**default:** + +- backgroundColor: `rgb(30, 125, 151)` +- color: `rgb(255, 255, 255)` +- padding: `8px 16px` +- borderRadius: `4px` +- border: `1px solid undefined` +- fontSize: `16px` +- fontWeight: `700` + +### Passer au contenu principal + +**default:** + +- color: `rgb(0, 0, 0)` +- padding: `0px 0px` +- borderRadius: `0px` +- outline: `rgb(0, 0, 0) undefined 3px` +- fontSize: `16px` +- fontWeight: `400` + +### Rechercher + +**default:** + +- color: `rgb(63, 63, 70)` +- padding: `0px 0px` +- borderRadius: `0px` +- outline: `rgb(63, 63, 70) undefined 3px` +- fontSize: `16px` +- fontWeight: `400` + +### Mes groupes + +**default:** + +- color: `rgb(31, 41, 55)` +- padding: `0px 0px` +- borderRadius: `0px` +- outline: `rgb(31, 41, 55) undefined 3px` +- fontSize: `16px` +- fontWeight: `400` + +### Contact + +**default:** + +- color: `rgb(0, 0, 0)` +- padding: `8px 16px` +- borderRadius: `4px` +- border: `1px solid rgb(30, 125, 151)` +- fontSize: `16px` +- fontWeight: `600` + +### Voir tous + +**default:** + +- color: `rgb(60, 55, 110)` +- padding: `0px 0px` +- borderRadius: `0px` +- outline: `rgb(60, 55, 110) undefined 3px` +- fontSize: `16px` +- fontWeight: `400` + +### À propos + +**default:** + +- color: `rgb(255, 255, 255)` +- padding: `0px 0px` +- borderRadius: `0px` +- outline: `rgb(255, 255, 255) undefined 3px` +- fontSize: `18px` +- fontWeight: `400` + +## Input Variants (1) + +### select + +**default:** + +- backgroundColor: `rgb(255, 255, 255)` +- color: `rgb(54, 54, 54)` +- border: `2px solid undefined` +- borderRadius: `4px` +- padding: `3px 32px 3px 8px` +- boxShadow: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px` +- fontSize: `16px` + +## Breakpoints + +`1536px` -> `1280px` -> `1024px` -> `768px` -> `640px` + +## Duplicate Groups + +14 values are defined multiple times: + +### `#ffffff` (6x) + +- `--cssVar-oruga-primary-invert` +- `--cssVar-oruga-secondary-invert` +- `--cssVar-oruga-success-invert` +- `--cssVar-oruga-info-invert` +- `--cssVar-oruga-danger-invert` +- `--cssVar-oruga-white` + +### `#1e7d97` (5x) + +- `--color-action-jelly-bean` +- `--cssVar-oruga-primary` +- `--cssVar-oruga-variant-primary` +- `--cssVar-oruga-radio-active-background-color` +- `--cssVar-oruga-switch-checked-background` + +### `#000000` (3x) + +- `--color-neutral-100-2` +- `--cssVar-oruga-warning-invert` +- `--cssVar-oruga-black` + +### `16px` (3x) + +- `--typography-fontSize-h4` +- `--typography-lineHeight-0` +- `--spacing-4` + +### `4px` (3x) + +- `--spacing-1` +- `--borderRadius-sm` +- `--cssVar-oruga-base-border-radius` + +### `400` (2x) + +- `--typography-fontWeight-regular` +- `--cssVar-oruga-base-font-weight` + +### `system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif` (2x) + +- `--typography-fontFamily-primary` +- `--cssVar-oruga-base-font-family` + +### `48px` (2x) + +- `--typography-fontSize-display` +- `--typography-lineHeight-5` + +### `24px` (2x) + +- `--typography-fontSize-h1` +- `--typography-lineHeight-1` + +### `12px` (2x) + +- `--typography-fontSize-h5` +- `--spacing-3` + +### `32px` (2x) + +- `--typography-lineHeight-3` +- `--spacing-5` + +### `8px` (2x) + +- `--spacing-2` +- `--borderRadius-md` + +### `9999px` (2x) + +- `--borderRadius-full` +- `--cssVar-oruga-base-border-radius-rounded` + +### `white` (2x) + +- `--cssVar-oruga-checkbox-background-color` +- `--cssVar-oruga-checkbox-active-background-color` diff --git a/design-extract/report.md b/design-extract/report.md new file mode 100644 index 0000000..184ec3c --- /dev/null +++ b/design-extract/report.md @@ -0,0 +1,28 @@ +# Extraction Summary + +> mobilizon.fr — 2026-05-25 + +**79 tokens** extracted → **55 unique** | Grade: **D** + +## At a Glance + +| | | +| ---------- | ---------------------------------- | +| Routes | @aldil_lyon | +| Scan mode | visible | +| Stack | tailwind, vue, oruga | +| Logo | svg (160x30.16px) | +| Spacing | 4px base (84% on-grid) | +| Components | 7 button, 1 input, 0 link variants | +| Health | D — 24 duplicates (30%) | +| A11y | 1 violations / 46 passing | + +## Files + +- [tokens.clean.css](./tokens.clean.css) — Deduplicated clean tokens +- [health-report.md](./health-report.md) — CSS health analysis & duplicates +- [design-system.md](./design-system.md) — Design system reference (logo, tokens, spacing) +- [components.json](./components/components.json) — Component inventory with token refs +- [components.md](./components/components.md) — Component brief — what to build with which tokens +- [a11y-report.md](./a11y-report.md) — Accessibility audit (axe-core) +- [stack-report.md](./stack-report.md) — Framework & library detection diff --git a/design-extract/screen-captures/agendhavre.png b/design-extract/screen-captures/agendhavre.png new file mode 100644 index 0000000..315b73d Binary files /dev/null and b/design-extract/screen-captures/agendhavre.png differ diff --git a/design-extract/screen-captures/dojo_de_programmation_paris.png b/design-extract/screen-captures/dojo_de_programmation_paris.png new file mode 100644 index 0000000..07b63fa Binary files /dev/null and b/design-extract/screen-captures/dojo_de_programmation_paris.png differ diff --git a/design-extract/screen-captures/falkenhagener_feld.png b/design-extract/screen-captures/falkenhagener_feld.png new file mode 100644 index 0000000..32a6a52 Binary files /dev/null and b/design-extract/screen-captures/falkenhagener_feld.png differ diff --git a/design-extract/screen-captures/gribouille_academie.png b/design-extract/screen-captures/gribouille_academie.png new file mode 100644 index 0000000..848138c Binary files /dev/null and b/design-extract/screen-captures/gribouille_academie.png differ diff --git a/design-extract/screen-captures/maison_de_quartier_de_saint_clair.png b/design-extract/screen-captures/maison_de_quartier_de_saint_clair.png new file mode 100644 index 0000000..0fd13e9 Binary files /dev/null and b/design-extract/screen-captures/maison_de_quartier_de_saint_clair.png differ diff --git a/design-extract/screen-captures/mobile/agendhavre.png b/design-extract/screen-captures/mobile/agendhavre.png new file mode 100644 index 0000000..06aa6ea Binary files /dev/null and b/design-extract/screen-captures/mobile/agendhavre.png differ diff --git a/design-extract/screen-captures/mobile/dojo_de_programmation_paris.png b/design-extract/screen-captures/mobile/dojo_de_programmation_paris.png new file mode 100644 index 0000000..8eb323b Binary files /dev/null and b/design-extract/screen-captures/mobile/dojo_de_programmation_paris.png differ diff --git a/design-extract/screen-captures/mobile/falkenhagener_feld.png b/design-extract/screen-captures/mobile/falkenhagener_feld.png new file mode 100644 index 0000000..41a1078 Binary files /dev/null and b/design-extract/screen-captures/mobile/falkenhagener_feld.png differ diff --git a/design-extract/screen-captures/mobile/gribouille_academie.png b/design-extract/screen-captures/mobile/gribouille_academie.png new file mode 100644 index 0000000..f923d87 Binary files /dev/null and b/design-extract/screen-captures/mobile/gribouille_academie.png differ diff --git a/design-extract/screen-captures/mobile/maison_de_quartier_de_saint_clair.png b/design-extract/screen-captures/mobile/maison_de_quartier_de_saint_clair.png new file mode 100644 index 0000000..d1e778d Binary files /dev/null and b/design-extract/screen-captures/mobile/maison_de_quartier_de_saint_clair.png differ diff --git a/design-extract/screen-captures/screenshot-@aldil_lyon.png b/design-extract/screen-captures/screenshot-@aldil_lyon.png new file mode 100644 index 0000000..85092a9 Binary files /dev/null and b/design-extract/screen-captures/screenshot-@aldil_lyon.png differ diff --git a/design-extract/stack-report.md b/design-extract/stack-report.md new file mode 100644 index 0000000..2c592ed --- /dev/null +++ b/design-extract/stack-report.md @@ -0,0 +1,21 @@ +# Stack Report +> Source: https://mobilizon.fr +> Generated: 2026-05-25 + +## Detected Frameworks & Libraries + +| Framework | Confidence | Evidence | +|---|---|---| +| tailwind | 100% | 76 utility classes, 565 --tw- vars | +| vue | 90% | data-v-* scoped attributes | +| bootstrap | 80% | 12 BS classes, 0 --bs- vars | +| oruga | 80% | 104 --oruga- vars | +| angular | 80% | _ngcontent/ng- attributes | + +## CSS Variable Prefixes + +| Prefix | Count | +|---|---| +| `--tw-*` | 565 | +| `--oruga-*` | 104 | + diff --git a/design-extract/tokens.clean.css b/design-extract/tokens.clean.css new file mode 100644 index 0000000..24e0ef7 --- /dev/null +++ b/design-extract/tokens.clean.css @@ -0,0 +1,70 @@ +:root { +/* ========================================================================== + Clean Design Tokens — deduplicated from https://mobilizon.fr + Generated: 2026-05-25 + ========================================================================== */ + + /* ── Colors ── */ + /* lch(26.89% 4.56 291.08) | oklch(37.03% 0.012 285.84) */ + --color-neutral-100: #3f3f46; + /* replaces: --cssVar-oruga-warning-invert, --cssVar-oruga-black */ + /* lch(0.00% 0.00 0.00) | oklch(0.00% 0.000 0.00) */ + --color-neutral-100-2: #000; + /* lch(91.60% 2.17 271.44) | oklch(92.76% 0.006 264.60) */ + --color-brand-mercury: #e5e7eb; + /* lch(26.21% 35.95 299.35) | oklch(37.09% 0.092 285.12) */ + --color-brand-astronaut: #3c376e; + /* replaces: --cssVar-oruga-primary, --cssVar-oruga-variant-primary, --cssVar-oruga-radio-active-background-color, --cssVar-oruga-switch-checked-background */ + /* lch(48.48% 27.74 231.24) | oklch(54.88% 0.092 221.11) */ + --color-action-jelly-bean: #1e7d97; + /* lch(87.56% 35.81 78.98) | oklch(89.53% 0.090 76.06) */ + --color-accent-cherokee: #ffd599; + /* lch(64.13% 57.61 26.24) | oklch(71.06% 0.166 22.22) */ + --color-accent-sunglo: #f87171; + + /* ── Typography ── */ + /* replaces: --cssVar-oruga-base-font-weight */ + --typography-fontWeight-regular: 400; + --typography-fontWeight-medium: 500; + --typography-fontWeight-semibold: 600; + --typography-fontWeight-bold: 700; + --typography-fontWeight-extrabold: 800; + /* replaces: --cssVar-oruga-base-font-family */ + --typography-fontFamily-primary: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif; + /* replaces: --typography-lineHeight-5 */ + --typography-fontSize-display: 48px; + /* replaces: --typography-lineHeight-1 */ + --typography-fontSize-h1: 24px; + --typography-fontSize-h2: 20px; + --typography-fontSize-h3: 18px; + /* replaces: --typography-lineHeight-0, --spacing-4 */ + --typography-fontSize-h4: 16px; + /* replaces: --spacing-3 */ + --typography-fontSize-h5: 12px; + --typography-lineHeight-2: 28px; + /* replaces: --spacing-5 */ + --typography-lineHeight-3: 32px; + --typography-lineHeight-4: 36px; + + /* ── Spacing ── */ + /* replaces: --borderRadius-sm, --cssVar-oruga-base-border-radius */ + --spacing-1: 4px; + /* replaces: --borderRadius-md */ + --spacing-2: 8px; + --spacing-6: 40px; + --spacing-7: 64px; + --spacing-8: 72px; + --spacing-9: 80px; + + /* ── Border Radius ── */ + --borderRadius-none: 0; + --borderRadius-lg: 8px 0 0 8px; + /* replaces: --cssVar-oruga-base-border-radius-rounded */ + --borderRadius-full: 9999px; + + /* ── Shadows ── */ + --shadow-xs: rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 10%) 0 4px 6px -1px, rgb(0 0 0 / 10%) 0 2px 4px -2px; + --shadow-sm: rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 0%) 0 0 0 0, rgb(0 0 0 / 0%) 0 0 0 0; + --shadow-md: rgb(0 0 0 / 20%) 0 0 12px 0; + +} diff --git a/design-extract/tokens.raw.json b/design-extract/tokens.raw.json new file mode 100644 index 0000000..5fd68bf --- /dev/null +++ b/design-extract/tokens.raw.json @@ -0,0 +1,41345 @@ +{ + "colors": [ + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "rgb(55, 65, 81)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "rgb(55, 65, 81)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "rgb(55, 65, 81)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "rgb(55, 65, 81)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "rgb(71, 68, 103)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(55, 65, 81)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "rgb(55, 65, 81)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "rgb(55, 65, 81)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "rgb(55, 65, 81)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "rgb(248, 113, 113)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "rgb(248, 113, 113)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "rgb(75, 85, 99)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "rgb(75, 85, 99)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "rgb(75, 85, 99)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "rgb(75, 85, 99)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(243, 244, 246)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(63, 63, 70)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "rgb(31, 41, 55)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(60, 55, 110)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "rgb(255, 213, 153)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "rgb(54, 54, 54)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(30, 125, 151)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "rgb(255, 255, 255)", + "prop": "background-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + }, + { + "value": "rgb(229, 231, 235)", + "prop": "border-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "outline-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "text-decoration-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + }, + { + "value": "rgb(0, 0, 0)", + "prop": "caret-color", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + } + ], + "fontFamilies": [ + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + } + ], + "fontSizes": [ + { + "value": "48px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "20px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "20px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "20px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "20px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "20px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "12px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "18px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + } + ], + "fontWeights": [ + { + "value": "800", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "500", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "500", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "500", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "500", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "500", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "500", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "500", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "700", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "600", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + } + ], + "lineHeights": [ + { + "value": "48px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "32px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "32px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "32px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "32px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "32px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "32px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "36px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "36px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "16px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "28px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "24px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + } + ], + "letterSpacings": [ + { + "value": "-1.2px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + } + ], + "spacings": [ + { + "value": "4px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "4px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "4px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "4px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "12px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "12px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "-1px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "-1px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "-1px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "-1px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "12px 8px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "12px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "8px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "32px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "10px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "10px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "12px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "10px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "15px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "64px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "64px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "16px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "16px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "16px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "72px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "72px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "16px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "12px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "12px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "12px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "80px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "40px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "4px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "4px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "4px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "4px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "4px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "80px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "40px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "16px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "4px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "4px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "4px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "4px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "8px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "12px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "-3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "3px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "12px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "6px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "6px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "6px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "6px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "6px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "6px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "6px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "6px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "32px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "32px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "32px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "12px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "12px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "12px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "-1px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "-1px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "-1px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "-1px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "-1px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "-1px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "-1px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "-1px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "-1px", + "prop": "margin-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "-1px", + "prop": "margin-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "-1px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "-1px", + "prop": "margin-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "12px 8px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "12px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "8px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "12px 8px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "12px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "8px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "12px 8px", + "prop": "gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "12px", + "prop": "row-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "8px", + "prop": "column-gap", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "32px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "32px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "3px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "32px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "3px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "8px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "8px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "10px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "10px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "10px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "10px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "10px", + "prop": "padding-top", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-right", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "10px", + "prop": "padding-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "16px", + "prop": "padding-left", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "12px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "12px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "12px", + "prop": "margin-bottom", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + } + ], + "radii": [ + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "9999px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "8px 0px 0px 8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "8px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "0px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + } + ], + "shadows": [ + { + "value": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px", + "prop": "box-shadow", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px", + "prop": "box-shadow", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "rgba(0, 0, 0, 0.2) 0px 0px 12px 0px", + "prop": "box-shadow", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px", + "prop": "box-shadow", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px", + "prop": "box-shadow", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px", + "prop": "box-shadow", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px", + "prop": "box-shadow", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px", + "prop": "box-shadow", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px", + "prop": "box-shadow", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + } + ], + "zIndices": [ + { + "value": "101", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "2", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "2", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "10", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "101", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "101", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "101", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + } + ], + "transitions": [ + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h1", + "tag": "h1", + "cls": "m-1", + "label": "h1.m-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-center", + "label": "h2.text-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "text-2xl font-medium mt-0", + "label": "h2.text-2xl.font-medium", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h2", + "tag": "h2", + "cls": "mb-3", + "label": "h2.mb-3", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "h3", + "tag": "h3", + "cls": "pb-2 text-lg leading-6 line-clamp-3 font-bold text-violet-title dark:text-white", + "label": "h3.pb-2.text-lg", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "p", + "tag": "p", + "cls": "", + "label": "p", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "", + "label": "a", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "header", + "tag": "header", + "cls": "block-container presentation", + "label": "header.block-container.presentation", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "footer", + "tag": "footer", + "cls": "bg-violet-2 color-secondary flex flex-col items-center py-3 px-3", + "label": "footer.bg-violet-2.color-secondary", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "main", + "tag": "main", + "cls": "px-2 py-4", + "label": "main#main.px-2.py-4", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "section", + "tag": "section", + "cls": "flex flex-col border-2 border-yellow-1 rounded-lg", + "label": "section.flex.flex-col", + "state": "default" + }, + { + "value": "opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1)", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "rounded-full border h-32 w-32", + "label": "img.rounded-full.border", + "state": "default" + }, + { + "value": "opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1)", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "img", + "tag": "img", + "cls": "transition-opacity duration-500 rounded-lg object-cover mx-auto h-full opacity-100", + "label": "img.transition-opacity.duration-500", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='btn']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[class*='button']", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#app", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div#mobilizon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container md:grid md:grid-flow-col md:items-start md:grid-cols-[auto,1fr,auto,auto] mx-auto flex flex-wrap items-center gap-2 sm:gap-4", + "label": "div.container.md:grid", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "w-full md:block md:self-center order-4 md:order-none hidden", + "label": "div#mobile-menu-2.w-full.md:block", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "container mx-auto is-widescreen", + "label": "div.container.mx-auto", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-center", + "label": "div.flex.items-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "banner-container", + "label": "div.banner-container", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1", + "label": "div.flex-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "header flex flex-col", + "label": "div.header.flex", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex self-center h-0 mt-4 items-end", + "label": "div.flex.self-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "title-container flex flex-1 flex-col text-center", + "label": "div.title-container.flex", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-center flex-col md:flex-row", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-3 justify-center", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip tooltip", + "label": "div.o-tooltip.tooltip", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-tooltip__trigger", + "label": "div.o-tooltip__trigger", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown dropdown o-dropdown--position-bottom-left", + "label": "div.o-dropdown.dropdown", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-dropdown__trigger", + "label": "div.o-dropdown__trigger", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 md:grid-cols-3 gap-2 mb-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col justify-center h-full", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "prose lg:prose-xl dark:prose-invert p-2", + "label": "div.prose.lg:prose-xl", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10 text-center", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "", + "label": "div", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 xl:grid-cols-3", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap gap-2 p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "event-preview mr-0 ml-0", + "label": "div.event-preview.mr-0", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "relative w-full", + "label": "div.relative.w-full", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex absolute bottom-2 left-2 z-10 date-component", + "label": "div.flex.absolute", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container flex flex-col rounded-lg text-center justify-center overflow-hidden items-stretch bg-white dark:bg-gray-700 text-black dark:text-white small", + "label": "div.datetime-container.flex", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-header bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-header.bg-red-400", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-content", + "label": "div.datetime-container-content", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "datetime-container-footer bg-red-400 dark:bg-red-900", + "label": "div.datetime-container-footer.bg-red-400", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 object-cover flex-none h-40 md:w-48 rounded-t-lg md:rounded-none md:rounded-l-lg", + "label": "div.flex-1.object-cover", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "h-full w-full max-w-100 min-h-[10rem]", + "label": "div.h-full.w-full", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "truncate flex gap-1", + "label": "div.truncate.flex", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex items-stretch py-3 px-1 bg-yellow-1 text-violet-title", + "label": "div.flex.items-stretch", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-1 gap-1", + "label": "div.flex.flex-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex-1 min-h-40", + "label": "div.flex-1.min-h-40", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "p-2", + "label": "div.p-2", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-col items-center mt-20 mb-10", + "label": "div.flex.flex-col", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "flex flex-wrap justify-end p-2", + "label": "div.flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "grid grid-cols-1 gap-2 mb-2 md:grid-cols-2", + "label": "div.grid.grid-cols-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "my-2", + "label": "div.my-2", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "public-container flex flex-col", + "label": "div.public-container.flex", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "o-select", + "label": "div.o-select", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "div", + "tag": "div", + "cls": "text-center flex-1 pt-2 text-yellow-1", + "label": "div.text-center.flex-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "block px-3 py-2", + "label": "span.block.px-3", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "absolute right-0 text-xs", + "label": "span.absolute.right-0", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "ltr:ml-1 rtl:mr-1 font-medium text-gray-600 dark:text-gray-300 md:ltr:ml-2 md:rtl:mr-2 line-clamp-1", + "label": "span.ltr:ml-1.rtl:mr-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "m-1", + "label": "span.m-1", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon rss-icon", + "label": "span.material-design-icon.rss-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-right", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon menu-down-icon", + "label": "span.material-design-icon.menu-down-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon email-icon", + "label": "span.material-design-icon.email-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon share-icon", + "label": "span.material-design-icon.share-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon o-button__icon o-button__icon-left", + "label": "span.o-icon.o-button__icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon dots-horizontal-icon", + "label": "span.material-design-icon.dots-horizontal-icon", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon account-group-icon", + "label": "span.material-design-icon.account-group-icon", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon information-variant-icon", + "label": "span.material-design-icon.information-variant-icon", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon earth-icon", + "label": "span.material-design-icon.earth-icon", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon calendar-icon", + "label": "span.material-design-icon.calendar-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon map-marker-icon", + "label": "span.material-design-icon.map-marker-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__wrapper", + "label": "span.o-button__wrapper", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-button__label", + "label": "span.o-button__label", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "transform 0.15s ease-out, opacity 0.3s ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "o-icon", + "label": "span.o-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "material-design-icon bullhorn-icon", + "label": "span.material-design-icon.bullhorn-icon", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "span", + "tag": "span", + "cls": "", + "label": "span", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "inline-flex items-center", + "label": "li.inline-flex.items-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "li", + "tag": "li", + "cls": "", + "label": "li", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "flex flex-col md:gap-8 md:justify-start items-center md:flex-wrap md:flex-row mt-2 md:mt-0 md:font-lightbold", + "label": "ul.flex.flex-col", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ul", + "tag": "ul", + "cls": "inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1", + "label": "ul.inline-flex.flex-wrap", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "ol", + "tag": "ol", + "cls": "inline-flex items-center space-x-1 md:space-x-3 flex-wrap", + "label": "ol.inline-flex.items-center", + "state": "default" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "button", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "peer sr-only left-1/2 top-6 z-[101] !inline-flex -translate-x-1/2 focus-visible:not-sr-only focus-visible:absolute focus-visible:!outline-none", + "label": "a.peer.sr-only", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "flex items-center flex-1", + "label": "a.flex.items-center", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block relative py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.relative", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block py-2 pr-4 pl-3 text-zinc-700 border-b border-gray-100 hover:bg-zinc-50 md:hover:bg-transparent md:border-0 md:hover:text-mbz-purple-700 md:p-0 dark:text-zinc-400 md:dark:hover:text-white dark:hover:bg-zinc-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700", + "label": "a.block.py-2", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "inline-flex items-center text-gray-800 hover:text-gray-900 dark:text-gray-200 dark:hover:text-gray-100", + "label": "a.inline-flex.items-center", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "block md:flex gap-x-2 gap-y-3 bg-white dark:bg-violet-2 rounded-lg shadow-md w-full", + "label": "a.block.md:flex", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "self-center", + "label": "a.self-center", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "", + "label": "a", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "a[href]", + "tag": "a", + "cls": "text-white underline decoration-yellow-1", + "label": "a.text-white.underline", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "select", + "tag": "select", + "cls": "text-black dark:text-white o-select__input select o-select__input--arrowed", + "label": "select#v-0-0.text-black.dark:text-white", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--primary btn-primary", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "button", + "cls": "o-button btn o-button--outlined btn-outlined-", + "label": "button.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "[role=\"button\"]", + "tag": "a", + "cls": "o-button btn o-button--text btn-text button", + "label": "a.o-button.btn", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900", + "label": "nav#navbar.bg-white.border-gray-200", + "state": ":active" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":hover" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":focus" + }, + { + "value": "all", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "selector": "nav", + "tag": "nav", + "cls": "flex mb-3", + "label": "nav.flex.mb-3", + "state": ":active" + } + ], + "cssVars": [ + { + "name": "--tw-bg-opacity", + "value": "1", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-primary", + "value": "#1e7d97", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-variant-primary", + "value": "#1e7d97", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-radio-active-background-color", + "value": "#1e7d97", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-switch-checked-background", + "value": "#1e7d97", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-checkbox-background-color", + "value": "white", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-checkbox-active-background-color", + "value": "white", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-primary-invert", + "value": "#ffffff", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-secondary", + "value": "#6c757d", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-secondary-invert", + "value": "#ffffff", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-success", + "value": "#006724", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-success-invert", + "value": "#ffffff", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-info", + "value": "#005c98", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-info-invert", + "value": "#ffffff", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-warning", + "value": "#f4c300", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-warning-invert", + "value": "#000000", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-danger", + "value": "#b60000", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-danger-invert", + "value": "#ffffff", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-white", + "value": "#ffffff", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-black", + "value": "#000000", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-grey", + "value": "#7a7a7a", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-grey-light", + "value": "#b5b5b5", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-grey-lighter", + "value": "#dbdbdb", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-grey-dark", + "value": "#4a4a4a", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-focus", + "value": "rgba(68, 94, 0, .25)", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-size-small", + "value": ".75rem", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-size-medium", + "value": "1.25rem", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-size-large", + "value": "1.5rem", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-base-font-family", + "value": "system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-base-font-size", + "value": "1rem", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-base-font-weight", + "value": "400", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-base-border-radius", + "value": "4px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-base-border-radius-rounded", + "value": "9999px", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-base-line-height", + "value": "1.5", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-base-disabled-opacity", + "value": ".5", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-transition-duration", + "value": ".15s", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + }, + { + "name": "--oruga-transition-timing", + "value": "ease-out", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "routes": [ + "@aldil_lyon" + ] + } + ], + "snapshots": [ + { + "tag": "button", + "text": "Suivre", + "type": "button", + "placeholder": null, + "role": "button", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "background-color": "rgb(30, 125, 151)", + "color": "rgb(255, 255, 255)", + "border-top-width": "1px", + "border-right-width": "1px", + "border-bottom-width": "1px", + "border-left-width": "1px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "4px", + "outline-width": "2px", + "outline-style": "solid", + "outline-offset": "2px", + "padding-top": "8px", + "padding-right": "16px", + "padding-bottom": "8px", + "padding-left": "16px", + "font-size": "16px", + "font-weight": "700", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "" + }, + { + "tag": "a", + "text": "Passer au contenu principal", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "color": "rgb(0, 0, 0)", + "border-top-color": "rgb(229, 231, 235)", + "border-right-color": "rgb(229, 231, 235)", + "border-bottom-color": "rgb(229, 231, 235)", + "border-left-color": "rgb(229, 231, 235)", + "border-top-width": "0px", + "border-right-width": "0px", + "border-bottom-width": "0px", + "border-left-width": "0px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "0px", + "outline-color": "rgb(0, 0, 0)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "0px", + "padding-right": "0px", + "padding-bottom": "0px", + "padding-left": "0px", + "font-size": "16px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "Passer au contenu principal" + }, + { + "tag": "a", + "text": "Retour à la page d'accueil", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "color": "rgb(0, 0, 0)", + "border-top-color": "rgb(229, 231, 235)", + "border-right-color": "rgb(229, 231, 235)", + "border-bottom-color": "rgb(229, 231, 235)", + "border-left-color": "rgb(229, 231, 235)", + "border-top-width": "0px", + "border-right-width": "0px", + "border-bottom-width": "0px", + "border-left-width": "0px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "0px", + "outline-color": "rgb(0, 0, 0)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "0px", + "padding-right": "0px", + "padding-bottom": "0px", + "padding-left": "0px", + "font-size": "16px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "Mobilizon Logo" + }, + { + "tag": "a", + "text": "Rechercher", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "color": "rgb(63, 63, 70)", + "border-top-color": "rgb(243, 244, 246)", + "border-right-color": "rgb(243, 244, 246)", + "border-bottom-color": "rgb(243, 244, 246)", + "border-left-color": "rgb(243, 244, 246)", + "border-top-width": "0px", + "border-right-width": "0px", + "border-bottom-width": "0px", + "border-left-width": "0px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "0px", + "outline-color": "rgb(63, 63, 70)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "0px", + "padding-right": "0px", + "padding-bottom": "0px", + "padding-left": "0px", + "font-size": "16px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "Rechercher" + }, + { + "tag": "a", + "text": "Mes groupes", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "color": "rgb(31, 41, 55)", + "border-top-color": "rgb(229, 231, 235)", + "border-right-color": "rgb(229, 231, 235)", + "border-bottom-color": "rgb(229, 231, 235)", + "border-left-color": "rgb(229, 231, 235)", + "border-top-width": "0px", + "border-right-width": "0px", + "border-bottom-width": "0px", + "border-left-width": "0px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "0px", + "outline-color": "rgb(31, 41, 55)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "0px", + "padding-right": "0px", + "padding-bottom": "0px", + "padding-left": "0px", + "font-size": "16px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "Mes groupes" + }, + { + "tag": "a", + "text": "Contact", + "type": null, + "placeholder": null, + "role": "button", + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "color": "rgb(0, 0, 0)", + "border-top-color": "rgb(30, 125, 151)", + "border-right-color": "rgb(30, 125, 151)", + "border-bottom-color": "rgb(30, 125, 151)", + "border-left-color": "rgb(30, 125, 151)", + "border-top-width": "1px", + "border-right-width": "1px", + "border-bottom-width": "1px", + "border-left-width": "1px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "4px", + "outline-width": "2px", + "outline-style": "solid", + "outline-offset": "2px", + "padding-top": "8px", + "padding-right": "16px", + "padding-bottom": "8px", + "padding-left": "16px", + "font-size": "16px", + "font-weight": "600", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "Contact" + }, + { + "tag": "a", + "text": "Voir tous", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "color": "rgb(60, 55, 110)", + "border-top-color": "rgb(229, 231, 235)", + "border-right-color": "rgb(229, 231, 235)", + "border-bottom-color": "rgb(229, 231, 235)", + "border-left-color": "rgb(229, 231, 235)", + "border-top-width": "0px", + "border-right-width": "0px", + "border-bottom-width": "0px", + "border-left-width": "0px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "0px", + "outline-color": "rgb(60, 55, 110)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "0px", + "padding-right": "0px", + "padding-bottom": "0px", + "padding-left": "0px", + "font-size": "16px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "Voir tous" + }, + { + "tag": "a", + "text": "À propos", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "color": "rgb(255, 255, 255)", + "border-top-color": "rgb(229, 231, 235)", + "border-right-color": "rgb(229, 231, 235)", + "border-bottom-color": "rgb(229, 231, 235)", + "border-left-color": "rgb(229, 231, 235)", + "border-top-width": "0px", + "border-right-width": "0px", + "border-bottom-width": "0px", + "border-left-width": "0px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "0px", + "outline-color": "rgb(255, 255, 255)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "0px", + "padding-right": "0px", + "padding-bottom": "0px", + "padding-left": "0px", + "font-size": "18px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "28px", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "À propos" + }, + { + "tag": "a", + "text": "mobilizon.org", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "color": "rgb(255, 255, 255)", + "border-top-color": "rgb(229, 231, 235)", + "border-right-color": "rgb(229, 231, 235)", + "border-bottom-color": "rgb(229, 231, 235)", + "border-left-color": "rgb(229, 231, 235)", + "border-top-width": "0px", + "border-right-width": "0px", + "border-bottom-width": "0px", + "border-left-width": "0px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "0px", + "outline-color": "rgb(255, 255, 255)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "0px", + "padding-right": "0px", + "padding-bottom": "0px", + "padding-left": "0px", + "font-size": "16px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "text-decoration-line": "underline", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "Mobilizon" + }, + { + "tag": "select", + "text": "Langue", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "background-color": "rgb(255, 255, 255)", + "color": "rgb(54, 54, 54)", + "border-top-width": "2px", + "border-right-width": "2px", + "border-bottom-width": "2px", + "border-left-width": "2px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "4px", + "box-shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px", + "outline-color": "rgb(54, 54, 54)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "3px", + "padding-right": "32px", + "padding-bottom": "3px", + "padding-left": "8px", + "font-size": "16px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1", + "cursor": "pointer" + } + }, + "html": "" + }, + { + "tag": "nav", + "text": "Mobilizon LogoRechercherCalendrier(beta)Se connecterS'inscri", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "background-color": "rgb(255, 255, 255)", + "color": "rgb(0, 0, 0)", + "border-top-color": "rgb(229, 231, 235)", + "border-right-color": "rgb(229, 231, 235)", + "border-bottom-color": "rgb(229, 231, 235)", + "border-left-color": "rgb(229, 231, 235)", + "border-top-width": "0px", + "border-right-width": "0px", + "border-bottom-width": "0px", + "border-left-width": "0px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "0px", + "outline-color": "rgb(0, 0, 0)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "10px", + "padding-right": "16px", + "padding-bottom": "10px", + "padding-left": "16px", + "font-size": "16px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1" + } + }, + "html": "" + }, + { + "tag": "nav", + "text": "Fil d'Ariane", + "type": null, + "placeholder": null, + "role": null, + "route": "/@aldil_lyon", + "routeLabel": "@aldil_lyon", + "states": { + "default": { + "color": "rgb(0, 0, 0)", + "border-top-color": "rgb(229, 231, 235)", + "border-right-color": "rgb(229, 231, 235)", + "border-bottom-color": "rgb(229, 231, 235)", + "border-left-color": "rgb(229, 231, 235)", + "border-top-width": "0px", + "border-right-width": "0px", + "border-bottom-width": "0px", + "border-left-width": "0px", + "border-top-style": "solid", + "border-right-style": "solid", + "border-bottom-style": "solid", + "border-left-style": "solid", + "border-radius": "0px", + "outline-color": "rgb(0, 0, 0)", + "outline-width": "3px", + "outline-offset": "0px", + "padding-top": "0px", + "padding-right": "0px", + "padding-bottom": "0px", + "padding-left": "0px", + "font-size": "16px", + "font-weight": "400", + "font-family": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif", + "line-height": "24px", + "opacity": "1" + } + }, + "html": "" + } + ] +} \ No newline at end of file diff --git a/penpot/mobilizon.penpot b/penpot/mobilizon.penpot new file mode 100644 index 0000000..f8cdc48 Binary files /dev/null and b/penpot/mobilizon.penpot differ