« 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
Balise : Révoqué
Aucun résumé des modifications
Balise : Révoqué
Ligne 48 : Ligne 48 :


.wikitable {
.wikitable {
border-color: @base70;
        background-color: #f8f9fa;
        color: #222;
        margin: 1em 0;
        border: 1px solid #a2a9b1;
        border-collapse: collapse
}
 
.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td {
        border: 1px solid #a2a9b1;
        padding: 0.2em 0.4em
}


> tr > th,
.wikitable > tr > th,.wikitable > * > tr > th {
> tr > td,
        background-color: #eaecf0;
> * > tr > th,
        text-align: center
> * > tr > td {
border: 1px solid @base70;
padding: 0.4em 0.5em;
}
}
}


.wikitable th {
.wikitable > caption {
background: @base80;
        font-weight: bold
}
}

Version du 9 avril 2025 à 17:37

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

.catlinks {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	padding: 50em;
	margin-top: 1em;
	clear: both;
}

/* Table of Contents */
.toc,
.mw-warning,
.toccolours {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	padding: 5px;
	font-size: 95%;
}

.wikitable {
        background-color: #f8f9fa;
        color: #222;
        margin: 1em 0;
        border: 1px solid #a2a9b1;
        border-collapse: collapse
}

.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td {
        border: 1px solid #a2a9b1;
        padding: 0.2em 0.4em
}

.wikitable > tr > th,.wikitable > * > tr > th {
        background-color: #eaecf0;
        text-align: center
}

.wikitable > caption {
        font-weight: bold
}