« MediaWiki:Common.css » : différence entre les versions
De Wiki Dragon Quest
Aucun résumé des modifications Balise : Révoqué |
Annulation des modifications 97667 de Tigali (discussion) Balise : Annulation |
||
| (3 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
/** Met en italique les redirections dans Special:Allpages et Special:Watchlist **/ | /** Met en italique les redirections dans Special:Allpages et Special:Watchlist **/ | ||
.allpagesredirects, .watchlistredir { font-style: italic; } | .allpagesredirects, .watchlistredir { font-style: italic; } | ||
/* | /* | ||
| Ligne 94 : | Ligne 51 : | ||
display: flex; | display: flex; | ||
flex-flow: row wrap; | flex-flow: row wrap; | ||
} | } | ||
| Ligne 316 : | Ligne 274 : | ||
} | } | ||
/*-----------PURGATOIRE------------*/ | |||
/*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; | |||
} | |||
table.cmonstre th { | |||
background: #00CC00; | |||
} | |||
table.cboss th { | |||
background: #9C0C0C; | |||
} | |||
table.cpersonnage th { | |||
background: #046380; | |||
} | |||
table.cregion th { | |||
background: #298900; | |||
} | |||
table.cdonjon th { | |||
background: #927D6A; | |||
} | |||
table.cchanson th { | |||
background: #A67E2E; | |||
} | |||
table.calbum th { | |||
background: #663E10; | |||
} | |||
table.cfilm th { | |||
background: #000000; | |||
} | |||
table.cepisode th { | |||
background: #444444; | |||
} | |||
table.cgens th { | |||
background: #FF9300; | |||
} | |||
table.cjeu th { | |||
background: #B1BBCE; | |||
} | |||
table.ccompetence th { | |||
background: #B74000; | |||
} | |||
table.calchimie th { | |||
background: #E9B813; | |||
} | |||
table.cville th { | |||
background: #DFCEA0; | |||
} | |||
table.clivre th { | |||
background: #B8B88D; | |||
} | |||
table.cobjet th { | |||
background: #D1EA45; | |||
} | |||
table.captitude th { | |||
background: #32E5FA; | |||
} | |||
table.cequipement th { | |||
background: #B2DCDD; | |||
} | |||
table.carme th { | |||
background: #DEA493; | |||
} | |||
table.cattribut th { | |||
background: #D21E02; | |||
} | |||
table.cmerch th { | |||
background: #6120AF; | |||
} | |||
/*---------------------------------------PURGATOIRE----------------------------------*/ | |||
/*trucs obs à garder ou jeter, c'est selon*/ | /*trucs obs à garder ou jeter, c'est selon*/ | ||
| Ligne 351 : | Ligne 438 : | ||
float: right; | float: right; | ||
margin-left: 10px; | margin-left: 10px; | ||
} | |||
/* | |||
* 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; | |||
} | |||
/* Possibilité de ne pas mettre le titre sous une vidéo - on n'a plus de vidéos pour l'instant après l'indépendance */ | |||
.no-caption .article-thumb figcaption { | |||
display:none; | |||
} | } | ||