MediaWiki:Common.css

De Wiki Dragon Quest
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).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/** Met en italique les redirections dans Special:Allpages et Special:Watchlist **/
.allpagesredirects, .watchlistredir { font-style: italic;  }


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


/* 
 * PAGE D'ACCUEIL
 * Ancienne version
 */

/* Boîte de accueil */
.fond-boite {
	background-image: url('//wikidragonquest.fr/images/8/8a/Fond_carte.png');
	border: 2px solid black;
	padding: 7px;
	margin-top: 6px;
}

/* En-tête de boîte de l'accueil */
.fond-entete {
	background-image: url('//wikidragonquest.fr/images/9/94/Fond-entete.png');
	font-size: 150%;
	color: white;
	border-radius: 0.1em;
	padding: 5px 10px;
}

/* Tour de boîte de l'accueil */
.tour-boite {
	border: 2px solid #BBB;
	margin-top: 6px;
	padding: 7px; 
	background-color: #333;
}

.maincategories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*
 * PAGE D'ACCUEIL
 * Nouvelle version
 */

.box_accueil {
	border: 2px solid black;
	padding-top: 5px;
	margin-top: 10px;
	border-radius: 3px;
}

.box_accueil * {
	padding: 5px;
}

.titre_box_accueil {
	border: 1px solid blue;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
	font-size: 150%;
}

#actuetautre {  /*AFFECTÉ PAR UNE MEDIAQUERY*/
	display: flex;
	flex-flow: row nowrap;
}

#actu {
	min-width: 65%;
	flex-grow: 1;
}

#autre {
	flex-grow: 1;
}

#flex_portails { /*AFFECTÉ PAR UNE MEDIAQUERY*/
	display: flex;
	flex-flow: row nowrap;
}

#flex_portails p {
	justify-content: space-around;
	flex-grow: 1;
}

#flex_partenariats {
	display: flex;
	flex-flow: row nowrap;
}

#flex_partenariats div { /*AFFECTÉ PAR UNE MEDIAQUERY*/
	justify-content: space-around;
	flex-grow: 1;
	min-width: 33%;
}

#actu {
	margin-right: 5px;
	background-color: #E3FFFC;
}

#partenariats {
	background-color: #E3FFFC;
}

#portails {
	background-color: #F8FFFE;
}

@media screen and (max-width: 800px) {
	#actuetautre {
		display:flex;
		flex-flow: column nowrap;
	}
	#flex_portails {
		display:flex;
		flex-flow: row wrap;
	}
	#flex_partenariats {
		display:flex;
		flex-flow: column nowrap;
	}
}

/*pourtour des infoboxes, bientôt legacy*/
.infoboxb {
  font-size: 89%; 
  width: 300px;
  background-color: #EFEFEF;
  border: solid 1px #888;
  float: right;
  margin-left: 10px;
}

/*standard de couleur de fond, de bordure, 
pour la plupart des modèles, notamment les tableaux*/
.standard-modele {
  background-color: #EFEFEF;
  border: solid 1px #888; 
  border-radius: 3px;
}

/*infos spécifiques aux infoboxes*/
.infobox {
	font-size: 89%;
	width: 300px;
	float: right;
	margin-left: 10px;
}

.header {
	color:#FFFFFF;
	padding:0.5em;
	border-radius: 3px 3px 0 0;
}

.infobox .header {
	padding:1em;
	font-size:120%;
}

.cellule-champ {
	padding: 4px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.cellule-contenu {
	background:#FAFAFA;
	padding: 4px;
}

/*classes pour arrondis*/
.hg {
	border-radius:3px 0 0 0;
}

.hd {
	border-radius:0 3px 0 0;
}
	
.bd {
	border-radius:0 0 3px 0;
}
	
.bg {
	border-radius:0 0 0 3px;
}

/*Codes couleurs pour les différents thèmes*/
.cmonstre {
	background: #00CC00;
}

.cboss {
	background: #9C0C0C;
}

.cpersonnage {
	background: #046380;
}

.cregion {
	background: #298900;
}

.cdonjon {
	background: #927D6A;
}

.cchanson {
	background: #A67E2E;
}

.calbum {
	background: #663E10;
}

.cfilm {
	background: #000000;
}

.cepisode {
	background: #444444;
}

.cgens {
	background: #FF9300;
}

.cjeu {
	background: #B1BBCE;
}

.csort {
	background: #AE4ABE;
}

.ccompetence {
	background: #B74000;
}

.calchimie {
	background: #E9B813;
}

/*-----------PURGATOIRE------------*/
/*trucs obs à garder ou jeter, c'est selon*/

/*
 * Style par défaut des infoboxes utilisant InfoboxBuilder (ajouts) 
 * À retirer dès que ces styles ne seront plus utilisés !
 */

.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;
}

/*Trucs à XFusio*/
/*
 * Styles standards pour les tableaux
 * Syntaxe : {| class="standard"
 * Encore en cours de développement
 */
.standard {
  background-color: #EFEFEF;
  border: solid 1px #888; 
  border-radius: 3px;
}

.standard tr:first-child > :first-child {
  border-top-left-radius: 3px;
}

.standard tr:first-child > :last-child {
  border-top-right-radius: 3px;
}

.standard tr:last-child > :first-child {
  border-bottom-left-radius: 3px;
}

.standard tr:last-child > :last-child {
  border-bottom-right-radius: 3px;
}

.standard th {
	padding: 4px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.standard td {
	background:#FAFAFA;
	padding: 4px;
}

table.csort th {
	background: #AE4ABE;
}