« Modèle:Discord/styles.css » : différence entre les versions
De Nefald
Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 25 : | Ligne 25 : | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
gap: | gap: 5px; | ||
text-decoration: none; | text-decoration: none; | ||
color: var(--color- | color: var(--color-base); | ||
font-weight: 500; | font-weight: 500; | ||
padding: 1px 6px 1px 4px; | padding: 1px 6px 1px 4px; | ||
| Ligne 53 : | Ligne 53 : | ||
position: relative; | position: relative; | ||
top: -1px; | top: -1px; | ||
} | |||
/* Le chevron séparateur › */ | |||
.discord-inline__chevron { | |||
color: var(--color-subtle); | |||
font-size: 0.85em; | |||
font-weight: 300; | |||
line-height: 1; | |||
margin: 0 1px; | |||
} | |||
/* Le #chan */ | |||
.discord-inline__channel { | |||
color: var(--color-link); | |||
font-weight: 600; | |||
} | } | ||
| Ligne 90 : | Ligne 105 : | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
margin-right: | margin-right: 8px; | ||
flex-shrink: 0; | flex-shrink: 0; | ||
} | } | ||
| Ligne 102 : | Ligne 117 : | ||
.discord-badge__server { | .discord-badge__server { | ||
color: var(--color- | color: var(--color-base); | ||
font-size: 0. | font-size: 0.85em; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
| Ligne 110 : | Ligne 125 : | ||
color: var(--color-subtle); | color: var(--color-subtle); | ||
margin: 0 5px; | margin: 0 5px; | ||
font-size: 0. | font-size: 0.85em; | ||
font-weight: 300; | |||
} | |||
.discord-badge__channel::before { | |||
content: '#'; | |||
color: var(--color-subtle); | |||
font-weight: 400; | |||
margin-right: 1px; | |||
} | } | ||