Modèle:Box/style.css

De GrandTerrier

< Modèle:Box

Révision datée du 6 juin 2023 à 10:14 par GdTerrier (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

.mw-tpl-colorbox {
 margin: 0;
 padding: 0;
 box-sizing: content-box;
 border: none;
 background: transparent;
 background-color: transparent;
}

.mw-tpl-colorbox-title {
 background: #eaecf0;
 color: #000000;
 padding: 0.5em 1em 0.5em 1em;
}

.mw-tpl-colorbox-title-icon {
 opacity: 0.8;
}

.mw-tpl-colorbox-title-corner {
 float: right;
 font-size: 0.7em;
}

.mw-tpl-colorbox-content {
  margin: 0;
  padding: 0;
  padding-right: 1em;
  text-align:justify; 
  text-justify:auto;
}

.mw-tpl-colorbox-content::after {
	content: "";
	display: block;
	clear: both;
}