« MediaWiki:Common.css » : différence entre les versions
De Wiki Dragon Quest
Aucun résumé des modifications |
Annulation des modifications 97667 de Tigali (discussion) Balise : Annulation |
||
| (23 versions intermédiaires par 2 utilisateurs 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 70 : | Ligne 27 : | ||
margin-left: 3px; | margin-left: 3px; | ||
margin-right: 3px; | margin-right: 3px; | ||
} | |||
#header_portails { | |||
background: #7CDE54; | |||
} | } | ||
| Ligne 84 : | Ligne 45 : | ||
#autre { | #autre { | ||
flex-grow: 1; | flex-grow: 1; | ||
width: 30%; | |||
} | } | ||
#flex_portails { /*AFFECTÉ PAR UNE MEDIAQUERY*/ | #flex_portails { /*AFFECTÉ PAR UNE MEDIAQUERY*/ | ||
display: flex; | display: flex; | ||
flex-flow: row | flex-flow: row wrap; | ||
} | |||
#portails #flex_portails { | |||
justify-content: center; | |||
} | } | ||
#flex_portails p { | #flex_portails p { | ||
flex-grow: 1; | flex-grow: 1; | ||
} | } | ||
| Ligne 117 : | Ligne 83 : | ||
#partenariats { | #partenariats { | ||
background-color: # | background-color: #DAF9FF; | ||
} | |||
#partenariats #flex_partenariats { | |||
padding-right:40px; | |||
padding-left:40px; | |||
} | } | ||
| Ligne 139 : | Ligne 110 : | ||
#actu { | #actu { | ||
width: 100%; | width: 100%; | ||
} | |||
#autre { | |||
width: 100%; | |||
flex-grow: 1; | |||
} | } | ||
} | } | ||
| Ligne 290 : | Ligne 266 : | ||
} | } | ||
.cattribut { | |||
background: #D21E02; | |||
. | |||
} | } | ||
. | .cmerch { | ||
background: #6120AF; | |||
} | } | ||
/*Trucs à XFusio*/ | /*Trucs à XFusio*/ | ||
| Ligne 445 : | Ligne 393 : | ||
table.carme th { | table.carme th { | ||
background: #DEA493; | background: #DEA493; | ||
} | |||
table.cattribut th { | |||
background: #D21E02; | |||
} | |||
table.cmerch th { | |||
background: #6120AF; | |||
} | |||
/*---------------------------------------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; | |||
} | |||
/*pourtour des infoboxes, legacy*/ | |||
.infoboxb { | |||
font-size: 89%; | |||
width: 300px; | |||
background-color: #EFEFEF; | |||
border: solid 1px #888; | |||
float: right; | |||
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; | |||
} | } | ||