« Modèle:Roadmap/styles.css » : différence entre les versions
De Nefald
Autres actions
m tags |
m couleurs interverties planned <---> inprogress |
||
| Ligne 79 : | Ligne 79 : | ||
/* --- Couleurs par statut : stats --- */ | /* --- Couleurs par statut : stats --- */ | ||
.roadmap-stat- | /* Échelle : idea (violet) → planned (orange) → inprogress (bleu) → done (vert) */ | ||
background: # | |||
border-color: # | .roadmap-stat-idea { | ||
background: #f3e5f5; | |||
border-color: #ce93d8; | |||
} | } | ||
.roadmap-stat- | .roadmap-stat-idea .roadmap-stat-count { | ||
color: # | color: #7b1fa2; | ||
} | } | ||
.roadmap-stat- | |||
.roadmap-stat-planned { | |||
background: #fff8e1; | background: #fff8e1; | ||
border-color: #ffe082; | border-color: #ffe082; | ||
} | } | ||
.roadmap-stat- | .roadmap-stat-planned .roadmap-stat-count { | ||
color: #f57f17; | color: #f57f17; | ||
} | } | ||
.roadmap-stat- | |||
.roadmap-stat-inprogress { | |||
background: #e3ecfa; | background: #e3ecfa; | ||
border-color: #90b4e8; | border-color: #90b4e8; | ||
} | } | ||
.roadmap-stat- | .roadmap-stat-inprogress .roadmap-stat-count { | ||
color: #1a56a8; | color: #1a56a8; | ||
} | } | ||
.roadmap-stat- | |||
background: # | .roadmap-stat-done { | ||
border-color: # | background: #e8f5e9; | ||
border-color: #a5d6a7; | |||
} | } | ||
.roadmap-stat- | .roadmap-stat-done .roadmap-stat-count { | ||
color: # | color: #2e7d32; | ||
} | } | ||
.roadmap-stat-cancelled { | .roadmap-stat-cancelled { | ||
background: #fce8e8; | background: #fce8e8; | ||
| Ligne 173 : | Ligne 179 : | ||
/* --- Bordure gauche par statut --- */ | /* --- Bordure gauche par statut --- */ | ||
.roadmap-item.roadmap- | /* Échelle : idea (violet) → planned (orange) → inprogress (bleu) → done (vert) */ | ||
.roadmap-item.roadmap-idea { border-left: 3px solid #7b1fa2; } | |||
} | .roadmap-item.roadmap-planned { border-left: 3px solid #f57f17; } | ||
.roadmap-item.roadmap- | .roadmap-item.roadmap-inprogress { border-left: 3px solid #1a56a8; } | ||
.roadmap-item.roadmap-done { border-left: 3px solid #2e7d32; } | |||
} | .roadmap-item.roadmap-cancelled { border-left: 3px solid #c62828; } | ||
.roadmap-item.roadmap- | |||
} | |||
.roadmap-item.roadmap- | |||
} | |||
.roadmap-item.roadmap-cancelled { | |||
} | |||
.roadmap-item-content { | .roadmap-item-content { | ||
| Ligne 218 : | Ligne 215 : | ||
/* --- Badges --- */ | /* --- Badges --- */ | ||
/* Échelle : idea (violet) → planned (orange) → inprogress (bleu) → done (vert) */ | |||
.roadmap-badge { | .roadmap-badge { | ||
display: inline-flex; | display: inline-flex; | ||
| Ligne 232 : | Ligne 230 : | ||
} | } | ||
.roadmap-badge- | .roadmap-badge-idea { background: #7b1fa2; color: #ffffff; } | ||
.roadmap-badge-planned { background: #f57f17; color: #ffffff; } | |||
.roadmap-badge-inprogress { background: #1a56a8; color: #ffffff; } | |||
} | .roadmap-badge-done { background: #2e7d32; color: #ffffff; } | ||
.roadmap-badge- | .roadmap-badge-cancelled { background: #c62828; color: #ffffff; } | ||
} | |||
.roadmap-badge- | |||
} | |||
.roadmap-badge- | |||
} | |||
.roadmap-badge-cancelled { | |||
} | |||
/* ===================================================== | /* ===================================================== | ||
| Ligne 324 : | Ligne 307 : | ||
.roadmap-tag-discord { background: #e8e0f5; color: #3a2a7a; } | .roadmap-tag-discord { background: #e8e0f5; color: #3a2a7a; } | ||
.roadmap-tag-wiki { background: #e0f5f0; color: #1a6e55; } | .roadmap-tag-wiki { background: #e0f5f0; color: #1a6e55; } | ||
/* --- Date --- */ | /* --- Date --- */ | ||
| Ligne 366 : | Ligne 347 : | ||
/* --- Responsive --- */ | /* --- Responsive --- */ | ||
@media (max-width: 640px) { | @media (max-width: 640px) { | ||
.roadmap-stats { | .roadmap-stats { padding: 0.8em 1em; gap: 0.4em; } | ||
.roadmap-stat { min-width: 55px; padding: 0.4em 0.6em; } | |||
.roadmap-item { padding: 0.6em 1em; } | |||
.roadmap-date { display: none; } | |||
.roadmap-stat { | .roadmap-header { padding: 1em; } | ||
.roadmap-section-title { padding: 0.6em 1em; } | |||
.roadmap-progress-wrap { padding: 0.6em 1em 0.8em; } | |||
.roadmap-item { | |||
.roadmap-date { | |||
.roadmap-header { | |||
.roadmap-section-title { | |||
.roadmap-progress-wrap { | |||
} | } | ||