.chatTime {color: #A31111;font-family: Columbina;font-size: 11pt; font-weight: bold; /*Выкл этой части(background: url(КАРТИНКА);background-size: 120px 69px;background-position: 0px -1px;width: 53px;position: absolute;padding: 24px 30px;right: 5px;margin-top: -44px;z-index:999)*/} /*Индикация времени*/

.chatMain .chatMessages, .chatMain .chatPrivateMessages {
    line-height: 1.3em;} /*Межстрочное расстояние сообщений*/

/*Мигание ников*/
.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;}
}

.chatTabs > ul > li.chatTab > a { font-weight: bold; color: #;font-size:13px; }
.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, .chatTabs > ul > li.chatTab > a.active { color:#f2ff00;background-color:#0000ff ; border-radius:3px/100%;} /*Цвет и мигание окошек Общий и привета*/

.chatPeople ul.chatPeopleList li { background-position: center center; background-repeat: no-repeat; background-size: 105% 112%; border-image-width: 1px; border-image-source: url(); border-image-slice: 30; border-image-repeat: stretch; padding: 0px 0px 0px 0px;}
.chatPeople .chatPeopleTitle { margin:4px 0 4px 8px; font-family: Monotype Corsiva; font-style: normal; font-size: 12pt; } .chatPeople ul.chatPeopleList li a.chatUser { background-image: url(""); padding:0 10px 0 10px; border: 1px solid #E226F0; border-radius:3px 3px 3px 3px; color: #@E226F0; font-family: Monotype Corsiva; font-style: normal; font-size: 13pt; } /*Рамки в списке ников*/

/*Бегущая строка внизу чата*/
.chatFooter .chatFooterWrapper:after { content:"Требуются модераторы, проводящие викторины и диджеи со своей радиостанцией. Обращаться к Ветру."; font-family:arial; font-size: 15px; color:#000000; letter-spacing: 2px; position: absolute; top:76%; 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 .chatHeaderWrapper:after { content:"Читайте новости этого чата."; font-family: Arial bold; monospace; Arial bold; font-style: bold; font-weight: bold; font-size: 18px; color:#000000; letter-spacing: 2px; position: absolute; top:65%; left:0px; bottom:0; right:0px; z-index: 1; -webkit-animation: l1_animation 70s 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%;} }

/* Название чата в шапке. Шрифт, перемещение надписи */.chatHeaderWrapper .chatTitle { text-align: center; font-family: Arial bold; monospace; Arial bold; font-style: bold; font-size: 22pt; font-weight: bold; width: 80%; height: 47px; left: 0; position: absolute; right: 175px; top: -13px; Выкл(font-weight: normal;) }

/*Картинка костра внизу списка ников*/.chatPeople.vscrollable { background-image:url(http://static.tumblr.com/1686a724a424593f45e24a88b58b22fb/p16hosj/LXkmuplyr/tumblr_static_tumblr_mt6g4rget41s5jjtzo1_400.gif); background-position: bottom; background-repeat:no-repeat;}

.chatFooter .chatFooterWrapper:before { content:"За регистрацию в этом чате премия"; text-align: center; font-family:arial; font-size: 15px; color:#000000; letter-spacing: 2px; position: absolute; top:76%; left:0px; bottom:0; right:0px; z-index: 1; } /*Неподвижная надпись посередине под строкой сообщений*/