.chatHeader {/* Шапка чата */background-image:url(),url(https://i.pinimg.com/originals/1d/f7/53/1df753f0e209ec8b78050cdca25eace7.jpg);background-position: center, 0px;background-repeat:no-repeat;background-color: #;font-size: 0pt;border-radius:5px;box-shadow: 0 0 1px #777, 0 0 2px #777, 0 0 3px #777, 0 0 4px #777, 0 0 5px #777, 0 0 6px #777, 0 0 7px #777, 0 0 20px #777 inset;}


.smilesBox { position: absolute; left: 0px; top: 0px; width: 87%; height: 250px; overflow: auto; z-index: 98; } 

.smilesBox,.hover { background-image:url(https://sun9-3.userapi.com/c858528/v858528520/1057e6/rrq-Y1DE0Ks.jpg);

 background-position: center center; background-repeat:no-repeat; background-size: 100% 100%; padding:5px 0px 0px 10px; border: 1px solid #; border-radius:5px 60px 10px 10px; box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #c79900, 0 0 5px #0f010f, 0 0 6px #ffe799, 0 0 7px #0f0c01, 0 0 10px #ffe799; } 

 .smilesBox p { font-size: 15pt; margin-left: 20pt; margin-bottom: 0pt; color: #000000; }

/*вжик*/ бегающая строка
.chatHeader .chatTitle  {background-image: url("https://cdn.wallpapersafari.com/80/99/QrSmFU.jpg"); Arial;border-radius:25px 25px 25px 25px;
font-style: normal;
font-size: 20pt;
color:#5c15ad;}.chatHeaderWrapper .chatTitle{
   width: 100%;
   white-space:nowrap;
   line-height: 30px;
   overflow:hidden;
   font-size: 25px;
   color: cornflower #5c15ad;
   -webkit-animation: step 10s steps(50) infinite;
   animation: step 15s steps(50) infinite;
}


 

@keyframes step{
   0% { width: 0;}
   100% {width:100%;}
}
@-webkit-keyframes step{
   0% { width: 0;}
   100% {width:100%;}
}

/*вжик2*/ 
@keyframes step{ 
0% { width: 0;} 
100% {width:100%;} 
} 
@-webkit-keyframes step{ 
0% { width: 0;} 
100% {width:100%;} 
}
.chatHeaderWrapper .chatTitle { 
text-align: center;font-size: 30px;font-family: Monotype Corsiva; 
width: 100%; 
}

.chatMessages .chatMessage:not(.chatSystemMessage) strong:first-child {
    opacity: 0.6;
    color: #FFC0CB;
    background:	#;
    margin-left: -15px;
    width: 102%;
    display: block;
    padding: 6px 2px;
    font-weight: 400;
    text-align: center;
}

/*Иконки у ников справа*/

.chatUserVip {
    background: transparent url("") no-repeat scroll 0 0;
}
.chatUserSex1, .chatUserSex2, .chatUserSex0 {
    float: left;
}
.chatUserSex1 b, .chatUserSex2 b, .chatUserSex0 b {
    float: left;
    height: 16px;
    width: 16px;
}
.chatPeople ul.chatPeopleList li a.chatUser {
    color: #333333;
    text-decoration: none;
    word-wrap: break-word;
}



.chatPeople ul.chatPeopleList li a.chatUserSex0 b {
    background: #fff url("http://chatadelic.net/files/hpic/16/27/8236.gif") no-repeat scroll 0 0;
border: 1px solid #2DAC2D;
border-radius: 50%;
box-shadow: 1px 1px 1px #333333;
   
}

.chatPeople ul.chatPeopleList li a.chatUserSex1 b {
     background: red url("http://chatadelic.net/files/hpic/16/27/8236.gif") no-repeat scroll 0 0;
border: 1px solid #2DAC2D;
border-radius: 50%;
box-shadow: 1px 1px 1px #333333;
    
}

.chatPeople ul.chatPeopleList li a.chatUserSex2 b {
    background: transparent url("http://chatadelic.net/files/hpic/16/27/8236.gif") no-repeat scroll 0 0;
border: 1px solid #F807F1;
border-radius: 50%;
box-shadow: 1px 1px 1px #333333;
    
}


.chatUserVip {
    background: transparent url("http://chatadelic.net/files/hpic/16/27/8236.gif") no-repeat scroll 0 0;
border: 1px solid #aff0d8;
border-radius: 50%;
box-shadow: 1px 1px 1px #333333;
}


/*ники в общей*/

.chatUserFrom { 
 background-image: url("https://cdn.wallpapersafari.com/80/99/QrSmFU.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
border: 1px solid #2E972E;
    border-radius: 3px;

padding: 0px 5px 0px 5px;

box-shadow: 2px -1px 1px 1px rgba(0, 0, 0, .2);
}

div.chatMessage span.chatUserFrom {
    
    font-family: "Lobster";
    font-size: 16px;
    font-weight: normal !important;
border-radius: 2px;
padding: 0px 5px 0px 5px;
 box-shadow: 0 0 0 1px silver, 0 -2px 0 -1px coral, 2px 0 0 -1px darkturquoise, 0 2px 0 -1px gold, -2px 0 0 -1px chartreuse;
}



/*Администрация чата на странице входа*/
.chatFull .transparent:after {
content:" Входящим сюда, : рекомендуется оставлять колющие и режущие предметы и вынимать шнурки!!!";
font-family:arial;
font-size: 18px;
color:#ff0000;
 text-shadow:1px 0px 0px #555;
text-align: center;
position: absolute;
       top:10%; left:20px; bottom:0; right:20px;
z-index: 1;

-webkit-animation: l3_animation 5s linear infinite;
    -moz-animation: l3_animation 5s linear infinite;
}

 @-webkit-keyframes l3_animation {
    0%    {color: rgb(0,0,255); }
    20%   {color: rgb(0,255,255); }
    40%   {color: rgb(255,0,0); }
    60%   {color: rgb(255,255,0); }
    80%   {color: rgb(255,255,255); }
    100%  {color: rgb(0,0,255); }
  }    

  @-moz-keyframes l3_animation {
    0%    {color: rgb(0,0,255); }
    20%   {color: rgb(0,255,255); }
    40%   {color: rgb(255,0,0); }
    60%   {color: rgb(255,255,0); }
    80%   {color: rgb(255,255,255); }
    100%  {color: rgb(0,0,255); }
  }


/*блок входа в чат*/
/*кнопка входа в чат*/

#join-chat-button, #join-chat-button2 {
    background: transparent url("https://cdn.wallpapersafari.com/80/99/QrSmFU.jpg") no-repeat scroll 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 100%;
padding: 10px 10px 10px 10px;
font-color: transparent;
   box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #00FF00, 0 0 5px #F5DA81, 0 0 6px #F5DA81, 0 0 7px #F5DA81, 0 0 10px #F5DA81;
}

 #join-chat-button{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
 #join-chat-button:hover {
  border-radius: 100%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}


 #join-chat-button2{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
 #join-chat-button2:hover {
  border-radius: 100%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*Страница входа*/

.chatFull .transparent {
background-image: url("https://cdn.wallpapersafari.com/80/99/QrSmFU.jpg");
background-position: right bottom;
background-repeat: repeat-x;
background-size: 100% 100%;
color: #fff;
font-weight: bold;
}


/*окошко ввода ника на странице входа*/
.chatSpecifyPassword input[type="text"] {
background-color: #fff;
    border: 1px solid #eb7589;
    box-sizing: border-box;
border-radius: 5px;
    padding: 5px 4px;
    width: 100%;
 box-shadow: 0 0 0 7px eb7589, 0 0 0 14px #fafafa, 0 0 0 21px #fafafa;
}


Как заменить иконки модератора и админа? 16х16
.mod-icon {
    background-image: url("http://chatadelic.net/files/i/hpic/star.png")!important ;
}
.adm-icon {
    background-image: url("http://chatadelic.net/files/hpic/55/57/9123.gif")!important ;
}



.chatSendLinksPanel .chatLinkImage {background: url('http://chatadelic.net/files/i/hpic/music.png') 0 0 no-repeat;}/* медиа */


.chatSendLinksPanel .chatLinkProfile {background: url('http://chatadelic.net/files/hpic/75/86/5131.gif') 0 0 no-repeat;}/* профиль */


.chatSendLinksPanel .chatLinkGold {background: url('http://chatadelic.net/files/i/hpic/euro.png')  0 no-repeat;}/* золото */



.chatSendLinksPanel .chatLinkModerate {background: url('http://chatadelic.net/files/hpic/55/57/9123.gif') 0 0 no-repeat;} /* moder */



/*Фон правой колонки*/
.chatPeople {
background-image: url("");
background-position: bottom;
background-repeat: repeat-x;
background-size: 90%
}


/*Кнопки меню справа в верху*/


.chatTopLine {
    background-image: url("https://cdn.wallpapersafari.com/80/99/QrSmFU.jpg");
     background-position: center center;
    background-repeat: no-repeat;
    background-size: 105% 105%;
color: #fff;
     border: 0px solid #4993F4;
   
   box-shadow:0px 0px 0px #555;
}

.chatTopLineWrapper > ul > li > a:hover {
    background-image: url("https://cdn.wallpapersafari.com/80/99/QrSmFU.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 105% 105%;
color: #fff;
     border: 0px solid #4993F4;
     box-shadow:0px 0px 0px #555;
}


.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, .chatTabs > ul > li.chatTab > a.active {
    background-image: url("https://cdn.wallpapersafari.com/80/99/QrSmFU.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0px solid #080501;

  
}
/*Иконки у ников справа*/

.chatUserVip {
    background: transparent url("https://cdn.wallpapersafari.com/80/99/QrSmFU.jpg") no-repeat scroll 0 0;
}
.chatUserSex1, .chatUserSex2, .chatUserSex0 {
    float: left;
}
.chatUserSex1 b, .chatUserSex2 b, .chatUserSex0 b {
    float: left;
    height: 16px;
    width: 16px;
}
.chatPeople ul.chatPeopleList li a.chatUser {
    color: #333333;
    text-decoration: none;
    word-wrap: break-word;
}


.transparent { background-image: url() } .content { background-image: url(http://i.picasion.com/resize90/0c48d801cbed18ee7156d6fa086c6b4c.gif); background-position:bottom center; background-repeat:no-repeat; }


.chat {
text-shadow: 0px 0px 0 #000;
background-color: transparent;
background-image: url("http://storage.ruelsoft.org/storage/file/get/1428829230044 ");/*Картинку анимации можно свою ставить */
background-position: right 0 bottom 0;
background-repeat: no-repeat;
background-size: 150% auto;

border: 5px solid #fff;
border-radius: 40px 40px 40px 40px;/*настройка скругления*/

box-shadow:1px 1px 6px #000,-1px -1px 1px #fff;