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

De Ghiblines
Page créée avec « →‎Le CSS placé ici sera appliqué à tous les habillages. : .tag { display: inline-block; padding: 0.2em 0.6em; margin-right: 0.3em; border-radius: 6px; font-size: 0.8em; font-weight: 600; color: white; } .tag-Danger { background-color: #d32f2f; →‎rouge : } .tag-Bienfaiteur { background-color: #43a047; →‎vert : } .tag-Ambigu { background-color: #ffb300; →‎jaune : } .tag-CBF3 { background-color: #3949ab; →‎bleu : } .tag-Confid... »
(Aucune différence)

Version du 16 octobre 2025 à 12:06

/* Le CSS placé ici sera appliqué à tous les habillages. */
.tag {
  display: inline-block;
  padding: 0.2em 0.6em;
  margin-right: 0.3em;
  border-radius: 6px;
  font-size: 0.8em;
  font-weight: 600;
  color: white;
}

.tag-Danger {
  background-color: #d32f2f; /* rouge */
}

.tag-Bienfaiteur {
  background-color: #43a047; /* vert */
}

.tag-Ambigu {
  background-color: #ffb300; /* jaune */
}

.tag-CBF3 {
  background-color: #3949ab; /* bleu */
}

.tag-Confidentiel {
  background-color: #6a1b9a; /* violet */
}