Wiki101
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.
body.ChatWindow {
background: url(http://vignette4.wikia.nocookie.net/wizard101-centrale-fr/images/4/40/Wizardcity1152_fr.jpg/revision/latest/scale-to-width/1024?cb=20150103154821&path-prefix=fr) no-repeat fixed center; 
color: black;
}
 
body.ChatWindow .ChatHeader { /* entête contenant logo et avatar */
border-radius: 25px 25px 0px 0px;
border: 1px solid black;
background-color: yellow;
opacity: 0.8;
-moz-opacity:0.8;
-khtml-opacity: 0.8;
}
body.ChatWindow .WikiaPage {/* pour le corp du chat */
opacity: 0.8;
-moz-opacity:0.8;
-khtml-opacity: 0.8;
}
.Chat {
    border-right: 3px double #FF000;
    border-bottom: 1px solid #B2AF9C;
    bottom: 50px;
    left: 0px;
    overflow: auto;
    position: absolute;
    right: 150px;
    top: 0px;
    line-height: 1.4em;
    background: url(http://vignette4.wikia.nocookie.net/wizard101-centrale-fr/images/4/40/Wizardcity1152_fr.jpg/revision/latest/scale-to-width/640?cb=20150103154821&path-prefix=fr)
}
.Chat .you {
    background: none repeat scroll 0% 0% #D6D2BC;
}
.Chat li { :/* pour le contenant des messages postés */
    min-height: 32px;
    padding: 18px 15px 16px 55px;
    position: relative;
    margin: 0px 5px 0px 5px;
    border: 1px solid yellow;
    border-radius: 0px 9px 9px 9px;
}
.Chat .inline-alert { /* pour l'entête contenant "bienvenue sur le chat..." */
    color: white;
    font-weight: bold;
    min-height: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    border-radius: 9px;
    margin-bottom: 10px;
}
Advertisement