Wikia Yandere Simulator FR
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.
/*Background*/
.WikiaPage .WikiaPageContentWrapper {
    background-size: auto 800px;
    background-attachment: fixed;
    background-position: center;
}

/*Infoboxes*/
.portable-infobox {
    border:1px solid black;
    background:#FFC4FF;
    width:280px;
}

.portable-infobox .pi-title {
    font-size: 22px;
    font-weight: bold;
    border-bottom:1px solid black;
    text-align:center;
}

.portable-infobox .pi-data-label {
    height:30px;
    font-size:13px;
    border-right:1px solid black;
    flex-basis:90%
}

.portable-infobox .pi-data {
    background:#FFC4FF;
    text-align:center;
    padding:0;
}

.portable-infobox .pi-data:first-of-type {
    border-top:1px solid black;
}

.portable-infobox .pi-data:last-of-type {
    justify-content:center;
}

.portable-infobox .pi-secondary-background {
    background:#FFC4FF;
    height:30px;
    text-align:center;
    font-size:15px;
    padding:0;
}

.portable-infobox .pi-item-spacing {
    padding-top:0;
    padding-bottom:0;
}

.portable-infobox .pi-border-color {
    border-color:black;
}
Advertisement