MediaWiki:Timeless.css

De La Grande Bibliotheque de Tamriel
Aller à la navigation Aller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  •  Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/* CSS placed here will affect users of the Timeless skin */

/* Arrière plan du site */
body {
	background-image:url(images/3/32/GBTbg.png);
	background-position: bottom left;
	background-repeat: repeat;
}

#mw-content {
	background: rgb(238, 234, 231) !important;
}

#mw-content-container {
	background: rgb(182, 182, 180) !important;
}

#mw-header-container {
    background: rgb(181, 166, 154) !important;
}

#mw-site-navigation .sidebar-chunk {
    background: rgb(238, 234, 231) !important;
}

#mw-related-navigation .sidebar-chunk {
    background: rgb(238, 234, 231) !important;
}

/* Icône de suivi */
#ca-unwatch.icon a.loading,#ca-watch.icon a.loading {
	background-image:url(images/e/ee/Watch-icon-loading.gif);
}
#ca-watch.icon a,#ca-unwatch.icon a {
	background-image:url(images/c/ce/Watch-icons.png);
}
/* Autres Images */
#mw-panel.collapsible-nav .portal {
	background-image:url(images/0/0f/Portal-break.png);
}
#preftoc, #preftoc li {
	background-image:url(images/a/a3/Preferences-break.png);
}
#preftoc li.selected a {
	background-image:none;
	background-color:#FAFAFA;
}
div.vectorTabs ul li {
	background-image:url(images/7/77/Tab-normal-fade.png);
}
div.vectorTabs li.selected {
	background-image:url(images/7/71/Tab-current-fade.png);
}
div.vectorTabs,div.vectorTabs span,div#mw-head div.vectorMenu h3,div.vectorMenu h3 a,div.vectorTabs ul {
	background-image:url(images/5/58/Tab-break.png);
}

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