« MediaWiki:Common.css » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 051 : Ligne 2 051 :
   color: #F0E0D0 !important;
   color: #F0E0D0 !important;


}
/* ============================================
  Modèle {{Définition}} — Cadres de définition
  Style A+C : filet latéral + badge d'édition
  ============================================ */
/* Cadre de base */
.def-cadre {
    border-left: 4px solid #999;
    padding: .8em 1.2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: 0 3px 3px 0;
}
/* Badge d'édition */
.def-badge {
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: .7em;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .15em .55em;
    border-radius: 3px;
    color: #fff;
    margin-bottom: .5em;
    line-height: 1.4;
}
/* Texte de la définition */
.def-texte {
    font-size: .95em;
    line-height: 1.55;
}
/* Source */
.def-source {
    margin-top: .5em;
    font-size: .82em;
    color: #888;
    font-style: italic;
}
/* --- Nephilim Légende (5e) — Pourpre --- */
.def-nl {
    border-left-color: #574B6B;
}
.def-badge-nl {
    background-color: #7B6D92;
}
/* --- Nephilim Anniversaire (4e) — Bordeaux --- */
.def-n4 {
    border-left-color: #6B4548;
}
.def-badge-n4 {
    background-color: #8E6568;
}
/* --- Nephilim Révélation (3e) — Bleu nuit --- */
.def-nr {
    border-left-color: #4A5568;
}
.def-badge-nr {
    background-color: #6B7A8E;
}
/* --- Nephilim 2e édition — Olive --- */
.def-n2 {
    border-left-color: #727a68;
}
.def-badge-n2 {
    background-color: #8E9680;
}
/* --- Nephilim 1ère édition — Brun chaud --- */
.def-n1 {
    border-left-color: #6B5D4F;
}
.def-badge-n1 {
    background-color: #8E7E6E;
}
/* --- Contenu natif du wiki — Ambre/Parchemin --- */
.def-wiki {
    border-left-color: #A08050;
}
.def-badge-wiki {
    background-color: #B89860;
}
}