« MediaWiki:Citizen.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Aucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 54 : | Ligne 54 : | ||
--nefald-accent: oklch(53.25% 0.1679 230); | --nefald-accent: oklch(53.25% 0.1679 230); | ||
--nefald-accent-subtle: oklch(93% 0.05 230); | --nefald-accent-subtle: oklch(93% 0.05 230); | ||
/* Recherche dans la page */ | |||
--nefald-highlight-bg: oklch(90% 0.18 85); | |||
--nefald-highlight-text: oklch(25% 0.08 75); | |||
--nefald-highlight-active-bg: oklch(78% 0.20 60); | |||
--nefald-highlight-active-text: oklch(20% 0.10 55); | |||
--nefald-highlight-active-outline: oklch(65% 0.22 55); | |||
/* -- Variables Roadmap (dérivées de la palette) -- */ | /* -- Variables Roadmap (dérivées de la palette) -- */ | ||
| Ligne 99 : | Ligne 106 : | ||
--nefald-neutral-border: oklch(45% 0.02 230); | --nefald-neutral-border: oklch(45% 0.02 230); | ||
--nefald-tip-bg: oklch(25% 0.07 310); | --nefald-tip-bg: oklch(25% 0.07 310); | ||
--nefald-tip-text: oklch(80% 0.12 310); | --nefald-tip-text: oklch(80% 0.12 310); | ||
--nefald-tip-border: oklch(50% 0.16 310); | --nefald-tip-border: oklch(50% 0.16 310); | ||
--nefald-question-bg: oklch(25% 0.06 200); | --nefald-question-bg: oklch(25% 0.06 200); | ||
--nefald-question-text: oklch(80% 0.11 200); | --nefald-question-text: oklch(80% 0.11 200); | ||
| Ligne 111 : | Ligne 116 : | ||
--nefald-accent: oklch(65% 0.18 230); | --nefald-accent: oklch(65% 0.18 230); | ||
--nefald-accent-subtle: oklch(28% 0.07 230); | --nefald-accent-subtle: oklch(28% 0.07 230); | ||
/* Recherche dans la page */ | |||
--nefald-highlight-bg: oklch(45% 0.18 85); | |||
--nefald-highlight-text: oklch(95% 0.05 85); | |||
--nefald-highlight-active-bg: oklch(58% 0.22 60); | |||
--nefald-highlight-active-text: oklch(98% 0.02 60); | |||
--nefald-highlight-active-outline: oklch(70% 0.22 55); | |||
} | } | ||
| Ligne 136 : | Ligne 148 : | ||
--nefald-neutral-border: oklch(45% 0.02 230); | --nefald-neutral-border: oklch(45% 0.02 230); | ||
--nefald-tip-bg: oklch(25% 0.07 310); | --nefald-tip-bg: oklch(25% 0.07 310); | ||
--nefald-tip-text: oklch(80% 0.12 310); | --nefald-tip-text: oklch(80% 0.12 310); | ||
--nefald-tip-border: oklch(50% 0.16 310); | --nefald-tip-border: oklch(50% 0.16 310); | ||
--nefald-question-bg: oklch(25% 0.06 200); | --nefald-question-bg: oklch(25% 0.06 200); | ||
--nefald-question-text: oklch(80% 0.11 200); | --nefald-question-text: oklch(80% 0.11 200); | ||
| Ligne 148 : | Ligne 158 : | ||
--nefald-accent: oklch(65% 0.18 230); | --nefald-accent: oklch(65% 0.18 230); | ||
--nefald-accent-subtle: oklch(28% 0.07 230); | --nefald-accent-subtle: oklch(28% 0.07 230); | ||
/* Recherche dans la page */ | |||
--nefald-highlight-bg: oklch(45% 0.18 85); | |||
--nefald-highlight-text: oklch(95% 0.05 85); | |||
--nefald-highlight-active-bg: oklch(58% 0.22 60); | |||
--nefald-highlight-active-text: oklch(98% 0.02 60); | |||
--nefald-highlight-active-outline: oklch(70% 0.22 55); | |||
} | } | ||
} | } | ||
| Ligne 364 : | Ligne 381 : | ||
width: auto; | width: auto; | ||
height: 32px; | height: 32px; | ||
} | |||
/* ============================================================ | |||
* 7. MODÈLE:RECHERCHE — Surlignage | |||
* ============================================================ */ | |||
.nefald-highlight { | |||
background-color: var(--nefald-highlight-bg); | |||
color: var(--nefald-highlight-text); | |||
border-radius: 2px; | |||
padding: 0 2px; | |||
} | |||
.nefald-highlight--active { | |||
background-color: var(--nefald-highlight-active-bg); | |||
color: var(--nefald-highlight-active-text); | |||
outline: 2px solid var(--nefald-highlight-active-outline); | |||
outline-offset: 1px; | |||
} | } | ||