« 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... »
 
Aucun résumé des modifications
Ligne 10 : Ligne 10 :
}
}


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


.tag-Bienfaiteur {
.tag-Bienfaiteur {
Ligne 22 : Ligne 19 :
}
}


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


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

Version du 16 octobre 2025 à 12:07

/* 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-Bienfaiteur {
  background-color: #43a047; /* vert */
}

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

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

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

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