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 7 : Ligne 7 :
.nephilim-regle {
.nephilim-regle {
   margin: 1em 0;
   margin: 1em 0;
   border-radius: 6px;
   border-radius: 8px;
   overflow: hidden;
   overflow: hidden;
   box-shadow: 0 2px 12px rgba(30,27,22,0.2), 0 0 0 1px rgba(51,48,42,0.12);
  background: #E8E4D8;
  border: 2px solid #33302A;
   box-shadow: 0 3px 16px rgba(30,27,22,0.2);
   font-family: 'EB Garamond', Georgia, serif;
   font-family: 'EB Garamond', Georgia, serif;
}
}


/* Encart — en-tête */
/* Encart — en-tête (olive du Style C) */
.nephilim-regle-header {
.nephilim-regle-header {
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   gap: 0.75em;
   gap: 0.8em;
   background: linear-gradient(135deg, #33302A, #3D3930);
   background: linear-gradient(135deg, #6B7260, #7A837C);
   padding: 0.6em 1em;
   padding: 0.7em 1em;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.85em;
   color: #F7F6F2;
   color: #F7F6F2;
  letter-spacing: 0.04em;
}
}


/* Encart — icône */
/* Encart — icône sceau */
.nephilim-regle-icon {
.nephilim-regle-icon {
   width: 28px;
   width: 32px;
   height: 28px;
   height: 32px;
   border: 1.5px solid #B8975C;
   border: 1.5px solid rgba(255,255,255,0.3);
   border-radius: 50%;
   border-radius: 4px;
  background: rgba(0,0,0,0.15);
   display: inline-flex;
   display: inline-flex;
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
   font-size: 14px;
   font-size: 16px;
   color: #D4B87A;
   color: #D4B87A;
  background: rgba(184,151,92,0.15);
   flex-shrink: 0;
   flex-shrink: 0;
}
}


/* Encart — mention édition */
/* Encart — titre principal */
.nephilim-regle-titre {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.88em;
  letter-spacing: 0.03em;
  color: #F7F6F2;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
 
/* Encart — sous-titre édition */
.nephilim-regle-edition {
.nephilim-regle-edition {
   opacity: 0.6;
   display: block;
  font-family: 'Crimson Text', serif;
   font-weight: 400;
   font-weight: 400;
   font-size: 0.85em;
   font-size: 0.72em;
   margin-left: 0.4em;
   opacity: 0.7;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 1px;
}
}


/* Encart — contenu */
/* Encart — contenu */
.nephilim-regle-contenu {
.nephilim-regle-contenu {
  background: #E8E4D8;
  border-top: 2px solid #B8975C;
   padding: 1em 1.2em;
   padding: 1em 1.2em;
   line-height: 1.7;
   line-height: 1.7;
   color: #2A2520;
   color: #2A2520;
  border-top: 1px solid rgba(51,48,42,0.15);
}
}