Wiki Astérix
Wiki Astérix
Aucun résumé des modifications
Balise : sourceedit
Aucun résumé des modifications
Balise : sourceedit
Ligne 23 : Ligne 23 :
   
 
.Chat .you,
 
.Chat .you,
li.continued you,
+
.continued you,
 
.message {
 
.message {
background:rgb(255, 255, 255, 0.3)
+
background:rgba(255, 255, 255, 0.3)
 
}
 
}
 
 

Version du 4 juin 2016 à 15:53

.Chat img.avatar {
    border-radius: 2pc;
    border: none;
}
 
.Write img {
    border: none;
}
 
.ChatWindow .User img {
    border:none;
}
 
/* Rounded chat avatars */ 
.ChatModule .avatar {
    border-radius: 2pc;
}

/* fond d'écran */
.ChatWindow {
    background: url(http://vignette3.wikia.nocookie.net/asterix/images/e/e4/Banquet.jpg/revision/latest?cb=20160604151045&path-prefix=fr);
}

.Chat .you,
.continued you,
.message {
    background:rgba(255, 255, 255, 0.3)
}
 

.Chat {
    background:transparent;
}

section#WikiaPage.WikiaPage {
    background-color:transparent;
}