У САМОВАРА...

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

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


Вы здесь » У САМОВАРА... » Новый форум » Информация для чатов


Информация для чатов

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

1

В  этой  теме предлагаю   делиться  кодами  для  украшения   чатов

0

2

.chatPeople ul.chatPeopleList li {
    background-image: url(
https://imageup.ru/img186/3859234/vydelenie_097.png
);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    font-weight: bold;
    padding: 6
px
5
px
6
px
5
px
;
    border: 1
px
solid #2E972E;
    border-radius: 10
px
;
    box-shadow: inset rgb(0 0 0 / 20%) 0 3px 8px, inset rgb(252 255 255 / 30%) 0 3px 8px, rgb(0 0 0 / 50%) 0 3px 8px 3px;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
.chatPeople ul.chatPeopleList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
.chat, .chatMain {
    cursor: url(
https://imageup.ru/img289/3717137/pack453-1-1-1.png
), auto;
}
.chat {
    font-family: 'Kurale', serif;
}
.chat {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    font: normal 14
pt
Arial;
    overflow: hidden;
}
.chat {
    font-family: 'Kurale', serif;
}
.chat {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    font: normal 10
pt
Arial;
    overflow: hidden;
}
body {
    color: #0d010d;
}
body {
    color: #5d5b53;
}
body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    color: #000000;
    background-color: #ffffff;
}

0

3

.chatHeader {/* Шапка чата */background-image:url(
https://i.ibb.co/94LRCXW/text.gif
),url(
https://img1.liveinternet.ru/images/att … 385e_L.gif
https://images.wallpaperscraft.ru/image … 00x168.jpg
http://imgs.su/users/70140/1488814776.gif
https://gif-kartinki.ru/13/ng7.gif
);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;}

/* всем жирный шрифт */ .chatMessage{ font-weight: bold; }

/* Строка ввода текста в чат */
.chatSendText.chatInputText {
border-style: inset;
border-width: 3px;
background-color: #ffffff;
font-size: 12pt;
color: #0000f0;
border-radius:5px;
}
/*РАЗМЕР НИЖНИХ ССЫЛОК-06*/
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel {
    position: absolute;
    left: 16px;
    top: 7px;
    font-weight: normal;
    font-size: 12pt;
    z-index: 99;
}
.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; }
.chatPeople {
    background-image: url(
http://imgs.su/users/70140/1488815108.gif
https://i.ibb.co/jgqSRvD/814612186.gif
);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 100%;
}
/*КНОПКА МЕНЮ ЧАТА-ap*/
.chatTopLine {
background-image: url("адрес картинки ");
background-position: center center;
background-repeat: repeat;
background-size: 100% 100%;
font-family: bold;
font-style: normal;
font-size: 12pt;
color: #fff;
padding:0 10px 0 10px;
border: 1px solid #;
border-radius:10px 10px 10px 10px;
box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #C684C0, 0 0 5px #FFD1CD, 0 0 6px #FFD1CD, 0 0 7px #FFD1CD, 0 0 10px #FFD1CD;
}
/*Фон в привате*/

.chatMain .chatPrivateMessages {
background-image: url("
");
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;
}
/*Мигание ников*/

.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(teeth)eepSkyBlue ;}
    25%  {background:lightblue;}
    50%  {background(teeth)arkViolet ;}
    75%  {background(teeth)eepSkyBlue ;}
    100% {background:Red;}
}

/* Standard syntax */
@keyframes myfirst {
    0%   {background(teeth)eepSkyBlue ;}
    25%  {background:Violet;}
    50%  {background(teeth)arkViolet ;}
    75%  {background(teeth)eepSkyBlue ;}
    100% {background:Red;}
}
/*ОБВОДКА НИКА РАМОЧКОЙ-15*/

