« 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 40 : Ligne 40 :
.catlinks {
.catlinks {
background-color: #f8f9fa;
background-color: #f8f9fa;
padding: 1em;
padding: 0.5em;
margin-top: 1em;
margin-top: 1em;
clear: both;
clear: both;

Version du 21 avril 2025 à 14:16

/* 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 */
}

.catlinks {
	background-color: #f8f9fa;
	padding: 0.5em;
	margin-top: 1em;
	clear: both;
    box-shadow: 0 0 0.2em #999999;
    border-radius: 0.2em;
}