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

De Wiki Dragon Quest
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/***** Le CSS placé ici sera appliqué à tous les habillages sur Wikia *****/
/***** Le CSS placé ici sera appliqué à tous les habillages *****/


/** Met en italique les redirections dans Special:Allpages et Special:Watchlist **/
/** Met en italique les redirections dans Special:Allpages et Special:Watchlist **/
Ligne 38 : Ligne 38 :
.no-caption .article-thumb figcaption {
.no-caption .article-thumb figcaption {
display:none;
display:none;
}
a /* Liens par défaut (non survolés) */
{
  text-decoration: none;
  color: red;
  font-style: italic;
}
}

Version du 7 juin 2018 à 15:41

/***** Le CSS placé ici sera appliqué à tous les habillages *****/

/** Met en italique les redirections dans Special:Allpages et Special:Watchlist **/
.allpagesredirects, .watchlistredir { font-style: italic;  }

/** Style par défaut des infoboxes utilisant InfoboxBuilder (ajouts) **/

.default-infobox-main-image img { 
  margin-left: auto;
  margin-right: auto;
}

.default-infobox-main-image-caption, .default-infobox-image-caption { text-align: center; }

.default-infobox-split-label-left, .default-infobox-split-label-right {
  color: #3C3C3C;
  text-align:center;
}

.default-infobox-split-value-left, .default-infobox-split-value-right { text-align: center; }

.default-infobox-footer {
  padding-top: 0.75rem;
  text-align: center;
}

/* Fond boîte */
.fond-boite {
    background-image:url('https://images.wikia.nocookie.net/dragonquest/fr/images/8/8a/Fond_carte.png') !important;
}

/* Fond en-tête */
.fond-entete {
    background-image:url('https://images.wikia.nocookie.net/dragonquest/fr/images/9/94/Fond-entete.png') !important;
}

/* Possibilité de ne pas mettre le titre sous une vidéo */
.no-caption .article-thumb figcaption {
	display:none;
}