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 260 : Ligne 260 :


/* === BANNIERE HERO === */
/* === BANNIERE HERO === */
/* === BANNIÈRE HERO === */
.nph-hero {
.nph-hero {
   background: #FBF7ED;
   background: linear-gradient(135deg, #2D1B4E 0%, #4A2D6B 60%, #5E3D7A 100%);
   border-bottom: 2px solid #E8D5A3;
   border-radius: 10px;
  padding: 1.2rem 1.5rem 1rem;
   text-align: center;
   text-align: center;
  padding: 1.8rem 2rem 1.5rem;
  position: relative;
  overflow: hidden;
   margin-bottom: 1.2rem;
   margin-bottom: 1.2rem;
   border-radius: 0 0 10px 10px;
}
.nph-hero-ornament {
  font-size: 0.5rem;
  color: rgba(232,213,163,0.3);
   letter-spacing: 0.5em;
  margin-bottom: 0.3rem;
}
}
.nph-hero-title {
.nph-hero-title {
   font-family: 'Cinzel', 'Georgia', serif;
   font-family: 'Cinzel', 'Georgia', serif;
  color: #2D1B4E;
   font-size: 1.8rem;
   font-size: 1.6rem;
   font-weight: 700;
   font-weight: 600;
   letter-spacing: 0.08em;
   letter-spacing: 0.04em;
}
   margin-bottom: 0.1rem;
.nph-hero-title a {
   color: #E8D5A3 !important;
  text-decoration: none;
}
}
.nph-hero-title small {
.nph-hero-title a:hover {
  font-size: 0.65em;
   color: #F5ECD7 !important;
   color: #8E7BA8;
  font-weight: 400;
}
}
.nph-hero-subtitle {
.nph-hero-tagline {
  font-family: 'Lora', 'Georgia', serif;
   font-style: italic;
   font-style: italic;
   color: #7A6E5E;
   color: rgba(255,255,255,0.6);
   font-size: 0.88rem;
   font-size: 0.95rem;
   margin-bottom: 0.6rem;
   margin-top: 0.2rem;
}
.nph-hero-badge {
  display: inline-block;
  margin-top: 0.7rem;
  font-family: 'Cinzel', 'Georgia', serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #C49A2A;
  border: 1px solid rgba(196,154,42,0.4);
  padding: 0.2rem 1rem;
  border-radius: 20px;
}
}
.nph-hero-nav {
.nph-hero-nav {
   margin-bottom: 0.4rem;
   margin-top: 1rem;
  font-size: 0.85rem;
}
}
.nph-hero-nav a {
.nph-hero-nav a {
   color: #6B4D8A !important;
   color: rgba(255,255,255,0.85) !important;
   text-decoration: none;
   text-decoration: none;
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}
}
.nph-hero-nav a:hover {
.nph-hero-nav a:hover {
   color: #2D1B4E !important;
   color: #E8D5A3 !important;
  background: rgba(196,154,42,0.15);
  text-decoration: none;
}
}
.nph-hero-sep {
.nph-hero-sep {
   color: #E0D5C0;
   color: rgba(196,154,42,0.5);
   margin: 0 1px;
   margin: 0 0.4rem;
}
}
.nph-hero-stats {
.nph-hero-stats {
  margin-top: 0.6rem;
   font-size: 0.78rem;
   font-size: 0.78rem;
   color: #7A6E5E;
   color: rgba(255,255,255,0.45);
}
}
.nph-hero-stats b,
.nph-hero-stats strong {
.nph-hero-stats strong {
   color: #4A2D6B;
   color: #E8D5A3;
  font-weight: 700;
}
}