Wiki Food Wars
Advertisement

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.
/*  ===============================
            Pour les infobox
    =============================== */
   
.portable-infobox {
    border-radius: 15px;
}
.portable-infobox > .pi-item:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.portable-infobox > .pi-item:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.portable-infobox .pi-group:last-child > .pi-data:last-child > .pi-data-label,
.portable-infobox > .pi-group:last-child .pi-horizontal-group:last-of-type .pi-horizontal-group-item.pi-data-value:first-child {
	border-bottom-left-radius: 15px;
}
.portable-infobox .pi-group:last-child > .pi-data:last-child > .pi-data-value,
.portable-infobox > .pi-group:last-child .pi-horizontal-group:last-of-type .pi-horizontal-group-item.pi-data-value:last-child {
	border-bottom-right-radius: 15px;
}

/*  ===============================
            Modèle:BoxNav
    =============================== */
Advertisement