« Modèle:Box/style.css » : différence entre les versions

De GrandTerrier
(Page créée avec « .mw-tpl-colorbox { box-sizing: border-box; margin: 0.5em 0.5em 1em 0.5em; border-radius: 0.2em; background: #fff; box-shadow: 0 0 0.2em #999999; } .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 { padding: 0.5em 1em 0.5em 1em; } .mw-tpl-colorbox-content::after { con... »)
 
Aucun résumé des modifications
Balise : Révocation manuelle
 
(14 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
.mw-tpl-colorbox {
.mw-tpl-colorbox {
  box-sizing: border-box;
margin: 0;
margin: 0.5em 0.5em 1em 0.5em;
padding: 0;
  border-radius: 0.2em;
  box-sizing: content-box;
  background: #fff;
  border: none;
  box-shadow: 0 0 0.2em #999999;
  background: transparent;
  background-color: transparent;
}
}


Ligne 23 : Ligne 24 :


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



Version actuelle datée du 6 juin 2023 à 10:14

.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;
}