Fais pas ci fais pas ça Wikia
Advertisement
Fais pas ci fais pas ça Wikia

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.
/* Typographie
    * Raleway
    * Roboto
    */
    @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    font-family: Roboto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway;
}

.personnage {
    float: right;
    width: 300px;
    border: 1px dotted pink;
    margin: 0 0 10px 10px;
    font-size: 10px;
    border-collapse: collapse;
}

.personnage table {
    width: 100%;
    border-collapse: collapse;
}

.personnage table th {
    font-size: 15px;
    text-align: center;
    background-color: pink;
    color: black;
}

.television {
  background: url("http://upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png")           no-repeat top right;
}

.imagefond {
  background: url("http://images.wikia.com/faispascifaispasca/fr/images/8/89/Wiki-wordmark.png")           no-repeat top right;
}

.img-large img { width: 100%; height: auto; }
Advertisement