#user-Апоп {
color: #0000FF;
}
li[data-user="Апоп"] .username {
color: #0000FF;
}
#user-Дохлый_коммунист {
color: #A00007;
}
li[data-user="Дохлый коммунист"] .username {
color: #A00007;
}
#user-Лилейка {
color: #778899;
}
li[data-user="Лилейка"] .username {
color: #778899;
}
#user-Мор_безмолвный {
color: #FFFF00;
}
li[data-user="Мор безмолвный"] .username {
color: #FFFF00;
}
#user-Мр._Арсений {
color: #4B0082;
}
li[data-user="Мр. Арсений"] .username {
color: #4B0082;
}
/* Фон */
.ChatWindow {
background:url('https://i.pinimg.com/originals/ea/7b/a2/ea7ba279bed0f6d767dfe36963f1819f.png');
background-size: 100% auto;
background-repeat: repeat;
background-color: #9370DB;
}
.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: #9370DB;
}
/* Цвет ссылок */
.Chat a {
color: #9370DB;
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;
}
.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;
}
::-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%);
}
/* Выпадающее меню при клике на участника */
.actions li:hover {
background: rgba(140, 175, 167, 0.3) !important;
}
.UserStatsMenu {
border: none !important;
background: rgba(100, 101, 102, 0.3) !important;
}
.UserStatsMenu .info {
background: rgba(102, 100, 101, 0.3) !important;
}
.private-allow .icon {
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
opacity: .8 !important;
}
.private-block .icon {
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
opacity: .8 !important;
}
.talk-page .icon {
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
opacity: .8 !important;
}
.contribs .icon {
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
opacity: .8 !important;
}
.private .icon {
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
opacity: .8 !important;
}
/* Погоны */
.User.chat-mod .username:after {
content: " " !important;
}
#user-Апоп .username:after,
#user-Дохлый_коммунист .username:after,
#priv-user-Мр._Арсений .username:after,
#priv-user-White_torch .username:after,
#priv-user-Апоп.username:after {
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Basketball.png/330px-Basketball.png") !important;
background-position: 0px 0px;
background-size: contain;
}
/*Подписи в чате*/
#user-Мор безмолвный .details:after {
content: "Морепродукт";
font-size: 10px;
color: #7B68EE;
}
#user-Дохлый коммунист .details:after {
content: "Это нe лечится";
font-size: 10px;
color: #A00007;
}
#user-Апоп .details:after {
content: "ЗмейГорыныч"
font-size: "#9370DB";
}
}