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

De GrandTerrier
(Page créée avec « .mw-tpl-citation { margin: 0; padding: 0; box-sizing: content-box; border: none; background: transparent; background-color: transparent; } .mw-tpl-citation-title { background: #eaecf0; color: #000000; padding: 0.5em 1em 0.5em 1em; } .mw-tpl-citation-title-icon { opacity: 0.8; } .mw-tpl-citation-title-corner { float: right; font-size: 0.7em; } .mw-tpl-citation-content { margin: 0; padding: 0; padding-right: 1em; text-align:justify; text-... »)
 
Aucun résumé des modifications
 
(2 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
.mw-tpl-citation {
.mw-tpl-table {
  margin: 0;
  margin: 0;
  padding: 0;
  padding: 0;
Ligne 8 : Ligne 8 :
}
}


.mw-tpl-citation-title {
.mw-tpl-table-title {
  background: #eaecf0;
  background: #eaecf0;
  color: #000000;
  color: #000000;
Ligne 14 : Ligne 14 :
}
}


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


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


.mw-tpl-citation-content {
.mw-tpl-table-content {
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
Ligne 30 : Ligne 30 :
   text-justify:auto;
   text-justify:auto;
   background: white;  
   background: white;  
   border: 1px solid black;  
   border: 0;  
   padding: 1em;  
   padding: 1em;  
  border-style:dashed;
}
}


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

Version actuelle datée du 13 juillet 2023 à 11:54

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

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

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

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

.mw-tpl-table-content {
  margin: 0;
  padding: 0;
  padding-right: 1em;
  text-align:justify; 
  text-justify:auto;
  background: white; 
  border: 0; 
  padding: 1em; 
}

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