.chatPeople ul.chatPeopleList li { text-shadow: 0px
[21.07.2021 00:49] Екатерина Владимировна: 1px 0 #000; background-color: transparent; background-image: url(" "); background-position: right 0 bottom 0; background-repeat: no-repeat; background-size: 150% auto; border: 2px solid #fff; border-radius: 8px; box-shadow:1px 1px 6px #000,-1px -1px 1px #fff; }.chatTabs ul { text-shadow: 0px 1px 0 #000; background-color: transparent; background-image: url(""); background-position: right 0 bottom 0; background-repeat: no-repeat; background-size: 100% auto; border: 2px solid #fff; border-radius: 5px; box-shadow:1px 1px 6px #000,-1px -1px 1px #fff; }
О
.chatPeople { background-image: url("
https://images.wallpaperscraft.ru/image … 00x168.jpg
http://animashki.info/uploads/posts/201 … _2069.gif'
"); background-position: bottom; background-repeat: repeat-x; background-size: 100% }
/* стиль выделения ника пользователя */
.chatMessageToMe .chatToUser {
    background-image: url(
);
    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;
}
/*Кнопки общей и приват комнате*/

.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover,
.chatTabs > ul > li.chatTab > a.active {
background-image: url("");
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
border-image-width: 5px;
border-image-source: url(
);
border-image-slice: 30;
border-image-repeat: stretch;
border-radius: 5px;

}

.chatTabs > ul > li.chatTab > a {
background-image: url("
");
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;

border-image-width: 5px;
border-image-source: url(
);
border-image-slice: 30;
border-image-repeat: stretch;
border-radius: 5px;
}
/*Замена короны на свою иконку*/ .adm-icon { /* администратор */ background-image: url('
); background-size: 32px; /* если картинка большая уменьшаем до 32px */ } .mod-icon { /* модератор */ background-image: url('https://avatars.mds.yandex.net/get-pdb/1050037/45d47f93-1bbc-4767-833b-32c5bb34d647/s1200?webp=false'); background-size: 18px; /* если картинка большая уменьшаем до 18px */ } /*корона в общем окне рядом с ником администратора/*

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

Екатерина Капля (17.12.2020 00:44):
.chatHeader{
height:45px;
width:100%;
position: relative;
background-image: url("
http://imgs.su/users/70140/1488824861.gif
"), url("Адрес картинки");
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;

}

зайчики в углу   названия

0

5

.chatMessage {
  background:
  text-align: center;
  font-family: Georgia;
}/* Апостол */
.chatMessage {
  font-size: 18px;/* Размер шрифта */
  font-weight: normal;
  cursor: pointer;
  text-shadow: 1px 1px 0 hsl(20,100%,50%),
               2px 2px 0 hsl(20,100%,50%),
               3px 3px 0 hsl(35,100%,50%),
               4px 4px 0 hsl(35,100%,50%),
               5px 5px 0 hsl(45,100%,50%),
               6px 6px 0 hsl(45,100%,55%),
               7px 7px 0 hsl(55,100%,60%),
               8px 8px 0 hsl(55,100%,65%);
  color: hsl(0,100%,40%);
  transition: all 1s;
  }
  .chatMessage:hover {
    text-shadow: 1px -1px 0 hsl(290,100%,40%),
               2px -2px 0 hsl(290,100%,40%),
               3px -3px 0 hsl(280,100%,60%),
               4px -4px 0 hsl(280,100%,60%),
               5px -5px 0 hsl(270,100%,75%),
               6px -6px 0 hsl(270,100%,80%),
               7px -7px 0 hsl(260,100%,85%),
               8px -8px 0 hsl(260,100%,90%);
     
    }        шрифт3Д красный

0

6

chatMessage  {
    margin: 0;
    font: bold 18px/1 "Comic Sans MS, monospace;
    color: #fff;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: .2s all linear;
}три Дшрифт

0

7

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

.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.hover{
background: tr/*Окно смайлов*/

.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;
}
ansparent url(
);
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: 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; }

/*Гугле*/

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

0

8

Екатерина Капля (17.12.2020 00:22):
/*Мигание ников*/

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


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

.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.hover{
background: tr/*Окно смайлов*/

.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;
}
ansparent url(
);
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: 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; }

/*Гугле*/

@-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

9

/* всем жирный шрифт */ .chatMessage{ font-weight: bold;

0

10

Екатерина Капля (16.12.2020 12:18):
/*Мигание ников*/

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

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

.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;
}
.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; }
/*Замена короны на свою иконку*/ .adm-icon { /* администратор */ background-image: url('
http://animashki.info/uploads/posts/201 … _2069.gif'
https://gif-kartinki.ru/13/ng7.gif
https://www.gifki.org/data/media/405/zi … a-0034.gif
); background-size: 32px; /* если картинка большая уменьшаем до 32px */ } .mod-icon { /* модератор */ background-image: url('https://avatars.mds.yandex.net/get-pdb/1050037/45d47f93-1bbc-4767-833b-32c5bb34d647/s1200?webp=false'); background-size: 18px; /* если картинка большая уменьшаем до 18px */ }
.chatTopLine { background-image: url("гифка"); background-position: center center; background-repeat: repeat; background-size: 100% 100%; font-family: Monotype Corsiva; font-style: normal; font-size: 12pt; color:#00FFFF ; padding:0 10px 0 10px; border: 1px solid #; border-radius:20px 20px 20px 20px; box-shadow: 0 0 1px #00FFFF, 0 0 2px #00FFFF , 0 0 3px #00FFFF, 0 0 4px #C684C0, 0 0 5px #FFD1CD, 0 0 6px #FFD1CD, 0 0 7px #FFD1CD, 0 0 10px #FFD1CD; }
.chatTabs ul li a {
    font-size: 12pt; /* меняет размер шрифта (рекомендуемый мин. 8pt, макс. 16pt) */
}

.chatTabs ul li a {
    font-size: 16pt; /* меняет размер шрифта (рекомендуемый мин. 8pt, макс. 16pt) */
}
/*ОБВОДКА НИКА РАМОЧКОЙ-15*/

.chatPeople ul.chatPeopleList li { text-shadow: 0px 1px 0 #000; background-color: transparent; background-image: url(" "); background-position: right 0 bottom 0; background-repeat: no-repeat; background-size: 150% auto; border: 2px solid #fff; border-radius: 8px; box-shadow:1px 1px 6px #000,-1px -1px 1px #fff; }.chatTabs ul { text-shadow: 0px 1px 0 #000; background-color: transparent; background-image: url(""); background-position: right 0 bottom 0; background-repeat: no-repeat; background-size: 100% auto; border: 2px solid #fff; border-radius: 5px; box-shadow:1px 1px 6px #000,-1px -1px 1px #fff; }

.chatPeople { background-image: url("
"); background-position: bottom; background-repeat: repeat-x; background-size: 100% }

.chatHeader {/* Шапка чата */ background-image: url(), url("
");;  background-position: center, 0px; background-repeat:no-repeat; background-color: # 0000CC; font-size: 0pt; 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;height:45px;background-image:

}

0

11

Екатерина Капля (14.12.2020 20:59):
/*ОБВОДКА НИКА РАМОЧКОЙ-15*/

.chatPeople ul.chatPeopleList li { text-shadow: 0px 1px 0 #000; background-color: transparent; background-image: url(" "); background-position: right 0 bottom 0; background-repeat: no-repeat; background-size: 150% auto; border: 2px solid #fff; border-radius: 8px; box-shadow:1px 1px 6px #000,-1px -1px 1px #fff; }.chatTabs ul { text-shadow: 0px 1px 0 #000; background-color: transparent; background-image: url(""); background-position: right 0 bottom 0; background-repeat: no-repeat; background-size: 100% auto; border: 2px solid #fff; border-radius: 5px; box-shadow:1px 1px 6px #000,-1px -1px 1px #fff; }

0

12

Екатерина Капля (14.12.2020 20:27):
/*Сверкающий фон или текст*/

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

0

13

Екатерина Капля (14.12.2020 20:24):
/*Гугле*/

@-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

14

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

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

}

0

15

Екатерина Капля (14.12.2020 20:22):
/*Новость при входе в чат*/

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

0

16

Екатерина Капля (14.12.2020 20:21):
/*Иконки у ников справа*/

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

0

17

Екатерина Капля (14.12.2020 20:18):
/*Мигание ников*/

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

0

18

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

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

0

19

Екатерина Капля (14.12.2020 19:23):
/* Иконка нет пола */
.chatPeople ul.chatPeopleList li a.chatUserSex0 b {
    background-image: url(
http://st1.chatovod.ru/i/sm/vip_738.gif
);
}

/* Иконка мужской пол */
.chatPeople ul.chatPeopleList li a.chatUserSex1 b {
    background-image: url(
http://i78.fastpic.ru/big/2016/0828/60/ … fad860.png
);
}

/* Иконка женский пол */
.chatPeople ul.chatPeopleList li a.chatUserSex2 b {
    background-image: url(
http://i80.fastpic.ru/big/2016/0828/1c/ … 6ed81c.png
);
}

0

20

Екатерина Капля (11.12.2020 23:58):
чат капля  зима .chatHeader {/* Шапка чата */ background-image: url(
https://forumstatic.ru/files/001a/79/91/51808.png
https://www.gifki.org/data/media/405/zi … a-0034.gif
http://animashki.info/uploads/posts/201 … _2069.gif'
), url("
http://s9.uploads.ru/t/tRNoJ.gif
http://smayly.ru/gallery/ordinary/Grey2/question.gif
");;  background-position: center, 0px; background-repeat:no-repeat; background-color: # 0000CC; font-size: 0pt; 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;height:45px;background-image:

}

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

 
/*Замена короны на свою иконку*/ .adm-icon { /* администратор */ background-image: url('
https://gif-kartinki.ru/13/ng7.gif
); background-size: 32px; /* если картинка большая уменьшаем до 32px */ } .mod-icon { /* модератор */ background-image: url('https://avatars.mds.yandex.net/get-pdb/1050037/45d47f93-1bbc-4767-833b-32c5bb34d647/s1200?webp=false'); background-size: 18px; /* если картинка большая уменьшаем до 18px */ }
.chatTopLine { background-image: url("гифка"); background-position: center center; background-repeat: repeat; background-size: 100% 100%; font-family: Monotype Corsiva; font-style: normal; font-size: 12pt; color:#00FFFF ; padding:0 10px 0 10px; border: 1px solid #; border-radius:20px 20px 20px 20px; box-shadow: 0 0 1px #00FFFF, 0 0 2px #00FFFF , 0 0 3px #00FFFF, 0 0 4px #C684C0, 0 0 5px #FFD1CD, 0 0 6px #FFD1CD, 0 0 7px #FFD1CD, 0 0 10px #FFD1CD; }
.chatTabs ul li a {
    font-size: 12pt; /* меняет размер шрифта (рекомендуемый мин. 8pt, макс. 16pt) */
}

.chatTabs > ul > li.chatTab > a.active {
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {opacity: 0}
  49%{opacity: 0}
  50% {opacity: 1}
}

.user2801400{ background: transparent url("
") no-repeat scroll 0px 0px / 20px 20px; padding-left: 20px; padding-bottom:0px; }

.user2766737{ background: transparent url("
") no-repeat scroll 0px 0px / 20px 20px; padding-left: 20px; padding-bottom:0px; }

.user2798860{ background: transparent url("") no-repeat scroll 0px 0px / 20px 20px; padding-left: 20px; padding-bottom:0px; }

/*Фон меню пользователей в правой колонке*/ .chatPeopleList{ border-bottom: 0px solid #cde390; border-top: 0px solid #cde390; color: #fff; font-weight: bold; border-radius:7px; transition: .4s linear; animation: bounce .6s; text-shadow: -1px 0 1px white, 0 -1px 1px white, 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px black; position: fixed; z-index:99; }

/* всем жирный шрифт */ .chatMessage{ font-weight: bold; }


/* Иконка нет пола */
.chatPeople ul.chatPeopleList li a.chatUserSex0 b {
    background-image: url(
);
}
/* Иконка мужской пол */
.chatPeople ul.chatPeopleList li a.chatUserSex1 b {
    background-image: url(data:image/gif;base64,R0lGODlhDwAPALMLAPL7/5zo//v9/+T4/zjS/1nZ/8Hx/3Tf/3vh/0VFRaPq/////wAAAAAAAAAAAAAAACH5BAEAAAsALAAAAAAPAA8AAAROcEmZap14VQHGQBeWcIahnAiRTElnnnC6asMLx2tr3+ehJjXe7VCoDITDYmInJFYQyFPAl4MiDyAKAhG4TWWs7WE8BosShXThl2FZZpMIADs=);
}
/* Иконка женский пол */
.chatPeople ul.chatPeopleList li a.chatUserSex2 b {
    background-image: url(data:image/gif;base64,R0lGODlhDwAPAKIGAP+/v/NDQ98AAO4dHUVFRf8AAP///wAAACH5BAEAAAYALAAAAAAPAA8AAANAaKrUvdA8A8CYi6gQih+CxlCdZ4IiAZTmqWls+4VqLKOqfNP23gy6FkoCDA4ujKPuGMocn88mpCGoVjERB9aQAAA7);
}

div { border-radius: 10px; } Радиус скругления для всех уголков сразу.
div { border-radius: 0 10px; } Первое значение устанавливает радиус левого верхнего и правого нижнего уголка, второе значение — для правого верхнего и левого нижнего.
div { border-radius: 20px 10px 0; } Первое значение задаёт радиус левого верхнего уголка, второе — одновременно правого верхнего и левого нижнего, а третье значение — правого нижнего.
div { border-radius: 20px 10px 5px 0; }  в чат ставится какойнибуть один из ЧЕТЫРЁХ кодов

.transparent { background-image: url(
) } .content { background-image: url(http://img-fotki.yandex.ru/get/6434/653 … 849a_L.jpg); background-position:bottom center; background-repeat:no-repeat; }

.chatPeople { background-image: url("
"); background-position: bottom; background-repeat: repeat-x; background-size: 100% }

0

21

Екатерина Капля (30.11.2020 04:09):
.chatTopLine:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatHeader .chatTopLine:active {
  top: 1px;
}.chatTopLineWrapper {
  position: center;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}

0

22

Екатерина Капля (30.11.2020 04:09):
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); }
/*анимация названия чата*/
.chatTitle{
    z-index: 1000;
    position: center;
    bottom: 3px;
    left: 0px;
    width: 100%;
    text-align: center;
font-size: 20px;
    opacity: 0;
    -webkit-animation: textAnimation 20s linear infinite 0s;
    -moz-animation: textAnimation 20s linear infinite 0s;
    -o-animation: textAnimation 20s linear infinite 0s;
    -ms-animation: textAnimation 20s linear infinite 0s;
    animation: textAnimation 20s linear infinite 0s;
    list-style-type:none;
}

.text-animation li:nth-child(2){
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}
.text-animation li:nth-child(3){
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.text-animation li:nth-child(4){
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.text-animation li:nth-child(5){
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}
.text-animation li:nth-child(6){
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}
@-webkit-keyframes textAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes textAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -moz-transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes textAnimation {
    0% {
        opacity: 0;
        -o-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    19% {
        opacity: 0;
         -o-transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes textAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -ms-transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes textAnimation {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    8% {
        opacity: 1;
        transform: translateX(0px);
    }
    17% {
        opacity: 1;
        transform: translateX(0px);
    }
    19% {
        opacity: 0;
        transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/*-=-=============*/
/* свой статус  */
.chatUserAway[title~="Aqua"], .chatPeople ul.chatPeopleList li[title~="Aqua"].hover {
opacity: 1;
}
.chatUserAway[title~="Aqua"] .chatUserWrapper {
background: linear-gradient(270deg, #00FFFF, #fff2e6);
}
/* свой статус: Black */
.chatUserAway[title~="Black"], .chatPeople ul.chatPeopleList li[title~="Black"].hover {
opacity: 1;
}
.chatUserAway[title~="Black"] .chatUserWrapper {
background: linear-gradient(270deg, #000000, #fff2e6);
}
/* свой статус: Blue */
.chatUserAway[title~="Blue"], .chatPeople ul.chatPeopleList li[title~="Blue"].hover {
opacity: 1;
}
.chatUserAway[title~="Blue"] .chatUserWrapper {
background: linear-gradient(270deg, #0000FF, #fff2e6);
}
/* свой статус: Fuchsia */
.chatUserAway[title~="Fuchsia"], .chatPeople ul.chatPeopleList li[title~="Fuchsia"].hover {
opacity: 1;
}
.chatUserAway[title~="Fuchsia"] .chatUserWrapper {
background: linear-gradient(270deg, pink, #F5B4F5);
}
/* свой статус: Gray */
.chatUserAway[title~="Gray"], .chatPeople ul.chatPeopleList li[title~="Gray"].hover {
opacity: 1;
}
.chatUserAway[title~="Gray"] .chatUserWrapper {
background: linear-gradient(270deg, #808080, #fff2e6);
}
/* свой статус: Green */
.chatUserAway[title~="Green"], .chatPeople ul.chatPeopleList li[title~="Green"].hover {
opacity: 1;
}
.chatUserAway[title~="Green"] .chatUserWrapper {
background: linear-gradient(270deg, #008000, #fff2e6);
}
/* свой статус: Lime */
.chatUserAway[title~="Lime"], .chatPeople ul.chatPeopleList li[title~="Lime"].hover {
opacity: 1;
}
.chatUserAway[title~="Lime"] .chatUserWrapper {
background: linear-gradient(270deg, #00FF00, #fff2e6);
}
/* свой статус: Maroon */
.chatUserAway[title~="Maroon"], .chatPeople ul.chatPeopleList li[title~="Maroon"].hover {
opacity: 1;
}
.chatUserAway[title~="Maroon"] .chatUserWrapper {
background: linear-gradient(270deg, #800000, #fff2e6);
}
/* свой статус: Navy */
.chatUserAway[title~="Navy"], .chatPeople ul.chatPeopleList li[title~="Navy"].hover {
opacity: 1;
}
.chatUserAway[title~="Navy"] .chatUserWrapper {
background: linear-gradient(270deg, #000080, #fff2e6);
}
/* свой статус: Olive */
.chatUserAway[title~="Olive"], .chatPeople ul.chatPeopleList li[title~="Olive"].hover {
opacity: 1;
}
.chatUserAway[title~="Olive"] .chatUserWrapper {
background: linear-gradient(270deg, #808000, #fff2e6);
}
/* свой статус: Purple */
.chatUserAway[title~="Purple"], .chatPeople ul.chatPeopleList li[title~="Purple"].hover {
opacity: 1;
}
.chatUserAway[title~="Purple"] .chatUserWrapper {
background: linear-gradient(270deg, #800080, #fff2e6);
}
/* свой статус: Red */
.chatUserAway[title~="Red"], .chatPeople ul.chatPeopleList li[title~="Red"].hover {
opacity: 1;
}
.chatUserAway[title~="Red"] .chatUserWrapper {
background: linear-gradient(270deg, #FF0000, #fff2e6);
}
/* свой статус: Silver */
.chatUserAway[title~="Silver"], .chatPeople ul.chatPeopleList li[title~="Silver"].hover {
opacity: 1;
}
.chatUserAway[title~="Silver"] .chatUserWrapper {
background: linear-gradient(270deg, #C0C0C0, #fff2e6);
}
/* свой статус: Teal */
.chatUserAway[title~="Teal"], .chatPeople ul.chatPeopleList li[title~="Teal"].hover {
opacity: 1;
}
.chatUserAway[title~="Teal"] .chatUserWrapper {
background: linear-gradient(270deg, #008080, #fff2e6);
}
/* свой статус: White */
.chatUserAway[title~="White"], .chatPeople ul.chatPeopleList li[title~="White"].hover {
opacity: 1;
}
.chatUserAway[title~="White"] .chatUserWrapper {
background: linear-gradient(270deg, #FFFFFF, #fff2e6);
}
/* свой статус: Yellow */
.chatUserAway[title~="Yellow"], .chatPeople ul.chatPeopleList li[title~="Yellow"].hover {
opacity: 1;
}
.chatUserAway[title~="Yellow"] .chatUserWrapper {
background: linear-gradient(270deg, #FFFF00, #fff2e6);
}
/* вам необходимо войти в чат */
.chatMessages .chatMessage:not(.chatSystemMessage) strong:first-child {
animation-name:apostol ;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-direction:alternate;
color: #ff0000;
/*background: #0076a4;*/
background: transparent url("
https://s8.hostingkartinok.com/uploads/ … 91ee49.gif
") no-repeat scroll 0 0;
margin-left: -10px;
width: 90%;
display: block;
padding: 3px 2px;
font-weight: 910;
text-align: center;
}
@keyframes apostol{
from{margin-left: 16px;}
to{margin-left: 350px;}
}
/*сообшение на футере*/

.chatFooter .chatFooterWrapper:after{
content:"Хорошая идея без действия – это ничто";
font-family:Comic Sans MS, monospace;
font-size: 10pt;
font-weight: 700;
color:#f16522;
  width: auto;
height:auto;
 
position: absolute;
         bottom:35px;
right:45%;
animation:  clouds-left 2s ease-out 8s forwards;

}

@keyframes clouds-left{
  10% { opacity: 1; }
  100%  { opacity: 0; transform: translateX(20em); }
}
/*------------*/
.chatMain .chatUserFrom, .chatPeople ul.chatPeopleList li a.chatUser{
text-shadow: 0px 1px 0 #000;
background-color: transparent;
background-image: url("");/*Картинку анимации можно свою ставить */
background-position: right 0 bottom 0;
background-repeat: no-repeat;
background-size: 150% auto;

border: 1px solid #FFFF00;
border-radius: 5px 8px 5px 8px;

box-shadow:1px 1px 6px #FF00FF,-1px -1px 1px #FF00FF;
}
/*время в чате*/
.chatTime {
    float: right;
    padding-right: 15px;
    color: #ff0000;
    font-size: 10pt;
    font-style: Comic Sans MS, monospace;
}
/*бегущая строка постоянная*/
.chatFooter .chatFooterWrapper:after{
   width: 50%;
   white-space:nowrap;
   line-height: 15px;
   overflow:hidden;
   font-size: 10px;
   color: cornflower#ff0000;/*   цвет можно менять-Апостол   */
   -webkit-animation: step 1s steps(30) infinite;
   animation: step 15s steps(30) infinite;
}
/*   Анимация   */
@keyframes step{
   0% { width: 0;}
   100% {width:100%;}
}
@-webkit-keyframes step{
   0% { width: 0;}
   100% {width:100%;}
}.chatFooter .chatFooterWrapper:after {
  content:"Добро пожаловать в наш чат";
  font-family:arial;
  font-size: 13px;
  text-align:justify;
  text-shadow:0px 0px 1px green,-0px -0px 1px blue;color: #FFFFFF;
  position: absolute;
  top:81%; left:70px; bottom:0; right:100px;
  z-index: 1;
  opacity: 2;
}
/*кнопка меню в шапке-2*/

.chatHeader

0

23

Екатерина Капля (30.11.2020 04:09):
box-shadow:1px 1px 6px #ffffff,-1px -1px 1px #fff;
}/*КНОПКА-ОТПРАВИТЬ-08*/
.chatSendButton:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatSendButton:active {
  top: 1px;
}.chatSendButton {
  position: center;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}.user2519686::before {content: "CSS- ";color: #333;color: #ff0000;background-color: #;font-size: 75%;padding: 1px;letter-spacing: 0px;}
/*кнопка онлайн*/
.chatSendExitPanel select :hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatSendExitPanel select:active {
  top: 1px;
}.chatSendExitPanel select:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatSendExitPanel select:active {
  top: 1px;
}.chatTopLineWrapper {
  position: center;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}.chatSendExitPanel select {
  position: center;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
/*КНОПКИ ОБЩИЙ И ПРИВАТ-12*/
.chatTabs > ul > li.chatTab > a {
  color:#0080FF;
border-radius:3px/100%;
 
background-color: transparent;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
transition: .9s linear;
box-shadow:  -6px 6px 7px -5px #333;
  }

.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover,
.chatTabs > ul > li.chatTab > a.active {
  color:#ff0000;
border-radius:3px/100%;
 
background-color:#E6E6E6 ;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,0,0,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,0,0,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(30,144,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(30,144,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(30,144,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(30,144,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
transition: .9s linear;
box-shadow:  -6px 6px 7px -5px #333;
  }
/*ПАНЕЛЬ НАСТРОЙКИ ПРОФИЛЯ-14*/
.chatTopLineWrapper ul {background-image: url("
https://www.zastavki.com/pictures/origi … 14777_.jpg
"); Monotype Corsiva;border-radius:15px 25px 15px 25px;color: #00ff00;
font-style: normal;
font-size: 10pt;
}
/*мммммм-----жжжжжж*/
/* »конка нет пола */
.chatPeople ul.chatPeopleList li a.chatUserSex0 b {
    background-image: url(
https://s8.hostingkartinok.com/uploads/ … a0449f.gif
);
}

/* »конка мужской пол */
.chatPeople ul.chatPeopleList li a.chatUserSex1 b {
    background-image: url(
https://s8.hostingkartinok.com/uploads/ … b90d6f.png
);
}

/* »конка женский пол */
.chatPeople ul.chatPeopleList li a.chatUserSex2 b {
    background-image: url(
https://s8.hostingkartinok.com/uploads/ … b1ca32.png
);
}
/*Иконки с ВИПом*/
.chatUserVip {
    background: transparent url("
https://s8.hostingkartinok.com/uploads/ … 34d6cb.gif
") no-repeat scroll 0 0;
background-size:100% 100%;
background-position: center center;

border-image-width: 2px;
border-image-source: url(
);
border-image-slice: 30;
border-image-repeat: stretch;
}
/*ФОНОВАЯ КАРТИНКА ПРИ ВХОДЕ В ЧАТ-11*/
.transparent { background-image: url(
https://s8.hostingkartinok.com/uploads/ … ec8e5a.jpg
) } .content { background-image: url(
https://s8.hostingkartinok.com/uploads/ … f32f12.gif
); background-position:bottom center; background-repeat:no-repeat; }
/*время в чате*/

/*---------------------==00-0999*/
.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: 25px; font-family: Monotype Corsiva;font-size: 14pt; }
.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 #ff0000,
0 0 2px #fff, 0 0 3px #ff0000, 0 0 4px #ff0000, 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); }         
.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

0

24

Екатерина Капля (30.11.2020 04:09):
Выделить код
/*code wrote Maxim,: alias (Apostle) - all-questions, on our forum--(http://obsessed.0pk.ru/viewtopic.php?id=68)*/
/* ВНЕШНИЙ БЛОК */
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel {
    position: absolute; /* положение */
   /* top: 380px;*/ /* отступ сверху */
    left: 0; /* отступ слева */
    background:Aqua ; /* цвет фона */
    width: 500px; /* ширина блока */
    height: 10px; /* высота блока */
    font: 14px Arial; /* размер и тип шрифта */
    color: #ff0000; /* цвет текста */
    text-align: center; /* выравнивание текста по центру */
    padding: 1px; /* отступы от границ внутри блока */

    -webkit-transition-duration: 0.5s; /* анимационное выдвижение для всех браузеров*/
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

    -webkit-border-radius: 0 5px 5px 0; /* закругление границ для всех браузеров*/
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    }

/* СКРЫТЫЙ БЛОК */
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel {
    position: fixed;   /* положение */
   /* top: 380px;avto;*/ /* отступ сверху */
    left: -470px; /* отступ слева */
    background:DimGray ; /* цвет фона */
    color: #000; /* цвет текста */
    width: 500px; /* ширина блока */
    height: 10px; /* высота блока */
    padding: 10px; /* отступы от границ внутри блока */
    text-align: left; /* выравнивание текста */
     z-index:99;
    -webkit-transition-duration: 0.5s; /* анимационное выдвижение для всех браузеров*/
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

    -webkit-border-radius: 0 5px 5px 0; /* закругление границ для всех браузеров*/
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    }
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel:hover {
    left: 10px; /* при наведении выдвигается на скрытые 20px + 10px отступы */
}
/*бокс смайлы*/

/*--------------*/
.chatPopupMenuDiv1 {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border-left: 1px solid #CFCFC9;
    border-right: 1px solid #CFCFC9;
    border-bottom: 1px solid #CFCFC9;
    z-index: 98;
}
.chatPopupMenuDiv2 {
    display: none;
   /* position: absolute;*/
    background-color: #FFFFFF;
    border: 1px solid #CFCFC9;
    z-index: 97;
    margin-top: 319px;
    margin-left: 10px;
}
.chatPopupMenuDiv2 .chatPopupMenuContent {
    padding: 2px 6px;
    font-size: 8pt;
}
.chatPopupMenuDiv2 .chatPopupMenuContent p {
    margin: 0;
    padding: 4px 0;
}
/*текст на кнопке  смайлы медиа-и тд */
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel:after { content:"Меню"; font-family: a_AlgeriusBlw; font-size: 15px; color:##000080; letter-spacing: 4px; position: absolute;/* top:80%;*/ left:470px; bottom:0; right:0px; z-index: 1; -webkit-animation: l1_animation 40s linear infinite; -moz-animation: l1_animation 40s linear infinite; }
/*выдвижная панель пользователи*/
.chatPeople {
background:#f5f4ef url("../../i/widget/fon.png") repeat-x left top;
    /*color:#67675d;*/
background-position: center center;
background-repeat: no-repeat;
background-size: 150% 108%;
border-image-width: 9px;
border-image-source: url(
https://s8.hostingkartinok.com/uploads/ … 4588d3.jpg
https://s8.hostingkartinok.com/uploads/ … e29528.jpg
https://s8.hostingkartinok.com/uploads/ … 968889.jpg
https://s8.hostingkartinok.com/uploads/ … a35093.gif
https://s8.hostingkartinok.com/uploads/ … 5c8802.gif
https://avatanplus.com/files/resources/ … b3ca3e.jpg
https://s8.hostingkartinok.com/uploads/ … c75ed7.gif
);
border-image-slice: 20;
border-image-repeat: stretch;
box-shadow:  -7px 7px 7px -7px #333;
}
.chatMain .chatPeople{
width:172px;
height:28px;
background-color: transparent;
transition:height 0.9s;
transition-timing-function:linear;
-moz-transition:height 0.9s;
-moz-transition-timing-function:linear;
-webkit-transition:height 0.9s;
-webkit-transition-timing-function:linear;
-o-transition:height 0.9s;
-o-transition-timing-function:linear;
}.chatMain .chatPeople:hover
{
height:100%;
}.chatTopLineWrapper ul li ul {
    display: block;
    left: -150px;
    top: 40px;
    visibility: visible;
    width: 197px;
margin: 15px 0 0 0;
}.chatMain .chatMessages, .chatMain .chatPrivateMessages {
    width:100%;
}
/*ск чел в чате*/

@-webkit-keyframes pulsate {
50% { color: #000080; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #000000; }
}
@keyframes pulsate {
50% { color: #000080; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #000000; }
}
.chatPeople .chatPeopleTitle  {
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  background:White ;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;

}

/*ФОН НИКОВ-13*/
/*@-webkit-keyframes flicker {
  50% {background-size: 8px 8px, 4px 4px;}
  100% {background-size: 4px 4px, 8px 8px;}
}
@keyframes flicker {
  50% {background-size: 8px 8px, 4px 4px;}
  100% {background-size: 4px 4px, 8px 8px;}
}
.chatMain .chatUserFrom, .chatPeople ul.chatPeopleList li a.chatUser {
  position: relative;
  font-weight: bold;
  color: #30084f;
}
.chatMain .chatUserFrom, .chatPeople ul.chatPeopleList li a.chatUser:before {
  content: "";
/* position:absolute; top: 0; left: 0;*/
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255,255,255,1) 1px, rgba(255,255,255,0) 1px), radial-gradient(rgba(255,255,255,1) 1px, rgba(255,255,255,0) 1px);
  background-size: 4px 4px, 8px 8px;
  background-position: 50% 50%;
  -webkit-animation: flicker .6s linear infinite alternate;
  animation: flicker .6s linear infinite alternate;
}*/
/*сверкание чата - фон чата*/
@-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); }
}
/*фон чата*/
.chatMain {
  position: absolute;
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 10px #3d7a97;
  background-image: url(
);

}
.chatMain:after, .chatMain:before {
  content: "";
  position: absolute; top: 0; left: 0;
  display: block;
  width: 450px;
  height: 350px;
  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);
}
.chatMain:before {
  top: -20%;
  right: 0; left: auto;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
/*кнопки вход в чат-2*/
#join-chat-button, #join-chat-button2 {
    font-weight: bold;
    padding: 22px 0px 20px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #11100F;
    background-color: rgba(255, 0, 0, 0.991);
    font-size: xx-small;
    height: 55px;
}
/*табличка вход в чат*/
.chatSpecifyPassword label, .chatSpecifyPassword p {
    display: block;
    margin: 0;
    padding: 6px 0 4px 30px;
    background-color: #9DF5FD;
    font-weight: 900;
    font-style: italic;
    font-size: medium;
}
/*низ чатаа*/
.chatFooter .chatFooterWrapper {
    position: relative;
    width: 98%;
    +placement: 32px -3px;
    position: relative;
    left: 18px;
    top: -3px;
    background-image: ;
    font-style: italic;
}
/*шапка чата-*/
.chatHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    z-index: 99;
    background-image: url("
");
    /*overflow:visible;*/
}
/*сдвиг фона чата в верх*/
.chatMain {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 63px;
    margin-top: -10px;
}
/*сдвиг футера- фон футера*/
.chatFooter {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    /*color:#67675d;*/
    font-weight: bold;
    border-bottom: 1px solid black;
   /* margin-bottom: 61px;*/
    padding-bottom: 0px;
    padding-right: 84px;
background-image: url("
"), url("
"), url("
"); 
    background-position: bottom -10px left 0,  bottom  left 100%, left 1px bottom; padding-bottom: -20px;
    background-repeat: no-repeat, no-repeat, repeat-x ;
    background-size: auto 100%,auto 100%,102% 100%;

}
/*сдвиг кнопки меню в шапке*/
.chatHeader .chatTopLine {
    border: 1px solid #B5DB4E;
    background:#cff265 url("
") repeat-x left top;
    background-color: #CFF265;
    margin-top: -4px;
    margin-right: -10px;
}
/* Название чата по середине */
.chatHeaderWrapper .chatTitle {
    text-align: center;font-size: 16px;
    width: 100%;
}
/*------------*/

div { border-radius: 10px 10px 10px 10px; }
/*мини меню*/
#chatUserMiniMenu  {
text-shadow: 0px 1px 0 #000;
background-color: transparent;
background-image: url("
");
background-position: right 0 bottom 0;
background-repeat: no-repeat;
background-size: 150% auto;

border: 2px solid #fff;
border-radius: 8px;

box-shadow:1px 1px 6px #000,-1px -1px 1px #fff;
}
/*-------------*/
.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel {
text-shadow: 0px 1px 0 #000;
background-color: transparent;
background-image: url("");/*Картинку анимации можно свою ставить */
background-position: right 0 bottom 0;
background-repeat: no-repeat;
background-size: 150% auto;

border: 2px solid #fff;
border-radius: 8px;

0

25

/* стиль выделения ника пользователя */
.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;
}

0

26

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

0

27

Екатерина Капля (29.11.2020 02:07):
.chatPeople ul.chatPeopleList li a.chatUser{; background-image: url(https://forumupload.ru/uploads/2016/12/01/20717971.gif); 265px; height: 211px; border: 3px solid #00ff00; border-radius: 120px 200px 0 180px; -webkit-border-radius: 120px 200px 0 180px; -moz-border-radius: 120px 200px 0 180px;"
}

:
анимимрованные рамочки ника

0

28

Екатерина Капля (29.11.2020 02:05):
.chatSendLinksPanel a.chatLinkSmiles {
       background: transparent url("ссылка на иконку смайлов") no-repeat scroll 0 0;
       padding-left: 21px
}

.chatSendLinksPanel .chatLinkImage {
       background: transparent url("ссылка на иконку медиа") no-repeat scroll 0 0;
       padding-left: 21px;
}

.chatLinkProfile {
       background: transparent url("ссылка на иконку профиля") no-repeat scroll 0 0;
       padding-left: 21px;
}

.chatLinkGold {
       background: transparent url("ссылка на иконку счёта") no-repeat scroll 0 0;
       padding-left: 21px;
}

.chatLinkVip {
       background: transparent url("ссылка на иконку ВИПа") no-repeat scroll 0 0;
       padding-left: 21px;
}

.chatLinkModerate {
       background: transparent url("ссылка на иконку модератора") no-repeat scroll 0 0;
       padding-left: 21px;
}

.chatLinkMore {
       background: transparent url("ссылка на иконку ещё") no-repeat 0 0;
       padding-left: 21px;
}

Екатерина Капля (29.11.2020 02:05):
изменить конки  смайлы медиа мой профиль счет  еще

0

29

Екатерина Капля (29.11.2020 02:03):
.chatSendButton{color: #524E49;
background: #fdeaa8;
padding: 0px;
font-size: 15px;
border-radius: px;
box-shadow: 0px 1px 3px;
position: relative;
box-sizing: border-box;
transition: all 500ms ease-out;
}.chatSendButton{background-image: url("адрес картинки");
transform-style: preserve-3d; border-radius: 30px 10px 30px 10px;
}
.chatSendButton:after {
top: -50%;
left: 0px;
width: 100%;
position: absolute;
background: #fdeaa8;
border-radius: 50px;
box-shadow: 0px 1px 3px;
content: 'Кнопка';
transform-origin: left bottom;
transform: rotateX(-190deg);
}.chatSendButton:hover {
transform-origin: center bottom;
transform: rotateX(-190deg) translateY(100%);
}

Екатерина Капля (29.11.2020 02:03):
3д кнопка отправить сообщение

0

30

Екатерина Капля (29.11.2020 02:01):
.chatSendExitPanel select{color: #524E49;
background: #fdeaa8;background-image: url(адрес картинки);
padding: 0px;
font-size: 15px;
border-radius: px;
box-shadow: 0px 1px 3px;
position: relative;
box-sizing: border-box;
transition: all 500ms ease-out;
}.chatSendExitPanel select{
transform-style: preserve-3d;border-radius: 30px 10px 30px 10px;
}
.chatSendExitPanel select:after {
top: -50%;
left: 0px;
width: 100%;
position: absolute;
background: #fdeaa8;
border-radius: 5px;
box-shadow: 0px 1px 3px;
content: 'Кнопка';
transform-origin: left bottom;
transform: rotateX(-190deg);
}.chatSendExitPanel select:hover {
transform-origin: center bottom;
transform: rotateX(-190deg) translateY(100%);
}

Екатерина Капля (29.11.2020 02:01):
3Д кнопка онлайн

0


Вы здесь » У САМОВАРА... » Новый форум » Информация для чатов


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