Зарегистрировавшись у нас, вы сможете обсуждать, делиться и отправлять личные сообщения другим участникам нашего сообщества.
Зарегистрироваться!.userBanner.userBanner--staff {
color: white;
background: linear-gradient(80deg, #7442c8, #9400d3);
font-size: 87%;
border-radius: 10px;
text-align: center;
padding: 1px 10px 3px;
font-style: normal;
border: none;
}
.userProfile[data-user-id="11"] .avatar {
background-image: url('https://gifs.obs.ru-moscow-1.hc.sbercloud.ru/dfcbaf9ff258d88e71938a59907e5b4c25ea42de5563e929a90fad98eaf8596f.gif'); /* Замените на ссылку на ваше GIF */
background-size: cover; /* Настройка размера аватара */
width: 100px; /* Ширина аватара, измените при необходимости */
height: 100px; /* Высота аватара...
.userBanner.userBanner--staff {
color: white;
background: linear-gradient(80deg, #7442c8, #9400d3);
font-size: 87%;
border-radius: 10px;
text-align: center;
padding: 1px 10px 3px;
font-style: normal;
border: none;
}
.userProfile[data-user-id="11"] .avatar {
background-image: url('https://gifs.obs.ru-moscow-1.hc.sbercloud.ru/dfcbaf9ff258d88e71938a59907e5b4c25ea42de5563e929a90fad98eaf8596f.gif'); /* Замените на ссылку на ваше GIF */
background-size: cover; /* Настройка размера аватара */
width: 100px; /* Ширина аватара, измените при необходимости */
height: 100px; /* Высота аватара, измените при необходимости */
border-radius: 50%; /* Закругление углов для круглого аватара */
}
.dev {
background: linear-gradient(45deg, #ff007f, #ff7700);
color: white;
font-weight: bold;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(255, 119, 0, 0.7), 0 0 20px rgba(255, 0, 127, 0.7);
border-radius: 8px;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
user-select: none;
}
.dev:before {
content: '🔥';
margin-right: 5px;
}
.dev:hover {
background: linear-gradient(45deg, #ff7700, #ff007f);
box-shadow: 0 0 20px rgba(255, 0, 127, 0.9), 0 0 30px rgba(255, 119, 0, 0.9);
transition: all 0.3s ease;
}
.igrok {
background: linear-gradient(45deg, #ffff00, #ffffff);
color: white;
font-weight: bold;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(255, 255, 0, 0.7), 0 0 20px rgba(255, 255, 0, 0.7);
border-radius: 8px;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
user-select: none;
}
.igrok:before {
content: 'рџЋ®';
margin-right: 5px;
}
.igrok:hover {
background: linear-gradient(45deg, #ffffff, #ffff00);
box-shadow: 0 0 20px rgba(255, 255, 0, 0.9), 0 0 30px rgba(255, 255, 0, 0.9);
transition: all 0.3s ease;
}
.leader {
background: linear-gradient(45deg, #87CEEB, #00BFFF);
color: white;
font-weight: bold;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(135, 206, 235, 0.7), 0 0 20px rgba(0, 191, 255, 0.7);
border-radius: 8px;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
user-select: none;
}
.leader:before {
content: 'рџ‘‘';
margin-right: 5px;
}
.leader:hover {
background: linear-gradient(45deg, #00BFFF, #87CEEB);
box-shadow: 0 0 20px rgba(0, 191, 255, 0.9), 0 0 30px rgba(135, 206, 235, 0.9);
transition: all 0.3s ease;
}
.testing {
background: linear-gradient(45deg, #30d5c8, #20B2AA);
color: white;
font-weight: bold;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(48, 213, 200, 0.7), 0 0 20px rgba(32, 178, 170, 0.7);
border-radius: 8px;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
user-select: none;
}
.testing:before {
content: 'рџ§Є';
margin-right: 5px;
}
.testing:hover {
background: linear-gradient(45deg, #20B2AA, #30d5c8);
box-shadow: 0 0 20px rgba(32, 178, 170, 0.9), 0 0 30px rgba(48, 213, 200, 0.9);
transition: all 0.3s ease;
}
.mladmin {
background: linear-gradient(45deg, #00FFFF, #00CED1);
color: white;
font-weight: bold;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 20px rgba(0, 206, 209, 0.7);
border-radius: 8px;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
user-select: none;
}