« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 803 : | Ligne 803 : | ||
/* === GAMME ( | /* === GAMME (Pastilles d'éditions) === */ | ||
.nph-gamme { | .nph-gamme { | ||
background: #FFFFFF; | background: #FFFFFF; | ||
border-radius: 8px; | border-radius: 8px; | ||
padding: 1rem | padding: 0.6rem 1rem; | ||
box-shadow: 0 1px 4px rgba(0,0,0,0.06); | box-shadow: 0 1px 4px rgba(0,0,0,0.06); | ||
} | } | ||
| Ligne 830 : | Ligne 830 : | ||
} | } | ||
.nph-gamme-editions { | .nph-gamme-editions { | ||
margin-top: 0. | margin-top: 0.35rem; | ||
} | } | ||
.nph-gamme-row { | .nph-gamme-row { | ||
| Ligne 836 : | Ligne 836 : | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
align-items: center; | align-items: center; | ||
gap: 0. | gap: 0.3rem; | ||
margin-bottom: 0. | margin-bottom: 0.25rem; | ||
} | } | ||
.nph-gamme-row:last-child { | .nph-gamme-row:last-child { | ||
| Ligne 849 : | Ligne 849 : | ||
letter-spacing: 0.1em; | letter-spacing: 0.1em; | ||
color: #C49A2A; | color: #C49A2A; | ||
min-width: | min-width: 110px; | ||
flex-shrink: 0; | flex-shrink: 0; | ||
} | } | ||
| Ligne 855 : | Ligne 855 : | ||
display: inline-block; | display: inline-block; | ||
font-size: 0.75rem; | font-size: 0.75rem; | ||
padding: 0. | padding: 0.15rem 0.55rem; | ||
border-radius: 4px; | border-radius: 4px; | ||
background: #F0EBE0; | background: #F0EBE0; | ||
| Ligne 878 : | Ligne 878 : | ||
} | } | ||
.nph-gamme-links { | .nph-gamme-links { | ||
margin-top: 0. | margin-top: 0.35rem; | ||
padding-top: 0. | padding-top: 0.35rem; | ||
border-top: 1px solid rgba(196,154,42,0.2); | border-top: 1px solid rgba(196,154,42,0.2); | ||
font-size: 0.8rem; | font-size: 0.8rem; | ||