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

De Nephilim Wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
/* === Polices Nephilim === */
/* === Polices Nephilim === */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');
/* Encart Point de Règle — conteneur */
.nephilim-regle {
  margin: 1em 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(30,27,22,0.2), 0 0 0 1px rgba(51,48,42,0.12);
  font-family: 'EB Garamond', Georgia, serif;
}
/* Encart — en-tête */
.nephilim-regle-header {
  display: flex;
  align-items: center;
  gap: 0.75em;
  background: linear-gradient(135deg, #33302A, #3D3930);
  padding: 0.6em 1em;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.85em;
  color: #F7F6F2;
  letter-spacing: 0.04em;
}
/* Encart — icône */
.nephilim-regle-icon {
  width: 28px;
  height: 28px;
  border: 1.5px solid #B8975C;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #D4B87A;
  background: rgba(184,151,92,0.15);
  flex-shrink: 0;
}
/* Encart — mention édition */
.nephilim-regle-edition {
  opacity: 0.6;
  font-weight: 400;
  font-size: 0.85em;
  margin-left: 0.4em;
}
/* Encart — contenu */
.nephilim-regle-contenu {
  background: #E8E4D8;
  border-top: 2px solid #B8975C;
  padding: 1em 1.2em;
  line-height: 1.7;
  color: #2A2520;
}


.pointderègle {
.pointderègle {

Version du 13 février 2026 à 11:26

/* Le CSS placé ici sera appliqué à tous les habillages. */

/* === Polices Nephilim === */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');

/* Encart Point de Règle — conteneur */
.nephilim-regle {
  margin: 1em 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(30,27,22,0.2), 0 0 0 1px rgba(51,48,42,0.12);
  font-family: 'EB Garamond', Georgia, serif;
}

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

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

/* Encart — mention édition */
.nephilim-regle-edition {
  opacity: 0.6;
  font-weight: 400;
  font-size: 0.85em;
  margin-left: 0.4em;
}

/* Encart — contenu */
.nephilim-regle-contenu {
  background: #E8E4D8;
  border-top: 2px solid #B8975C;
  padding: 1em 1.2em;
  line-height: 1.7;
  color: #2A2520;
}

.pointderègle {
	box-shadow: 0 0 0.3rem #999;
	border-radius: 0.2rem;
	padding: 1.2rem;
	margin-bottom: 1.6rem;
}