Нет описания правки
/* Фон */
.ChatWindow {
background:url('https://cdn.yjc.ir/files/fa/news/1398/3/12/10015112_540.jpg');
background-size: 100% auto;
background-repeat: repeat;
background-color: #0e360c;
}
.ChatHeader, #WikiaPage {
color: white !important;
}
.Rail .private {
background-color: #0e360c;
background-image:none;
text-align:center;
border:1px solid #191970;
border-radius:4px;
}
.ChatWindow #WikiaPage,
.ChatHeader {
background-color: rgba(0,0,0,0.6);
}
.Chat .you { background: transparent;
}
.ChatHeader .User {
background: none !important;
border: none !important;
box-shadow: none !important;
}
/* Цвет AFK */
.User.away {
color: #c7c5d4;
}
/* Цвет ссылок */
.Chat a {
color: #00ff6a;
font-weight: bold;
}
.Rail .User:hover {
background: rgba(85,26,139, 0.3);
}
.Write .message {
background: rgba(0,0,0,0.3);
border:1px Purple;
border-radius:5px;
}
::-webkit-scrollbar-thumb {background: rgba(85, 26, 139, 0.5) !important;}
::-webkit-scrollbar-corner {background: transparent !important;}
.Chat .avatar, .Write img, .Rail .User img, .UserStatsMenu .info img {
border:1px #551A8B !important;
border-radius:5px;
}
.time {
display: none;
}
/* Thing for chatmod stars */
.User.chat-mod .username:after, .User.staff .username:after {background-image:none !important;}
.user .username:after {right: 6px !important;}
/* Custom Chatmod Star */
.User.chat-mod .username:after {
content: url("https://vignette.wikia.nocookie.net/fictional-warriors-cats/images/4/41/%D0%9B%D0%B0%D0%BF%D0%BE%D1%87%D0%BA%D0%B0.png/revision/latest?cb=20151213131404&path-prefix=ru");
}
/*Время*/
.Chat .time {
color: #ffffff;
}
.Rail .User:hover {
background-color: rgba(66, 66, 66, 0.5) !important;
background-image: url('https://avatars.mds.yandex.net/get-pdb/1051324/a6b2efb4-2eea-451f-96b5-6fa57acce12a/s1200?webp=false') !important;
background-size: contain !important;
background-repeat: repeat !important;
background-position: center !important;
}
::-webkit-scrollbar-thumb {
background-color: rgba(219, 169, 219, 0.3);
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(219, 169, 219, 0.5);
}
/* Полоса прокрутки */
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-thumb {
background-color: #250b47 ;
border-radius: 5px;
border: 1px solid #250b47;
background:linear-gradient(to right, #250b47 0%, #250b47 100%);
}
::-webkit-scrollbar-thumb:hover {
background-color: #5f00db;
border-radius: 7px;
border: 1px solid #5f00db;
background:linear-gradient(to right, #5f00db 0%, #5f00db 100%);
}