Вакантно Возвышайте свои слова, а не голос. Цветы растут от дождя, а не от громa.… Задавайте все интересующие вопросы здесь https://babaka.website

Колибри- 24-ру

Объявление



Яндекс.Погода
у лета есть для нас в запасе жара и грозы и дожди, но ты не думай о ненастье тепла и солнца жди

Администраторы:

Апостол
Киса

Частые посетители:

Юльчик
Няшка
Киса

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Колибри- 24-ру » CSS-Коды для чатов-Chatovod.ru » Готовый дизайн чатика


Готовый дизайн чатика

Сообщений 1 страница 6 из 6

1

Код:
/*курсор*/
.chat {
cursor: url("http://cur.cursors-4u.net/cursors/cur-2/cur231.cur"), default;
}
/*шапка чата*/
.chatHeader { 
background-image: url(http://islandlove.top/fon/fon_01.jpg); 
background-position: center center; 
background-repeat:no-repeat; 
background-size: 100% 100%; 
font-size: 0pt; 
}
/*фон чата */
.chatMain { 
background-image: url(http://islandlove.top/fon/fon_02.jpg); 
background-position: center center; 
background-repeat:no-repeat; 
background-size: 100% 100%; 
}

/*нижняя строка чата*/
.chatFooter {
    background-image: url("http://islandlove.top/fon/fon_03.jpg");
    background-position: center center; 
    background-repeat:no-repeat; 
    background-size: 100% 100%;
}

/* Строка ввода текста в чат */ 
.chatSendText.chatInputText {
border-style: inset;
border-width: 3px;
background-color: #ffffff; 
font-size: 12pt; 
color: #0000f0;
border-radius:5px;  
}

/* стиль выделения ника пользователя */
.chatMessageToMe .chatToUser {
    background-image: url(http://islandlove.top/fon/sh01.jpg);
    color: #000080;
    font-weight: normal; 
    padding: 0 5px 0 5px;
    border: 2px solid #4C4F92;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 7px #ffe799;
}

/* Время сообщений */
.chatTime {
    font-size: 10pt;
    color: #0A246A;
}
.chatTime {
    float: right;
    padding-right: 8px;
    visibility: hidden;
    font-style: normal;
}

/* Основной блок смайлов */
.chatPopupMenuDiv2, .smilesBox, .chatPeople ul.chatPeopleList li.hover {
    background-image: url(http://islandlove.top/fon/fon_04.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5px 0px 0px 10px;
    border: 1px solid #;
    border-radius: 5px 5px 5px 5px;
     box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 7px #ffe799;;
}
.smilesBox {
    width:55%;
}

/*кнопки: общий и приват*/
.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, .chatTabs > ul > li.chatTab > a.active {
    background-image: url("http://islandlove.top/fon/sh03.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px 5px 5px 5px;
    font-size: 9pt;
    font-family: ;
    color: #FFFF00;
    font-style: normal;
    border: 1px solid #000080;
}
.chatTabs > ul > li.chatTab > a {
    background-image: url("http://islandlove.top/fon/sh02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px 5px 5px 5px;
    font-size: 9pt;
    font-family: ;
    color: #FFFFFF;
    font-style: normal;
    border: 1px solid #4040A0;
}

/* кнопки верхней правой части шапки  */
.chatTopLine {
    background-image: url("http://islandlove.top/fon/sh01.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 0 3px 0 3px;
    border: 1px solid #;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff,  0 0 7px #ffe799;
}
user agent stylesheetdiv {
    display: block;
}

/*кнопка войти в чат*/
#join-chat-button, #join-chat-button2 {
    background-image: url(http://islandlove.top/fon/sh03.gif);
    border: 1px solid #;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff,  0 0 7px #ffe799;
}

/* кнопка отправить */
.chatPanel .chatSendButtonPanel .chatSendButton {
    font-size: 9pt;
    color:#000000;
    border-style: outset;
    border-width: 1px;
    border-color: #ffffff;
    background-image: url(http://islandlove.top/fon/sh03.gif);
    border-radius:5px ; /* Остальные */
   -webkit-border-radius:5px ; /* safari */
   -moz-border-radius:5px ; /* firefox */ 
   cursor: pointer;
}

/* кнопка онлайн */
.chatSendExitPanel select {
    font-size: 9pt;
    color:#000000;
    width: 80%;
    border-style: outset;
    border-width: 1px;
    border-color: #ffffff;
    background-image: url(http://islandlove.top/fon/sh03.gif);
    border-radius:5px ; /* Остальные */
   -webkit-border-radius:5px ; /* safari */
   -moz-border-radius:5px ; /* firefox */ 
   cursor: pointer;
}

/* рисунок в правой части чата */
.chatPeople.vscrollable {
    background-image: url("http://islandlove.top/fon/sh01.png");
    background-size: 100% 20%;
    background-position: 20% 100%;
    background-repeat: no-repeat;
}

/* рисунок при входе в чат */
.chatFull .transparent {
    background-image: url("http://islandlove.top/fon/fon_02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -7;
}

/* корона для администраторов */
.user2532567, .user366974 {
    background: transparent url("http://islandlove.top/fon/admin.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom: 0px;
}

/* щит для модераторов */
.user1356951,.user2376322,.user2340816,.user2413221,.user2554690 {
background: transparent url("http://islandlove.top/fon/shield.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom: 0px;
}
/* Ник при входе в чат */
.chatSpecifyPassword input[type="text"] {
    background-color: #99CCFF;
    border: 1px solid #4275FF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 4px;
    width: 100%;
    box-shadow: margin: 2em auto;
    padding: 5px;
    border: 3px dashed #4275FF;
    box-shadow: 0 0 0 1px #4275FF, inset 0 0 0 1px #4275FF;
}
/* иконки и возле них */
.chatPeople ul.chatPeopleList li a.chatUser {
    background: transparent url("http://islandlove.top/fon/star016.png") no-repeat 0px 0px / 15px 15px;
    padding-left: 20px;
    padding-bottom: 0px;
    height: 50px;
}
/* Иконка нет пола */
.chatPeople ul.chatPeopleList li a.chatUserSex0 b {
    background-image: url(http://islandlove.top/fon/icon1.png);
}
/* Иконка мужской пол */
.chatPeople ul.chatPeopleList li a.chatUserSex1 b {
    background-image: url(http://islandlove.top/fon/icon2.png);
}
/* Иконка женский пол */
.chatPeople ul.chatPeopleList li a.chatUserSex2 b {
    background-image: url(http://islandlove.top/fon/icon3.png);
}

0

2

Код:
.chatSendLinksPanel .chatLinkImage {
    background: transparent url("http://s018.radikal.ru/i503/1708/b7/a520dc1304f3.gif") no-repeat 0 0
}
.chatLinkVip {
    background: transparent url("http://s018.radikal.ru/i518/1708/d7/09a7d76c09cc.gif") no-repeat 0 0
}
.chatLinkModerate {
    background: transparent url("http://i013.radikal.ru/1708/59/4524b595eed0.gif") no-repeat 0 0
}
.chatLinkGold {
    background: transparent url("http://s019.radikal.ru/i613/1708/42/6d8f2eed0d9d.gif") no-repeat 0 0
}
.chatSendLinksPanel a.chatLinkSmiles {
    background: transparent url("http://s019.radikal.ru/i608/1708/4f/62e156a27497.gif") no-repeat 0 0
}
.chatSystemMessage {
    color: #00D9CE;
}
.chatTopLineWrapper > ul > li > ul > li > a:hover {
border-radius: 20px; 
}
.chatTopLineWrapper ul {
    border-radius: 20px;
}
.chatTopLineWrapper ul:hover {
    border-radius: 20px;
}
.chatTopLineWrapper ul li ul li {
    width: 186px;
    position: relative;
    animation: mymove 1s infinite;
}
    @keyframes mymove {
      from { left:0px; }
      to { left:10px; }
    }
.chatTopLineWrapper ul li ul li:hover {
    border-radius: 20px;
}
.chatTabs ul {
-webkit-animation-name: myfirst; 
-webkit-animation-duration: 5s; 
-webkit-animation-timing-function: linear; 
-webkit-animation-delay: 4s; 
-webkit-animation-iteration-count: infinite; 
-webkit-animation-direction: alternate; 
-webkit-animation-play-state: running; 
animation-name: myfirst; 
animation-duration: 5s; 
animation-timing-function: linear; 
animation-delay: 0s; 
animation-iteration-count: infinite; 
animation-direction: alternate; 
animation-play-state: running; 
border-radius: 10px; 
} 
@-webkit-keyframes myfirst { 
0% {background:DeepSkyBlue ;} 
25% {background:lightblue;} 
50% {background:DarkViolet ;} 
75% {background:DeepSkyBlue ;} 
100% {background:Red;} 
} 
@keyframes myfirst { 
0% {background:DeepSkyBlue ;} 
25% {background:Violet;} 
50% {background:DarkViolet ;} 
75% {background:DeepSkyBlue ;} 
100% {background:Red;} 
}
.chatPeopleList li, ul { /* код правой колонки с никами и фоном */ 
    background-image: linear-gradient(#28a0f0, #A6CFEB);
    transition: .3s;
}
.chatPrivateMessages.vscrollable {
    color: #CBCBCB;
}
.chatUserFrom {
    font-family: Lucida Sans Unicode;
    text-shadow: 0px 0px 1px #B6B6B6;
}
.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, .chatTabs > ul > li.chatTab > a.active {
    background-image: url(https://i.7fon.ru/thumb/g764506.jpg );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0px solid #E48003;
}

.smilesBox, .hover { background-image: url(ФОН ДОМИКА); background-position: center center; background-repeat:no-repeat; background-size: 100% 100%; padding:5px 0px 0px 10px; border: 1px solid #; border-radius:60px 60px 10px 10px; box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #c79900, 0 0 5px #ffe799, 0 0 6px #ffe799, 0 0 7px #ffe799, 0 0 10px #ffe799; }


.transparent { background-image: url(http://oboi.kards.qip.ru/images/wallpaper/01/e3/189185_1280_1024.jpg) }

.content {
   background-image: url(https://img-fotki.yandex.ru/get/16191/190366883.0/0_10dd1d_5c2db006_S.png);
   background-position:bottom center;
   background-repeat:no-repeat;
}

.chatMessage { 
font-weight: verdana;
font-family: verdana; 
font-size: 12pt; 
}

.chatPeople ul.chatPeopleList li a.chatUserSex2 b { background-image:url("http://smayli.ru/data/smiles/poceluy-16.gif") }

.chatPeople ul.chatPeopleList li a.chatUserSex1 b { background-image:url("http://smayli.ru/data/smiles/serda-1235.gif") }

.chatPeople ul.chatPeopleList li a.chatUserSex0 b { background-image:url("http://www.iconsearch.ru/uploads/icons/oxygen/16x16/footprint.png") }

.chatMain .chatPrivateMessages {
background-image: url("http://oboi.kards.qip.ru/images/wallpaper/8d/12/135821_1280_800.jpg");
background-position: left top;
background-repeat:no-repeat;
background-size: 100% 100%;

border-image-width: 3px;
border-image-source: url();
border-image-slice: 30;
border-image-repeat: stretch;
box-shadow:  -6px 6px 7px -4px #333;
}

.chatHeader {
/* Шапка чата с @~ЗЕРКАЛО ТВОЕЙ ДУШИ~@*/
   background-image: url(Ваша надпись с http://x-lines.ru), url(http://imgs.su/users/70140/1488647098.png);
   background-position: center, 0px;
   background-repeat:no-repeat;
   background-color: # 0000CC; 
   font-size: 0pt;
   border-radius: 25px; 
}

.chatTopLine { background-image: url("http://oboi.kards.qip.ru/images/wallpaper/23/25/140579_1280_1024.jpg"); background-position: center center; background-repeat: no-repeat; background-size: 105% 105%; color: #33FF66; border: 0px solid #4993F4; box-shadow:0px 0px 0px #555; }

.chatTopLineWrapper > ul > li > a:hover { background-image: url("https://forumupload.ru/uploads/2015/01/31/11875746.gif"); background-position: center center; background-repeat: no-repeat; background-size: 105% 105%; border-radius: 20px; color: #000066; border: 0px solid #4993F4; box-shadow:0px 0px 0px #555; }

/* Настройка входа в чат (начало) */

input.chatNickname { border-radius: 10px; } 

#join-chat-button {
     border-radius: 25px; 
     background-color:#afefbf;
}

p#account-info {
    text-align: center;
}

label#existing-nick-label {
    text-align: center;
}

input#nick {
     border-radius: 10px;
}

input.chatPassword.chatSpecifyPassword.chatInputText {
     border-radius: 10px;
}


/* Настройка входа в чат (конец) */
/*
http://img0.liveinternet.ru/images/attach/c/7/97/721/97721299_1326633668U610.jpg
*/

* {

   margin: 0;
   padding: 0;

}

body {
margin: 0;
padding: 0;
margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
margin-bottom: 0%;
font-size: 14pt;
}

/*
div {
-moz-user-select: none;
-webkit-user-select: none;
}

*/

.chatUserAway span {
     background-color: #a30000;
     border-radius: 10px;
}

.chatHeader .chatTopLine {
/* меню чата */
    border-radius: 20px;
}

em {
/* отступы в сообщениях (не для всех) */
    margin-left: 2%;
    margin-right: 2%;
}

strong > span {
    margin-left: 2%;
    margin-right: 2%;
}

.chatTabs > ul > li > a {
/* Скруглённые углы в привате для всех пользователей в чате */
    padding: 0px 14px 0px 10px;
    height: 100%;
    text-decoration: none;
    border-top: 0px none !important;
    border-right: 0px none !important;
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
    border-radius: 10px;
}

.chatEventDiv {
     background-color: #6699cc;
     margin-right: 38%;
     border-radius: 10px;
}

#events.data {
/* Автор новости чата */
     background-color: #99cc99;
     border-radius: 10px;
     height: 5%;
     margin-right: 10%;
}

.chatTime {
 /* background-color: #99cc99;
     border-radius: 10px; */
     font-size: 12pt;
     color: #ffcc00;
}

.chatTime {
     font-size: 12pt;
     color: #ffcc00;

}

.rightColumn , font {
    text-shadow:3px 3px 10px red,-3px -3px 10px yellow;
    color: #101921;
    Tahoma
}



.chatMessage.chatMessageToMe > .chatTime {
/* Цвет времени в выделенном личном сообщении */
     color: #0000ff;
}

.chatMessage.chatSystemMessage > .chatTime {
/* Цвет времени в системной строке */
     color: #0000ff;
}

.chatTabs span {
/* Меню приложений чата */
/*    background-color: #e0e0f0; */
     font-family: Palatino Linotype;
     font-size: 14pt;
     border-radius: 10px;
}

.chatTabs, font {
    text-shadow:3px 3px 10px red,-3px -3px 10px yellow;
    color: #101921;
    Tahoma
}

.chatSendText.chatInputText {
/* Строка ввода текста в чат */
     background-color: #efcfdf;
     font-size: 14pt;
     height: 20px;
     color: #0000f0;
     border-radius: 10px;
}

.chatPeople ul.chatPeopleList li a.chatUser { background: transparent url("http://islandlove.pw/vip_smail/vip_0031.gif ") no-repeat 0px 0px / 20px 15px; padding-left: 20px; padding-bottom:0px; height: 50px; }

keygen, select, select[size="0"], select[size="1"] {
    border-radius: 25px;
    border-color: rgb(169, 169, 169);
}

select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: yellow;
    background-color: blue;
    cursor: default;
    border: 1px solid;
}

.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel {
    position: absolute;
    left: 16px;
    top: 7px;
    font-weight: normal;
    font-size: 12pt;
    z-index: 99;
}

#join-chat-button:hover {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#join-chat-button, #join-chat-button2, #chat_main a, .chatTopLineWrapper > ul > li > ul > li > a, .chatTopLineWrapper ul li.chatMenuItemWithSeparator a, .justify, div.chatMessage span.chatUserFrom, .chatTabs ul, .chatTabs ul li.appTab a, .chatTopLineWrapper > ul > li > a, .chatTabs > ul > li.chatTab > a, .chatSendLinksPanel a.chatLinkSmiles, .chatSendLinksPanel .chatLinkImage, .has-user-id .chatLinkProfile, .chatSendLinksPanel a, .chatLinkGold, .chatLinkVip, .chatLinkModerate, .chatLinkMore, .chatSoundPanel a, chatUserWrapper a, .removePopupMenu, .chatPopupMenuDiv2 a, chatPopupMenuContent, .chatUserMenu a, .chatFooter .chatFooterWrapper .chatPanel .chatSendButtonPanel .chatSendButton, .chatPeople ul.chatPeopleList li, .chatPeople ul.chatPeopleList li a.chatUser {
    cursor: url("http://cur.cursors-4u.net/cursors/cur-2/cur116.cur"), 
 default;
}

#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, #join-chat-button2 {
    background: transparent url("http://www.look.com.ua/pic/201510/2560x1600/look.com.ua-135397.jpg") no-repeat scroll 0 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100% 110%;
    border-radius: 25px 25px 25px 25px;
    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;
}

.chatUserMenu {
    padding: 8px 0 12px 0;
    width: 145px;
    overflow: hidden;
}



.chatPeople .chatPeopleTitle {
    height: 22px;
    width: 179px;
    color: #28a0f0;
}

#join-chat-button, #join-chat-button2, #chat_main a, .chatTopLineWrapper > ul > li > ul > li > a, .chatTopLineWrapper ul li.chatMenuItemWithSeparator a, .justify, div.chatMessage span.chatUserFrom, .chatTabs ul, .chatTabs ul li.appTab a, .chatTopLineWrapper > ul > li > a, .chatTabs > ul > li.chatTab > a, .chatSendLinksPanel a.chatLinkSmiles, .chatSendLinksPanel .chatLinkImage, .has-user-id .chatLinkProfile, .chatSendLinksPanel a, .chatLinkGold, .chatLinkVip, .chatLinkModerate, .chatLinkMore, .chatSoundPanel a, .chatFooter .chatFooterWrapper .chatPanel .chatSendButtonPanel .chatSendButton, .chatMessage a {
    cursor: url("http://cur.cursors-4u.net/cursors/cur-2/cur116.cur"), 
 default;
}

.chat {
    cursor: url("http://cur.cursors-4u.net/cursors/cur-2/cur116.cur"), default;
}

.chatSendButton {
/* Цвет кнопки Отправить */
     background-color:#0000CC;
     color: #99FF99;
     border-radius: 10px;
}

/* подчёркивание ников в правой колонке */
/*
.chatUser span {
     text-decoration: underline;
}

.user-60707> .chatUserIcon b {
       float:none;
}

/* Начало вставки ника муж. */

/* Конец вставки ника*/

.chatFooter a {
   color: #0000f0;
}

.chatHeader.b1 { border-radius: 25px; } .chatFooter { border-radius: 25px; } div#chatMain { border-radius: 25px; }

.chatPeople.vscrollable {
 background-image:url(http://islandlove.top/vip_smail/vip_0102.gif);
   background-position: bottom ; 
   background-repeat:no-repeat;

}

.chatSendText.chatInputText {
/* Строка ввода текста в чат */
     background-color: #efcfdf;
     font-size: 14pt;
     height: 20px;
     color: #0000f0;
     border-radius: 10px;
}

.rightColumn , font {
    text-shadow:3px 3px 10px red,-3px -3px 10px yellow;
    color: #101921;
    Tahoma
}

.smilesBox { position: absolute; left: 0px; top: 0px; width: 97%; height: 250px; overflow: auto; z-index: 98; }


/* Блок для окна смайлов - начало */
.chatPopupMenuDiv1 {
/* Фон и скругление при нажатии на ссылку смайлы */
     background: linear-gradient(168deg, #3060a0, #a3cddd, #afefbf);
     border-radius: 10px;
}

.chatPopupMenuDiv2 {
/* Задняя панель загрузка (окно расположено ЗА окном смайлов, 
   код влияет на ссылку медиа) */
     background: linear-gradient(168deg, #3060a0, #a3cddd, #afefbf);
     height: 100px; 
     margin-left: 10px;
     border-radius: 20px;
}

.chatPopupMenuDiv2 p { 
/* цвет текста для кода выше, при желании можно указать размер */
     color: #000000;
     font-size: ;
}

.smilesBox p { 
/* настройка заголовков: Основные смайлы: и Для VIP-пользователей: 
   размер шрифта и цвет при желании укажи свой */
     font-size: 24pt;
     margin-left: 20pt;
     margin-bottom: 0pt;
     color: #ffffcc;
}

.smilesBox {
/* Основной блок смайлов. Фон не даю, секрет чата! 
   картинку фона подставишь свою, если нужно */
     background-image:url(http://oboi.kards.qip.ru/images/wallpaper/23/25/140579_1280_1024.jpg);
     width: 90%; /* ширина окна со смайлами */
     margin-left: -15pt; /* отступ слева окна со смайлами */
     border-radius: 50px; /* скругление углов, подставь своё значение */
}

/* Блок для окна смайлов - конец */

.adm-icon { background-image: url("http://www.iconsearch.ru/uploads/icons/ledicons/16x16/crown.png"); }

.user60707 { background: transparent url("http://smiles24.ru/data/smiles/smiles-koroli-30.gif") no-repeat scroll 0px 0px / 15px 16px; padding-left: 20px; padding-bottom:0px;
font-family: ALGERIAN;
   font-size: large;
   font-style: italic; }

.user-60707 .adm-icon { background-image: url("http://www.iconsearch.ru/uploads/icons/ledicons/16x16/crown.png"); }

.user1415652 { background: transparent url("http://smiles24.ru/data/smiles/smiles-koroli-30.gif") no-repeat scroll 0px 0px / 15px 16px; padding-left: 20px; padding-bottom:0px; }

.user1227967 {
    background: transparent url("http://smiles24.ru/data/smiles/smiles-koroli-30.gif") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

.user2316796 {
    background: transparent url("http://www.iconsearch.ru/uploads/icons/softwaredemo/48x48/checked_shield_green.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

.user2320996 {
    background: transparent url("http://www.iconsearch.ru/uploads/icons/softwaredemo/48x48/checked_shield_green.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

.user2373203 {
    background: transparent url("http://www.iconsearch.ru/uploads/icons/softwaredemo/48x48/checked_shield_green.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

.user2405936 {
    background: transparent url("http://www.iconsearch.ru/uploads/icons/softwaredemo/48x48/checked_shield_green.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

.user2194496 {
    background: transparent url("http://www.iconsearch.ru/uploads/icons/softwaredemo/48x48/checked_shield_green.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

.user2353828 {
    background: transparent url("http://www.iconsearch.ru/uploads/icons/softwaredemo/48x48/checked_shield_green.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

.user2392252 {
    background: transparent url("http://www.iconsearch.ru/uploads/icons/softwaredemo/48x48/checked_shield_green.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

.chatUserVip { background: transparent url("https://forumupload.ru/uploads/2015/01/31/11875746.gif") no-repeat scroll 0px 0px;

0

3

Код:
.chatHeader .chatTitle {text-shadow: 1px 1px 0 rgba(79, 145, 245, 0.06);} .chatHeader {color: rgba(46, 245, 164, 0);}

.chatHeader {
   background-image: url(https://imgdepo.com/id/i9032488);
   background-position: center center;
   background-repeat:no-repeat;
   border-radius: 50px 50px 0px 0;
} 

.chat {
border-radius: 50px; 
/* border: 3px solid #00FFFF; */
}

#chatMainMenuChat { 
border: 2px solid #22bae0; 
border-radius: 15px; 
box-shadow: 0 0 3pt 2pt #00FFFF;
background-color:#bfdceb;
}


#chatMainMenuProfile {
 border: 2px solid #21bae0; 
border-radius: 15px; 
box-shadow: 0 0 3pt 2pt #00FFFF;
background-color:#bfdceb ;
}

#chatMainMenuChatovod {
 border: 2px solid #21bae0; 
border-radius: 15px; 
box-shadow: 0 0 3pt 2pt #00FFFF;
background-color:#bfdceb ;
}

/* .chatHeader { 
border-radius: 50px; 
} */

.chatTopLine{
border-radius: 50px 50px 0px 0px;
font-family:Comic Sans MS;
box-shadow: 0 0 3pt 2pt #00FFFF;
} 


.chatTopLineWrapper  ul > li > a {
 border-radius: 50px 50px 0px 0px;
 }


.chatMessage{ 
font-weight: bold;
 }


.chatPeopleList{ 
font-family: Comic Sans MS; font-size: 13px; 
}


 .chatFooter {
border-radius: 0px 0px 35px 35px;
 } 


/* .chatMain { 
border-radius: 20px; 
} */
/*.hover{
 border-radius: 15px; 
box-shadow: 0 0 3pt 2pt #00FFFF;
} */

.chatPeople ul.chatPeopleList li.hover {
border-radius: 15px;
background-color:#bfdceb;
border: 3px solid #00FFFF;

}

.chatTabs > ul > li > a { 
padding: 0px 14px 0px 10px; 
height: 100%; 
text-decoration: none;
 border-top: 0px none !important; 
border-right: 0px none !important; 
vertical-align: middle; display: inline-block; 
line-height: 24px; } 
.chatTabs > ul > li > a { /* Скруглённые углы в привате для всех пользователей в чате */ padding: 0px 14px 0px 10px; 
height: 100%; text-decoration: none; 
border-top: 0px none !important; 
border-right: 0px none !important; 
vertical-align: middle; display: inline-block; 
line-height: 24px; 
border-radius: 10px; }

.smilesBox { 
/* background-color: rgba(70, 212, 224, 0.93); */
background-color:#bfdceb;
position: absolute; left: 0; top: 0; width: 900px; 
height: 250px; overflow: auto; z-index: 100; 
border: 3px solid #00ffff;
}

.chatSendButton { 
font-style:italic; border-radius: 10px; background-color: #bfb8ae;
 }

.user-2336163 img[title="Модератор"]{
    display: none;
}

.user-2387939 .mod-icon {
    background-image: url("http://www.audit4web.ru/ico/dlh.gif");
}

.chatPeople ul.chatPeopleList li a.chatUser { background: transparent url("https://vk.com/images/emoji/D83DDC8B.png") no-repeat 0px 0px / 15px 15px; padding-left: 20px; padding-bottom:0px; height: 50px; }
.user2387939 { background: transparent url("http://liubavyshka.ru/_ph/168/1/763099581.jpg") no-repeat scroll 0px 0px / 15px 16px; padding-left: 20px; padding-bottom:0px; }
.user2374063 { background: transparent url("http://kartinki-vernisazh.ru/_ph/118/2/982505653.gif?1460822017") no-repeat scroll 0px 0px / 15px 16px; padding-left: 20px; padding-bottom:0px; }
.chatUserVip { background: transparent url("https://forumupload.ru/uploads/2015/01/31/11875746.gif") no-repeat scroll 0px 0px;

.chatTopLine { position: absolute; top: 10px; right: 12px; font-size: 9pt; border-radius: 25px; } .downarrowclass { position: absolute; top: 9px; right: 7px; background-image: url("../../i/widget/down2.png"); } 
.chatTopLineWrapper ul { margin: 0; padding: 0; list-style-type: none; border-radius: 25px; } 
.chatTopLineWrapper ul li a { display: block; padding: 4px 10px 4px 10px; text-decoration: none; text-transform: lowercase; border-radius: 25px; } .chatTopLineWrapper ul li ul { position: absolute; left: 0; display: block; visibility: hidden; border-color: #2235D8 #3B25E2 #221AB1 #D821E4; border-style: solid; border-.smilesBox { position: absolute; width: 1160px; height: 250px; overflow: auto; overflow-x: auto; overflow-y: auto; z-index: 98; }1160px; height: 250px; overflow: auto; overflow-x: auto; overflow-y: auto; z-index: 98; }

0

4

Код:
.chatHeader .chatHeaderWrapper:after { content:"Свой текст"; font-family: a_AlgeriusBlw; font-size: 11px; color:#FF6600; letter-spacing: 2px; position: absolute; top:80%; left:0px; bottom:0; right:0px; z-index: 1; -webkit-animation: l1_animation 40s linear infinite; -moz-animation: l1_animation 40s linear infinite; } 
@-webkit-keyframes l1_animation { 0%{left:100%;} 100%{left:-100%;} } 
@-moz-keyframes l1_animation { 0%{left:100%;} 100%{left:-100%;} } 

/*шапка*/ 
.chatHeader { 
color: transparent; 
text-shadow: 0px 0px 0 transparent; 
} 
.chatHeader .chatTitle { 
text-shadow: 0px 0px 0 transparent; 
} 

.chatHeader{ 
height:45px; 
width:100%; 
position: relative; 
background-image: url("http://imgs.su/users/70140/1488824861.gif "), url("http://x-lines.ru/glitter/g/032/062/40/0/kpzsg4mbpoogh3mwq7z.. "), url("http://imgs.su/users/70140/1489680601.png"); 
background-position: bottom 1px left 0, bottom left 50%, left 0px bottom; 
background-repeat: no-repeat, no-repeat, repeat-x ; 
background-size: auto 100%,auto 100%,102% 100%; 

border-image-width: 2px; 
border-image-source: url(http://imgs.su/users/70140/1488826733.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 


} 

/*Размер общей комнаты*/ 

chatMain .chatMessages, .chatMain .chatPrivateMessages { 
width:100%; 
} 

/*Текст в чате*/ 
.chatMain .chatMessages, .chatMain .chatPrivateMessages { 
font-family: Arial; 
font-weight: bold; 
font-size:16px; 
text-shadow: 1px 1px 0 #000; 

} 

/*Общий фон чата*/ 

.chatMain{ 
background-image: url("http://imgs.su/users/70140/1489680268.jpg"); 
background-position: left top; 
background-repeat:no-repeat; 
background-size: 100% 100%; 

border-image-width: 3px; 
border-image-source: url(http://imgs.su/users/70140/1488814776.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
box-shadow: 0 0 1px #B1F4F8, 0 0 2px #B1F4F8, 0 0 3px #fff, 0 0 4px #fff, 0 0 8px #fff inset; 

} 

/*Фон в привате*/ 

.chatMain .chatPrivateMessages { 
background-image: url("https://3.bp.blogspot.com/-9wg77iZYABI/Vw4v1ygQPFI/AAAAAAACPJ.."); 
background-position: left top; 
background-repeat:no-repeat; 
background-size: 100% 100%; 

border-image-width: 3px; 
border-image-source: url(http://imgs.su/users/70140/1488814776.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
box-shadow: -6px 6px 7px -4px #333; 
} 

/*Фон правой колонки*/ 
chatPeople { 
background-image: url("http://imgs.su/users/70140/1489680758.jpg "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 150% 110%; 

border-image-width: 5px; 
border-image-source: url(http://imgs.su/users/70140/1488815108.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 

box-shadow: -6px 6px 7px -4px #333; 
} 

/*Выдвигающаяся правая колонка*/ 

chatMain .chatPeople{ 
width:172px; 
height:39px; 

background-color: transparent; 
transition:height 0.6s; 
transition-timing-function:linear; 
/* Firefox 4 */ 
-moz-transition:height 0.6s; 
-moz-transition-timing-function:linear; 
/* Safari and Chrome */ 
-webkit-transition:height 0.6s; 
-webkit-transition-timing-function:linear; 
/* Opera */ 
-o-transition:height 0.6s; 
-o-transition-timing-function:linear; 
} 

.chatMain .chatPeople:hover 
{ 
height:98%; 
} 


/*Фон футера*/ 

.chatFooter .chatFooterWrapper{ 
background-image: url("http://imgs.su/users/70140/1489681231.png "); 
background-position: center center; 
background-repeat: repeat-x; 
background-size: 100% 100%; 

border-image-width: 3px; 
border-image-source: url(http://imgs.su/users/70140/1488815108.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
box-shadow: -2px -2px -2px #B1F4F8, -4px -4px -4px #B1F4F8, -8px -8px -8px #B1F4F8, -16 -16 -16px #2F2BAD, -32 -32 -32px #2F2BAD; 
} 

/*Кнопки меню справа в верху*/ 

.chatTopLine{ 
background-image:url("http://imgs.su/users/70140/1489680601.png "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size:
100% 100%; 
border-image-width: 5px; 
border-image-source: url(http://imgs.su/users/70140/1488815108.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
border-radius: 5px; 
} 

.chatTopLineWrapper > ul > li > a:hover { 
background-image: url("http://www.hiperinfo.ru/2background1/blue073-2-.jpg "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 100% 100%; 
color: #fff; 
border-image-width: 5px; 
border-image-source: url(http://imgs.su/users/70140/1488815108.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
border-image-radius: 15px; 
box-shadow: 0 0 2px #B1F4F8, 0 0 4px #B1F4F8, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff; 

} 

/*Лист анкета в верхнем правом углу*/ 

.chatTopLineWrapper ul li ul { 
display: block; 
left: -150px; 
top: 40px; 
visibility: visible; 
width: 197px; 
margin: 15px 0 0 0; 

} 

.chatTopLineWrapper ul li ul { 
background-image: url("https://img-fotki.yandex.ru/get/6202/52732579.af/0_976e9_6c97.. "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 105% 112%; 
border-image-width: 10px; 
border-image-source: url(http://imgs.su/users/70140/1488815108.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
border-radius: 5px; 
padding: 10px 10px 10px 10px; 

box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset; 

} 

.chatTopLineWrapper ul li ul:hover { 
border-image-width: 10px; 
border-image-source: url(http://imgs.su/users/70140/1488815108.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(255, 0, 0, 0.8), 23px 0 20px -23px rgba(255, 255, 0, 0.8), 0 0 40px rgba(255, 255, 255, 0.1) inset; 
-webkit-transform: scale(1.1); 
-ms-transform: scale(1.1); 
transform: scale(1.1); 
} 

.chatTopLineWrapper > ul > li > ul > li > a:hover { 
background-color: #FFFCB9; 
opacity: 1; 
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(255, 0, 0, 0.8), 23px 0 20px -23px rgba(255, 255, 0, 0.8), 0 0 40px rgba(255, 255, 255, 0.1) inset; 
} 

.chatTopLineWrapper > ul > li > ul > li > a{ 
font-family:Lobster; 
font-size: 16px; 

color:#ff0000; 
} 


/*текст на кнопках в общей комнате*/ 
.chatTabs > ul > li.chatTab > a { 
font-weight: bold; 
color: #fff; 
} 

.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, .chatTabs > ul > li.chatTab > a.active { 
font-weight: bold; 
color: #FFF; 
} 

/*Кнопки общей и приват комнате*/ 

.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, 
.chatTabs > ul > li.chatTab > a.active { 
background-image: url("http://imgs.su/users/70140/1489680601.png "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 100% 100%; 
border-image-width: 5px; 
border-image-source: url(http://imgs.su/users/70140/1488815108.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
border-radius: 5px; 

} 

.chatTabs > ul > li.chatTab > a { 
background-image: url("http://www.hiperinfo.ru/2background1/blue073-2-.jpg "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 100% 100%; 

border-image-width: 5px; 
border-image-source: url(http://imgs.su/users/70140/1488815108.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
border-radius: 5px; 
} 

/* Панель вкладок приложений*/ 

.chatTabs { 
height: 37px; 
left: 0; 
position: absolute; 
right: 171px; 
top: 0; 
} 

.chatTabs { 
background-image: url("http://imgs.su/users/70140/1489680601.png "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 100% 100%; 
border-image-width: 3px; 
border-image-source: url(http://imgs.su/users/70140/1489680601.png); 
border-image-slice: 30; 
border-image-repeat: stretch; 

border-radius: 5px; 

} 


/*Сколько человек в чате*/ 

.chatPeople .chatPeopleTitle{ 
margin: 0 0 0
0;} 

.chatPeople .chatPeopleTitle{ 
height:26px; 
width:179px; 
} 

.chatPeople .chatPeopleTitle { 
background-image: url("http://imgs.su/users/70140/1489680601.png "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 105% 100%; 
padding: 13px 0 0 15px; 
box-shadow: 0 1px 4px rgba(255, 255, 255, 0.8) inset; 
border-image-width: 5px; 
border-image-source: url(http://imgs.su/users/70140/1488818600.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
border-radius: 5px; 

} 

/*выделение ников справа посетителей*/ 

.chatPeople ul.chatPeopleList li { 
background-image: url("https://img-fotki.yandex.ru/get/6202/52732579.af/0_976e9_6c97.. "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 105% 112%; 
border-image-width: 1px; 
border-image-source: url(http://imgs.su/users/70140/1488818792.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
padding: 10px 10px 10px 10px; 
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset; 

} 

.chatPeople ul.chatPeopleList li.hover { 
background-image: url("https://img-fotki.yandex.ru/get/6202/52732579.af/0_976e9_6c97.. "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 105% 112%; 
border-image-width: 1px; 
border-image-source: url(http://imgs.su/users/70140/1488826733.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
padding: 10px 10px 10px 10px; 
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
} 

/*ники в общей*/ 



div.chatMessage span.chatUserFrom { 
font-size: 14px; 
font-weight: bold; 
text-shadow: 1px 1px 1px #000; 
font-family: serif; 
padding: 0px 10px 0px 10px; 
} 

/*Мигание ников*/ 

.chatMessageToMe .chatToUser { 

padding: 0px 10px 0px 10px; 
background: Violet; 
position: relative; 
/* Chrome, Safari, Opera */ 
-webkit-animation-name: myfirst; 
-webkit-animation-duration: 5s; 
-webkit-animation-timing-function: linear; 
-webkit-animation-delay: 4s; 
-webkit-animation-iteration-count: infinite; 
-webkit-animation-direction: alternate; 
-webkit-animation-play-state: running; 
/* Standard syntax */ 
animation-name: myfirst; 
animation-duration: 5s; 
animation-timing-function: linear; 
animation-delay: 4s; 
animation-iteration-count: infinite; 
animation-direction: alternate; 
animation-play-state: running; 
border-radius:3px; 
} 

/* Chrome, Safari, Opera */ 
@-webkit-keyframes myfirst { 
0% {background:DeepSkyBlue ;} 
25% {background:lightblue;} 
50% {background:DarkViolet ;} 
75% {background:DeepSkyBlue ;} 
100% {background:Red;} 
} 

/* Standard syntax */ 
@keyframes myfirst { 
0% {background:DeepSkyBlue ;} 
25% {background:Violet;} 
50% {background:DarkViolet ;} 
75% {background:DeepSkyBlue ;} 
100% {background:Red;} 
} 


/*Выделение пунктов меню, в меню справа в верху*/ 

.chatTopLineWrapper > ul > li > ul > li > a:hover { 
background-color: #65E5E6; 
opacity: 1; 
} 

/*Иконки у ников справа*/ 

.chatUserVip { 
background: transparent url("http://imgs.su/users/70140/1489682312.gif") 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: #fff; 
font-family: Arial; 
font-weight: bold; 

word-wrap: break-word; 
} 

/*Бегущая строка в футере чата*/ 

.chatFooter .chatFooterWrapper:after { content:"Свой текст"; font-family:arial; font-size: 11px; color:#FF0099; letter-spacing: 2px; position: absolute; top:80%; left:0px; bottom:0; right:0px; z-index: 1; -webkit-animation: l1_animation 40s linear infinite; -moz-animation: l1_animation 40s linear
infinite; } 
@-webkit-keyframes l1_animation { 0%{left:100%;} 100%{left:-100%;} } 
@-moz-keyframes l1_animation { 0%{left:100%;} 100%{left:-100%;} } 

/*Новость при входе в чат*/ 

.chatMessage.type-news{ 
width: 50%; 
height: auto; 
background: #b1f4f8; 
position: relative; 
right: -20%; 

border-radius: 5px; 
box-shadow: 2px 2px 2px 2px #006E86; 
/* Chrome, Safari, Opera */ 
-webkit-animation-name: myfirst; 
-webkit-animation-duration: 5s; 
-webkit-animation-timing-function: linear; 
-webkit-animation-delay: 2s; 
-webkit-animation-iteration-count: infinite; 
-webkit-animation-direction: alternate; 
-webkit-animation-play-state: running; 
/* Standard syntax */ 
animation-name: myfirst; 
animation-duration: 5s; 
animation-timing-function: linear; 
animation-delay: 2s; 
animation-iteration-count: infinite; 
animation-direction: alternate; 
animation-play-state: running; 
} 

/*Кнопка отправки сообщений*/ 

.chatFooter .chatFooterWrapper .chatPanel .chatSendButtonPanel .chatSendButton { 
background-image: url("https://forumupload.ru/uploads/2015/01/31/11875746.gif "); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 100% 100%; 
border: 1px solid blue; 
color: #fff; 
font-weight: bold; 
border-radius: 5px; 


box-shadow: 0 0 2px #B1F4F8, 0 0 4px #B1F4F8, 0 0 8px #B1F4F8, 0 0 16px #2F2BAD, 0 0 32px #2F2BAD; 

} 

/*Сверкающий фон или текст*/ 

.chatFooter:after, .chatFooter:before { 
content: ""; 
position: absolute; top: 0; left: 0; 
display: block; width: 50%; height: 50%; 
background-image: 
radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%), 
linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%), 
linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%); 
-webkit-animation: blink6 10s linear infinite; animation: blink6 10s linear infinite; 
transform: scale(0, 0) rotate(0deg); 
} 

.chatFooter:before { 
top: -200px; 
right: 0; left: auto; 
-webkit-animation-delay: 5s; animation-delay: 5s; } 

/*Окно смайлов*/ 

.chatEventDiv, .chatPopupMenuDiv1, .chatPopupMenuDiv2, .smilesBox.hover { 
background: transparent url(http://mirgif.com/priroda/peyzazh25.gif); 
background-position: center center; 
background-repeat:no-repeat; 
background-size: 100% 100%; 
padding:5px 0px 0px 10px; 
border: 1px solid #FED629; 
border-radius:5px 5px 5px 5px; 
box-shadow:2px 2px 1px #555; 
} 

.chatEventDiv, .chatPopupMenuDiv1, .chatPopupMenuDiv2.hover{ 
background: transparent url(http://mirgif.com/priroda/peyzazh25.gif); 
background-position: center center; 
background-repeat:no-repeat; 
background-size: 100% 100%; 

border: 1px solid #FED629; 
border-radius:5px 5px 5px 5px; 
box-shadow:2px 2px 1px #555; 
} 

.smilesBox{ 
background: transparent url(http://mirgif.com/priroda/peyzazh25.gif); 
background-position: center center; 
background-repeat:no-repeat; 
background-size: 100% 100%; 
border: 1px solid #FED629; 
border-radius:5px 5px 5px 5px; 
box-shadow:2px 2px 1px #555; 
} 

.smilesBox { 
position: absolute; 
left: 0px; 
top: 0px; 
width: 98%; 
height: 250px; 
overflow: auto; 
z-index: 98; 
} 

/*блок входа в чат*/ 
/*кнопка входа в чат*/ 

#join-chat-button, #join-chat-button2 { 
background: transparent url("http://imgs.su/users/70140/1488885778.gif ") no-repeat scroll 0 0; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 100% 190%; 
font-size:12px; 
width: 100px; 
height: 28px; 
border: 2px solid #fff; 
border-radius: 5px; 
color: #fff; 
padding: 0 10px 0 10px; 

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; 
} 

/*Страница входа*/ 

.chatFull .transparent { 
background: url(http://imgs.su/users/70140/1489682821.jpg); 
background-position: right bottom; 
background-repeat: repeat-x; 
background-size: 100% 100%; 
color: #fff; 
font-weight: bold; 
border-image-width: 10px; 
border-image-source:
url(http://imgs.su/users/70140/1488832306.gif); 
border-image-slice: 30; 
border-image-repeat: stretch; 
} 

/*Время*/ 

.chatTime { 
position: absolute; 
right: 5px; 
visibility: hidden; 
padding:2px 10px 2px 10px; 
color: #F0294C; 
float: right; 
font-size: 8pt; 
font-style: normal; 
} 


/*Гугле*/ 

@-webkit-keyframes blink6 { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } 
} 

@keyframes blink6 { 
10% { transform: scale(1, 1) rotate(80deg); } 
20% { transform: scale(0, 0) rotate(160deg); } 
100% { transform: scale(0, 0) rotate(0deg); } 
} 

@-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); } 
} 

@-webkit-keyframes l1_animation { 
0%{left:100%;} 
100%{left:-100%;} 
} 
@-moz-keyframes l1_animation { 
0%{left:100%;} 
100%{left:-100%;} 
}

0

5

Код:
.chat {
  border:0;
}
 a {
  color: #c4c4c4;
}
.chatMain {
  background-color:rgba(120,45,14,.7);
  background-image: url(https://s8.hostingkartinok.com/uploads/images/2017/09/9567c9c3c64047482524e91ab6826937.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.chatHeader .chatTitle {
  text-shadow: none;
}
.chatMain .chatPeople {
    border-left: 5px solid #fff;
}
.chatSendLinksPanel a span,
.chatSoundPanel a span,
.chatUserMenuItems a,
.chatTabs a,
.chatPopupMenuContent a {
  text-decoration:none!important;
  border-bottom:none!important;
}
.chatHeader,
.chatFooter,
.chatTabs > ul > li.chatTab.chatTabActive > a, 
.chatTabs > ul > li.chatTab > a:hover, 
.chatTabs > ul > li.chatTab > a.active {
  background-color: #782D0E;
  color:#fff;
}
.chatHeader .chatTitle,
.chatPeopleTitle {
  color:#fff;
}
.chatHeader {
  background-image: url(https://s8.hostingkartinok.com/uploads/images/2017/09/9567c9c3c64047482524e91ab6826937.jpg);
  border-bottom: 0;
  height:46px;
}
.chatTopLineWrapper > ul > li > a {
  text-shadow: none;
}
.chatFooter {
  border-top: 5px solid #fff;
  background: #782D0E url(https://s8.hostingkartinok.com/uploads/images/2017/09/9567c9c3c64047482524e91ab6826937.jpg);
}
.chatTabs,
.chatFooter,
.chatPeople {
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}
.chatPeopleList {
  border-top:1px solid #fff;
}
.chatTabs {
  border-bottom:1px solid #fff;
  transition:.5s;
}
.chatMain .chatPeople.vscrollable::after {
  opacity:0;
  position:absolute;
  bottom:2px;
  right:15px;
  content:'ХУЙ СОСАТЬ НЕ ХОЧЕШЬ?';
  color:#333;
  font-size:9px;
}
.chatMain .chatPeople:hover::after {
  opacity:1;
}
.chatTabs > ul > li > a,
.chatToUser {
  border-radius: 5px;
}
.chatMessageToMe .chatToUser {
  padding: 3px 6px;
}
.chatMessages .chatMessage:not(.chatSystemMessage) strong:first-child {
  display: block;
  background: linear-gradient(90deg, transparent, black, transparent);
  text-align: center;
  padding: 6px 2px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
}
.chatPeopleTitle {
  text-align: center;
  font-weight: bold;
  line-height:3em;
  height:33px;
}
.chatUser {
  white-space:nowrap;
  overflow:hidden;
}
.chatMessages.vscrollable,
.chatPrivateMessages.vscrollable {
  right:0;
}
.chatMain .chatPeople {
  height:42px;
  transition:.5s;
  overflow: hidden;
}
.chatMain .chatPeople:hover {
  height:99.2%;
  background-color:rgba(0,0,0,.6);
}
.chatMain .chatPeople:hover .chatPeopleList  {
  border-top:0;
}
.chatTabs:hover {
  background-color:rgba(0,0,0,.6);
}
.chatSendText,
 select,
.chatInputText,
#sign-in-label a, 
.dialog-buttons button,
input[type="button"],
input[type="submit"],
input[type="text"]  {
  outline:none;
}
.chatSendButton,
 select,
input[type="button"],
input[type="submit"] {
  cursor:pointer;
}
input[type=button],
input[type=submit] {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,.5);
  user-select: none;
  border: 1px solid rgb(80,32,0);
  border-radius: 5px;
  outline: none;
  background: rgb(147,80,36) linear-gradient(rgb(106,58,26), rgb(147,80,36) 80%);
  box-shadow:
   0 6px rgb(86,38,6),
   0 3px 15px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
}
input[type=button]:hover,
input[type=submit]:hover {
  background: rgb(167,91,41) linear-gradient(rgb(126,69,31), rgb(167,91,41) 80%);
}
input[type=button]:active,
input[type=submit]:active {
  background: rgb(120,63,25) linear-gradient(rgb(120,63,25) 20%, rgb(167,91,41));
  box-shadow:
   0 2px rgb(86,38,6),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.content form {
  background: rgba(0,0,0,.4) url(http://madeas.ru/ChaTemplate/bg/coffee_form.png) 0 0 no-repeat;
  background-size: 100%;
  color: #fff;
  width:250px;
  height: 140px;
  margin-auto;
  padding: 35px 30px;
}
.chatPeople ul.chatPeopleList li.hover {
  border-top:1px solid rgba(51,51,51,.50);
  border-bottom:1px solid rgba(51,51,51,.50);
  background-color: rgba(0,0,0,.40);
}
.smilesBox {  
  border-top:1px solid #CFCFC9;
  border-right:1px solid #CFCFC9;
  padding:0 3px;
}
.smilesBox p,
.chatPopupMenuContent p {
  color:#000;
}
 select,
.chatSendText,
.chatInputText,
.chatSpecifyPassword input[type=text],
.chatTopLineWrapper ul > li > a,
.chatTopLine {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.chatHeader .chatTopLine {
  border:0;
}
.chatSendText,
.chatInputText,
.chatSpecifyPassword input[type=text] {
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
  padding: 3px 4px;
}
.chatSendButton {margin-top:-2px;}
.chatMessages.vscrollable,
.chatPrivateMessages.vscrollable {
  margin:5px 7px 7px 0;
}
.smilesBox::-webkit-scrollbar,
.chatMessages.vscrollable::-webkit-scrollbar,
.chatPrivateMessages.vscrollable::-webkit-scrollbar {
  width: 6px;
}
.smilesBox::-webkit-scrollbar-thumb,
.chatMessages.vscrollable::-webkit-scrollbar-thumb,
.chatPrivateMessages.vscrollable::-webkit-scrollbar-thumb {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #8A5520;
  border-radius: 6px;
}
.smilesBox::-webkit-scrollbar-thumb:hover,
.chatMessages.vscrollable::-webkit-scrollbar-thumb:hover,
.chatPrivateMessages.vscrollable::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.chatFull .transparent {
  background: rgba(120,45,14,.7) url(http://madeas.ru/ChaTemplate/bg/bg9.jpg) center center no-repeat;
  background-size: cover;
  opacity:1;
}
.chatTabsLeft {
    left: 0;
    background: transparent url(http://madeas.ru/icon/arrow-left.png) no-repeat 2px 12px / 16px 16px;
}
.chatTabsRight {
    right: 5px;
    background: transparent url(http://madeas.ru/icon/arrow-right.png) no-repeat 2px 12px / 16px 16px;
}
.chatUserAway[title="Не беспокоить"] {
  display: none;
}
 body:not(.has-nick) .chatTopLine,
 body:not(.has-nick) .chatUserMenuPhotos,
 body:not(.has-nick) .chatUserMenuGift,
 body:not(.has-nick) .chatUserMenuIgnore,
 body:not(.has-nick) .chatUserMenuBan {
    display: none;
}

body:not(.has-nick) .chatFooter::after {
  position: absolute;
  content: "Хуй не пососешь?";
  font:normal 10pt Arial;
  color: #777;
  left: 0;
  right: 0;
  bottom: 7px;
  text-align: center;
}
::selection { background: #FD685B; color: #fff; }
::-moz-selection {
 background: #FD685B;
 color: #fff;
}
.msi.msi_vcard {background: url('http://madeas.ru/ChaTemplate/icon/icon_user.png')!important;}
.msi.msi_vcard_edit {background: url('http://madeas.ru/ChaTemplate/icon/icon_sett.png')!important;}
.msi.msi_wand {background: url('http://madeas.ru/ChaTemplate/icon/icon_vip2.gif')!important;}
.msi.msi_photos {background: url('http://madeas.ru/ChaTemplate/icon/icon_ava.png')!important;}
.msi.msi_coins {background: url('http://madeas.ru/ChaTemplate/icon/icon_gold.png')!important;}
.msi.msi_ignore {background: url('http://madeas.ru/ChaTemplate/icon/icon_ig.png')!important;}

.chatUserMenuInfo {background: url(http://madeas.ru/ChaTemplate/icon/icon_user.png);}
.chatUserMenuPrivate {background-image: url(http://madeas.ru/ChaTemplate/icon/icon_pm.png);}
.chatUserMenuIgnore {background-image: url(http://madeas.ru/ChaTemplate/icon/icon_ig.png);}
.chatUserMenuBan {background-image: url(http://madeas.ru/ChaTemplate/icon/icon_ban.png);}
.chatTabs ul li.chatTab {
  background-color:#2c2e32;
}
.chatTabs ul {padding-top:6px;}
.chatTabs ul li.chatTab .close {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: inherit;
  background-image: url(http://madeas.ru/images/pro_check_circle_disabled.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius:50%;
  opacity:0;
  right: -6px;
  top: -6px;
}
.chatTabs ul li.chatTab:hover .close,
.chatTabs ul li.chatTab .close:hover {
  opacity:1;
}

.chatTabs ul li.appTab a {
  background:none!important;
}
.chatTabs ul li.appTab a::before {
    position: absolute;
    background: #69606b!important;
    border-radius: 50%;
    content: '';
    width: 4px;
    height: 4px;
    top: 40%;
    left: 6px;
}

#app18832 span {
  font-weight: bold;
  color: red;
}
#app18809 span {
  font-weight: bold;
  color: orange;
}
#app18777 span {
  font-weight: bold;
  color: blue;
}

#app13810 a span,
#chatMainMenuChat > li:nth-child(4) a span {position: relative;}
#app13810 a span::after { 
  position:absolute; 
  background: #828282;
  width:60px;
  height:24px;
  padding: 0 15px 0 10px;
  top: -5px; 
  left: -26px; 
  right: 0; 
  bottom: 0; 
  color:#333;
  content: 'Бонус Чата'; 
}

.chatMessages.vscrollable img,
.chatPrivateMessages.vscrollable img {
  max-width: 86px;
  max-height: 86px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  vertical-align: top!important;
}

.chatMain .chatMessages img:active, 
.chatMain .chatPrivateMessages.vscrollable img:active {
  max-width: none!important;
  max-height: none!important;
  pointer-events: none;
  margin-bottom:1px!important;
}

.chatMessageToMe .chatToUser {
  background: transparent url(http://madeas.ru/ChaTemplate/img/reply_0.png) ;
  font-weight: bold;
  font-style:normal;
  padding: 3px 0px;
}
a[onclick="return chat.chatSmile(':30:');"],
a[onclick="return chat.chatSmile(':50:');"], 
a[onclick="return chat.chatSmile(':vip_90:');"], 
a[onclick="return chat.chatSmile(':100:');"], 
a[onclick="return chat.chatSmile(':110:');"], 
a[onclick="return chat.chatSmile(':60:');"] {
  display:block;
  pointer-events: none;
}
a[onclick="return chat.chatSmile(':30:');"] img,
a[onclick="return chat.chatSmile(':50:');"] img,
a[onclick="return chat.chatSmile(':vip_90:');"] img,
a[onclick="return chat.chatSmile(':100:');"] img,
a[onclick="return chat.chatSmile(':110:');"] img,
a[onclick="return chat.chatSmile(':60:');"] img {
  min-width:320px!important;
  overflow: hidden;
}
.smilesBox img {
  max-width: 48px;
  max-height: 48px;
  border:0;
}
.smilesBox img:hover {
    background-color: #cccccc;
}
.chatSendLinksPanel .chatLinkProfile {
  background: transparent url(//st1.chatovod.ru/i/widget/user_comment.png) 0 0 no-repeat;
}
.chatSendLinksPanel .chatLinkGold {
  background: transparent url(http://madeas.ru/ChaTemplate/icon/icon_gold.png) 0 0 no-repeat;
}
.chatSendLinksPanel .chatLinkModerate {
  background: transparent url(http://madeas.ru/ChaTemplate/icon/icon_editor.png) 0 0 no-repeat;
}

.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel a { 
  background: url("http://madeas.ru/icon/online.png") 0 0 no-repeat; 
  animation: pulse 2s infinite; 
  margin-right:9px;
  border-radius: 50%; 
  padding-left: 15px; 
  padding-top: 5px; 
  height: 10px; 
  font-size:0; 
} 
.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel a.muted { 
  background: url("http://madeas.ru/icon/offline.png") 0 0 no-repeat; 
  animation: none; 
} 
@-webkit-keyframes pulse { 
 0% { 
  -webkit-box-shadow: 0 0 0 0 rgba(34,139,34, 0.4); 
 } 
 70% { 
  -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0); 
 } 
 100% { 
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0); 
 } 
} 
@keyframes pulse { 
 0% { 
  -moz-box-shadow: 0 0 0 0 rgba(34,139,34, 0.4); 
  box-shadow: 0 0 0 0 rgba(34,139,34, 0.4); 
 } 
 70% { 
  -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0); 
  box-shadow: 0 0 0 10px rgba(0,0,0, 0); 
 } 
 100% { 
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0); 
  box-shadow: 0 0 0 0 rgba(0,0,0, 0); 
 } 
}
.chatUserAway[title="Не беспокоить"] {
  display: none;
}
.chatMessages.vscrollable img[alt=":vip_st_1:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_1:"],
.chatMessages.vscrollable img[alt=":vip_st_2:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_2:"],
.chatMessages.vscrollable img[alt=":vip_st_3:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_3:"],
.chatMessages.vscrollable img[alt=":vip_st_4:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_4:"],
.chatMessages.vscrollable img[alt=":vip_st_5:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_5:"],
.chatMessages.vscrollable img[alt=":vip_st_6:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_6:"],
.chatMessages.vscrollable img[alt=":vip_st_7:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_7:"],
.chatMessages.vscrollable img[alt=":vip_st_8:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_8:"],
.chatMessages.vscrollable img[alt=":vip_st_9:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_9:"],
.chatMessages.vscrollable img[alt=":vip_st_10:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_10:"],
.chatMessages.vscrollable img[alt=":vip_st_11:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_11:"],
.chatMessages.vscrollable img[alt=":vip_st_12:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_12:"],
.chatMessages.vscrollable img[alt=":vip_st_13:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_13:"],
.chatMessages.vscrollable img[alt=":vip_st_14:"],
.chatPrivateMessages.vscrollable img[alt=":vip_st_14:"] {
  max-width: 132px;
  max-height: 132px;
}
/* стили из оф чата - свой статус */

.chatPeople ul.chatPeopleList li.chatUserAway[title~="Aqua"] {
    opacity: 1; 
    background-color: #76F9F3;
    padding: 3px 0 3px 8px;
}

.chatPeople ul.chatPeopleList li.chatUserAway[title~="Safari"] {
    opacity: 1; 
    background-color: #52F7B2;
    padding: 3px 0 3px 8px;
}

.chatPeople ul.chatPeopleList li.chatUserAway[title~="Dreams"] {
    opacity: 1; 
    background-color: #FFE8AA;
    padding: 3px 0 3px 8px;
}

.chatPeople ul.chatPeopleList li.chatUserAway[title~="Wave"] {
    opacity: 1; 
    background-color: #76b8f9;
    padding: 3px 0 3px 8px;
}

.chatPeople ul.chatPeopleList li.chatUserAway[title~="Purple"] {
    opacity: 1; 
    background-color: #B7B9EA;
    padding: 3px 0 3px 8px;
}

.chatPeople ul.chatPeopleList li.chatUserAway[title~="Lady"] {
    opacity: 1; 
    background-color: #F5B4F5;
    padding: 3px 0 3px 8px;
}
.chatMessage:nth-last-child(3) {
   color: hsla(26, 5%, 25%, 1);
   font-size: 105%;
}
.chatMessage:nth-last-child(2) {
   color: hsla(26, 5%, 50%, 1);
   font-size: 110%;
}
.chatMessage:last-child {
   color: hsla(26, 5%, 75%, 1);
   font-size: 115%
}
.chatMain .chatPeople {
    border-left: 1px dotted transparent;
}
.chatMessage.chatSystemMessage.type-login,
.chatMessage.chatSystemMessage.type-login .chatUserFrom span {
    color: hsla(26, 5%, 50%, 1)!important;
}
.chatMessage.chatSystemMessage.type-logout,
.chatMessage.chatSystemMessage.type-logout .chatUserFrom span {
    color: hsla(26, 5%, 25%, 1)!important;
}

0

6

Код css чата НАШ ФОРУМ: www.girlcamsxxx.ru

Код:
.chatHeader .chatTitle:after { --duration: 15s; content: 'Добро пожаловать в наш чат!'; font-size: 1.2rem; position: absolute; top: 10px; margin-left: 100px; width: 400px; white-space: nowrap; overflow: hidden; animation: typing var(--duration) infinite; text-shadow: none } @keyframes typing { 0% { width: 0 } 80% { color: #FF0000} }

.chatHeader {/* Шапка чата */background-image:url(),url();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: 82%; height: 250px; overflow: auto; z-index: 98; } 

.smilesBox,.hover { background-image:url();

 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; }



.chatMessages .chatMessage:not(.chatSystemMessage) strong:first-child {
    opacity: 0.6;
    color: #;
    background:	#;
    margin-left: -15px;
    width: 102%;
    display: block;
    padding: 6px 2px;
    font-weight: 400;
    text-align: center;



}


.user2190961 {
    background: transparent url("http://chatadelic.net/files/hpic/48/67/4795.gif") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;


    
}


.user2811800 {
    background: transparent url("https://liubavyshka.ru/_ph/137/2/23552266.gif") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;


}


.user2812556 {
    background: transparent url("http://pornokat.ru/style/favicon.png") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}


.user2812127 {
    background: transparent url("http://chatadelic.net/files/hpic/55/57/9123.gif") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

.user2811941 {
    background: transparent url("http://toolson.net/ImageData/Icon/539549.ico?r=637296101329289440") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}



.user2780069 {
    background: transparent url("http://toolson.net/ImageData/Icon/539549.ico?r=637296101329289440") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}



.user2691100 {
    background: transparent url("http://toolson.net/ImageData/Icon/539642.ico?r=637296554110366507") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}


.user2817126 {
    background: transparent url("https://img13.postila.ru/resize?w=460&src=%2Fdata%2F24%2F21%2F8e%2Fcd%2F24218ecde96000855c6af74f8e6750f592bee304cfe2422932a79edbc34889ad.gif") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}


.user2780107 {
    background: transparent url("http://s10.rimg.info/20c0db0d499fecc270518570807625ac.gif") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}



.user2360689 {
    background: transparent url("http://s10.rimg.info/20c0db0d499fecc270518570807625ac.gif") no-repeat scroll 0px 0px / 15px 16px;
    padding-left: 20px;
    padding-bottom:0px;
    
}

/*Фон правой колонки*/
.chatPeople {
background-image: url("http://bestgif.su/_ph/3/2/181143250.gif");
background-position: bottom;
background-repeat: repeat-x;
background-size: 150%
}


.chatHeader:hover:before { /*мняв*/ Иконкка в левом углу
width: 200px; 
height: 250px; 
right: 100px; 
top: 250%; 
opacity: 2;
}

.chatTitle::before {
    position: absolute;
    width:45px;
    height:45px; 
    top:12px;
    left:12px;
    content:'';
    background: url(https://liubavyshka.ru/_ph/137/2/23552266.gif) 0 0 no-repeat;
    background-size:40px;
    transition:all 0.3s ease;
}

светлые крутилки

.chatTabs > ul > li > a { padding: 5px 10px 5px 10px; height: 100%; text-decoration: none; border-top: 0px none !important; border-right: 0px none !important; 
vertical-align: middle; display: inline-block; line-height: 24px; border-radius: 20px; font-family: Monotype Corsiva;font-size: 10pt; }
.chatTabs ul { height: 28px; }.chatTabs ul li.appTab { background: transparent url("код картинки") no-repeat scroll 0 0; background-position: center center; 
background-repeat: no-repeat; background-size: 100% 100%; border-radius: 100%; padding: 3px 3px 3px 3px; font-color: transparent; box-shadow: 0 0 1px #ffffff, 
0 0 2px #fff, 0 0 3px #ffffff, 0 0 4px #ffffff, 0 0 5px #D3D3D3, 0 0 6px #FFDEAD, 0 0 7px #778899, 0 0 10px #0000CD; } .chatTabs ul li.appTab { 
-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease; } 
.chatTabs ul li.appTab:hover { border-radius: 50%; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); 
-ms-transform: rotate(360deg); transform: rotate(360deg); }.user2519686::before {content: "CSS- ";color: #333;color: #ff0000;background-color: #;font-size: 75%;padding: 1px;letter-spacing: 0px;}

.chatFooter:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; text-align: center; border-radius: 10px; }

.chatFooter {border-radius: 5px;}

.chatUserAway[title="Отошел"], .chatPeople ul.chatPeopleList li[title="Отошел"].hover {
display: none;.chatUserAway[title="Отошел"] .chatUserWrapper 
display: none;}

.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;
http://besposhhadnye.ru/

+1


Вы здесь » Колибри- 24-ру » CSS-Коды для чатов-Chatovod.ru » Готовый дизайн чатика


Рейтинг форумов | Создать форум бесплатно