« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 12 : | Ligne 12 : | ||
/* === Import Google Fonts (optionnel, à mettre tout en haut du fichier) === */ | /* === Import Google Fonts (optionnel, à mettre tout en haut du fichier) === */ | ||
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;1,400&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lora:ital,wght@0,400;0,500;1,400&display=swap'); | ||
| Ligne 363 : | Ligne 363 : | ||
.nph-card-header .nph-card-title { | .nph-card-header .nph-card-title { | ||
font-family: 'Cinzel', 'Georgia', serif; | font-family: 'Cinzel', 'Georgia', serif; | ||
font-size: 0. | font-size: 0.92rem; | ||
font-weight: | font-weight: 600; | ||
color: #2D1B4E; | color: #2D1B4E; | ||
letter-spacing: 0. | letter-spacing: 0.02em; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
| Ligne 456 : | Ligne 455 : | ||
} | } | ||
.nph-table-flat td:first-child { | .nph-table-flat td:first-child { | ||
font-weight: | font-weight: 400; | ||
color: #4A2D6B; | color: #4A2D6B; | ||
white-space: nowrap; | white-space: nowrap; | ||
width: 140px; | width: 140px; | ||
} | |||
.nph-table-flat td:first-child b, | |||
.nph-table-flat td:first-child strong { | |||
font-weight: 500; | |||
} | |||
.nph-card-body b, | |||
.nph-card-body strong { | |||
font-weight: 500; | |||
} | } | ||
.nph-table-flat a { | .nph-table-flat a { | ||