Aller au contenu

« 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 456 : Ligne 3 456 :
.infobox-arcane-majeur .iam-label {
.infobox-arcane-majeur .iam-label {
     color: #64748b;
     color: #64748b;
     font-weight: 500;
     font-weight: 400;
     flex-shrink: 0;
     flex-shrink: 0;
}
}
Ligne 3 464 : Ligne 3 464 :
     text-align: right;
     text-align: right;
     max-width: 55%;
     max-width: 55%;
    margin-left: auto;
}
}


Ligne 3 487 : Ligne 3 488 :
     font-size: 13px;
     font-size: 13px;
     color: #64748b;
     color: #64748b;
     font-weight: 500;
     font-weight: 400;
}
}


Ligne 3 554 : Ligne 3 555 :
     line-height: 2;
     line-height: 2;
     color: #374151;
     color: #374151;
}
/* Masquer les <br /> pour que les arcanes s'affichent en ligne */
.infobox-arcane-majeur .iam-rel-tags br {
    display: none;
}
/* Idem pour les valeurs de champs (ex: arkana avec plusieurs <br />) */
.infobox-arcane-majeur .iam-row .iam-value br {
    display: none;
}
}