« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 3 804 : | Ligne 3 804 : | ||
.adv-sat-text { | .adv-sat-text { | ||
font-size: 10px; | font-size: 10px !important; | ||
font-weight: 400; | font-weight: 400; | ||
color: #2A2520; | color: #2A2520; | ||
line-height: 1.05; | line-height: 1.05 !important; | ||
text-decoration: none; | text-decoration: none; | ||
transition: color 0.2s ease; | transition: color 0.2s ease; | ||
| Ligne 3 815 : | Ligne 3 815 : | ||
color: inherit; | color: inherit; | ||
text-decoration: none; | text-decoration: none; | ||
line-height: 1.05 !important; | |||
font-size: 10px !important; | |||
} | } | ||
.adv-sat-text | /* MediaWiki wraps wiki links in <p> tags — override their inherited styles */ | ||
text- | .adv-sat-text p { | ||
margin: 0 !important; | |||
padding: 0 !important; | |||
line-height: 1.05 !important; | |||
font-size: 10px !important; | |||
} | |||
.adv-satellite p { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
line-height: 1.05 !important; | |||
font-size: 10px !important; | |||
} | |||
.mw-body-content .adv-sat-text, | |||
.mw-body-content .adv-sat-text a, | |||
.mw-body-content .adv-sat-text p, | |||
.mw-body-content .adv-sat-text p a, | |||
.mw-body-content .adv-satellite p, | |||
.mw-body-content .adv-satellite p a { | |||
font-size: 10px !important; | |||
line-height: 1.05 !important; | |||
} | } | ||