Wiki101
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 43 : Ligne 43 :
 
padding-top: 10px;
 
padding-top: 10px;
 
text-align: center;
 
text-align: center;
  +
border-radius: 9px;
  +
}

Version du 23 janvier 2015 à 10:25

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 {
opacity: 0.8;
-moz-opacity:0.8;
-khtml-opacity: 0.8;
}
body.ChatWindow .WikiaPage {
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 {
    min-height: 32px;
    padding: 18px 15px 16px 55px;
    position: relative;
    margin: 0px 5px 0px 5px;
    border: 3px double yellow;
}
.Chat .inline-alert {
    color: white;
    font-weight: bold;
    min-height: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    border-radius: 9px;
}