MediaWiki:Themes.css

Un article de la désencyclopédie.
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.
/* Image vignette */
.article-thumb {
    border: 1px solid #c8ccd1;
    padding: 3px;
}

.article-thumb .caption {
    color: #222222;
}

/* Apparence Globale des Infoboxes Portables */
.portable-infobox {
    background-color:#F9F9F9;
    border:1px solid #aaa;
    width:310px;
    padding:5px;
}

.portable-infobox .pi-title, .portable-infobox .pi-secondary-background {
    text-align:center;
    font-weight:bold;
    font-size:100%;
}

.portable-infobox .pi-title {
    font-size:160%;
}

.portable-infobox .pi-border-color {
   border:0;
}

.portable-infobox .pi-caption {
    font-style:normal;
    width: 100%;
    text-align:center;
    font-size:90%;
    color:black;
}

.portable-infobox .pi-data-label {
    border:0;
}

/* Infobox Personnage */
.pi-theme-personnage .pi-title , .pi-theme-personnage .pi-secondary-background {
    background-color:#b6ccde;
}

.pi-theme-personnage > .pi-item:last-child {
    border-bottom:1px solid;
    color:inherit;
}

/* Infobox Pokémon */
.pi-theme-pokemon .pi-title , .pi-theme-pokemon .pi-secondary-background {
    background-color:#f1b7cd;
}

.pi-theme-pokemon .pi-data-label {
    background-color:#D7D6D6;
    width:30%;
}

.pi-theme-pokemonc {
    padding:5px;
    padding-left:0;
    padding-bottom:1px;
}

/* Infobox Jeu Vidéo et Console de Jeu */
.pi-theme-jeuvideo .pi-title, .pi-theme-jeuvideo .pi-secondary-background {
    background-color:rgb(123,185,209);
}

.pi-theme-jeuvideo .pi-image {
    margin-bottom:5px;
}

.pi-theme-jeuvideo .pi-group {
    border-top:1px inset #AAAAAA;
}

/* Infobox Faune */
.pi-theme-faune {
    background-color:Ivory;
}

.pi-theme-faune .pi-title, .pi-theme-faune .pi-secondary-background {
    background-color:tan;
}

.pi-theme-faune .pi-data-label {
    flex-basis: 130px;
}

.pi-theme-faune .pi-data .pi-data-value:only-child {
    width:100%;
    text-align:center;
}

/* Infobox Emission */
.pi-theme-emission .pi-title, .pi-theme-emission .pi-secondary-background {
    background-color:rgb(123,185,209);
}

.pi-theme-emission .pi-image {
    margin-bottom:5px;
}

.pi-theme-emission .pi-group {
    border-top:1px inset #AAAAAA;
}

/* Infobox Pays */
.pi-theme-pays .pi-title, .pi-theme-pays .pi-secondary-background {
    background-color:#b6ccde;
}

/* Infobox Film et Série */
.pi-theme-film .pi-title, .pi-theme-film .pi-secondary-background {
    background-color:#ed8;
}

.pi-theme-film .pi-data .pi-data-value:only-child {
    width:100%;
    text-align:center;
}

/* Infobox Entreprise */
.pi-theme-entreprise .pi-title, .pi-theme-entreprise .pi-secondary-background {
    background-color:#f2f2f2;
}

.pi-theme-entreprise .pi-group {
    border-top:2px solid #dfedff;
}

/* Infobox Club Sportif */
.pi-theme-clubsportif .pi-title, .pi-theme-clubsportif .pi-secondary-background {
    background-color:#66a584;
    margin-bottom:4px;  
}

.pi-theme-clubsportif .pi-navigation {
    font-style:italic;
    font-weight:normal;
    text-align:center;
}

.pi-theme-clubsportif .pi-data-label {
    background-color:#D7D6D6;
    width:50%;
}

.pi-theme-clubsportif .pi-item-spacing {
    padding:5px;
    padding-left:0;
    padding-bottom:1px;
}

/* Taxoboxe Animal */
.pi-theme-animal {
    background-color:#F6EBE4;
    width:250px;
    padding:0;
}

.pi-theme-animal .pi-title, .pi-theme-animal .pi-secondary-background {
    background-color:#FF9999;
    color:white;
}


.pi-theme-animal .pi-data-label, .pi-theme-animal .pi-data-value {
    flex-basis: 130px;
    border-bottom: 1px solid #aaa;
    padding:0;
}

.pi-theme-animal .pi-data-label {
    border-right:1px solid #aaa;
}

.pi-theme-animal .pi-data-value {
    font-style:italic;
}

.pi-theme-animal .pi-item-spacing {
    padding:0;
}

.pi-theme-animal .pi-title, .pi-theme-animal .pi-secondary-background {
    padding: 5px 10px 5px 10px;
}

.pi-theme-animal .pi-image-thumbnail {
    width: 100%;
    height: auto;
}