Нет описания правки
}
/* Chat DesignФон */
.ChatWindow {
background-repeat: repeat;
}
.ChatHeader, #WikiaPage {
color: white !important;
▲ background-image:url(https://pp.userapi.com/c837225/v837225410/6107c/pTxTLceCumg.jpg);
▲ background-size: cover;
}
.Rail .private {
background-color: #9370DB;
background-image:none;
text-align:center;
border:1px solid #9370DB;
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 {
}
/* Цвет ссылок */
.Chat a {
}
.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;
}
.Chat .time {
color: #9370DB;
}
/* 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");
}
.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;
▲ font-size: 10px;
▲ color: #809C80;
}
::-webkit-scrollbar-thumb {
▲ color:#68f768;
background-color: rgba(219, 169, 219, 0.3);
}
::-webkit-scrollbar-thumb:hover {
▲ color:#808080;
background-color: rgba(219, 169, 219, 0.5);
}
/* Полоса прокрутки */
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-thumb {
background:linear-gradient(to right, #250b47 0%, #250b47 100%);
}
::-webkit-scrollbar-thumb:hover {
background:linear-gradient(to right, #5f00db 0%, #5f00db 100%);
}