« MediaWiki:Common.css » : différence entre les versions
aucun résumé des modifications
(Annulation des modifications 25716 de Ducdesaintamand (discussion)) Balise : Annulation |
Aucun résumé des modifications |
||
| Ligne 328 : | Ligne 328 : | ||
.mw-body-content .FichePNJNL.fiche-pnj-animal .bandeau-pnj b { | .mw-body-content .FichePNJNL.fiche-pnj-animal .bandeau-pnj b { | ||
color: #7A5C26 !important; | color: #7A5C26 !important; | ||
} | |||
/* ================================================= */ | |||
/* Affichage mobile — Pleine largeur (ciblé) */ | |||
/* ================================================= */ | |||
@media screen and (max-width: 768px) { | |||
.mw-parser-output > .FichePNJNL { | |||
float: none !important; | |||
width: 100% !important; | |||
max-width: 100% !important; | |||
margin: 0 0 1em 0 !important; | |||
} | |||
.mw-parser-output > .contexte-scenario { | |||
float: none !important; | |||
width: 100% !important; | |||
max-width: 100% !important; | |||
margin: 0 0 1em 0 !important; | |||
} | |||
} | } | ||