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

De La Grande Bibliotheque de Tamriel
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 27 : Ligne 27 :
.mw-content-ltr {
.mw-content-ltr {
   background-color: #FFFFFF !important;
   background-color: #FFFFFF !important;
}
.mw-content-ltr table.image-ngi td {
  width: 5%; /* Sets the cell width */
}
.mw-content-ltr table.image-ngi img.template-image {
  max-width: 100%;  /* Ensures the image fits within the cell */
  height: auto; /* Maintains aspect ratio */
}
}

Version du 21 avril 2025 à 09:57

/* CSS placed here will affect users of the Timeless skin */

/* Sommaire ne passe pas sous l'infobox si certaines sections ont des noms longs (standard sous les autres skins) */
#toc,
.toc {
	display: table;
}

/* mise en évidence des balises code */
code {
    background-color: WhiteSmoke;
}

/* repositionnement des appels de référence */
.reference,
.exposant {
	line-height: 1em;
}

/* Amélioration de la présentation des templatedata */
#mw-content .mw-templatedata-doc-params dt,
#mw-content .mw-templatedata-doc-params dd {
	margin: 0;
}

/* Double Wiki */
.mw-content-ltr {
  background-color: #FFFFFF !important;
}

.mw-content-ltr table.image-ngi td {
  width: 5%; /* Sets the cell width */
}

.mw-content-ltr table.image-ngi img.template-image {
  max-width: 100%;  /* Ensures the image fits within the cell */
  height: auto; /* Maintains aspect ratio */
}