/* Border between sticky/normal threads */
.structItemContainer-group--sticky {
border-bottom: 6px solid;
color: xf-diminish(@xf-borderColor, 6%);
}
.structItem
{
&.structItem--thread
{
&.is-prefix5
{
background: #FBF2EF;
}
}
}
.structItem
{
&.structItem--thread
{
&.is-prefix6
{
background: #E0F8E0;
}
}
}
.structItem
{
&.structItem--thread
{
&.is-prefix7
{
background: #AFEEEE;
}
}
}
.structItem
{
&.structItem--thread
{
&.is-prefix8
{
background: #AFEEEE;
}
}
}
.structItemContainer-group--sticky {
@color-1: #f7caca; // цвет фона закрепленых тем
@color-2: #d88585; // цвет рамки закрепленых тем
@the-border: 1px solid;
background-color: @color-1;
border: @the-border @color-2;
}
.bbCodeBlock {
border-left: 3px solid red; // #000 -меняй на свой цвет - левая полоса
}
.bbCodeBlock-title {
color: #000000; // #000 -меняй на свой цвет - надпись
background: #87CEEB; // #000 -меняй на свой цвет - фон
}
.bbCodeBlock {
border-radius: 15px;
}
.bbCodeBlock-content {
background: #e2fac8; // #000 -цвет фона цитаты
}
.structItem.is-unread .structItem-title a:not(.labelLink):after {
display: inline-block;
font-size: 11px;
content: "НОВОЕ";
text-align: center;
background: #3f63cc;
color: #fff;
border-radius: 9px;
padding-top: 2px;
padding-right: 6px;
padding-bottom: 0;
padding-left: 6px;
margin-left: 6px;
}
.block.block--category:nth-child(1n) .block-header {
color: #000000; // #000 -цвет текста категории
background: #ADD8E6; // #000 -цвет фона категории
}
/* vidget social */
.xft-social-btns {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
padding: 10px;
}
.btn {
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
border-radius: 10px;
background-color: transparent;
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
font-size: 36px;
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
}
.btn.vk {
color: #486a8e;
}
.btn.youtube {
color: #a32929;
}
.btn.discord {
color: #768AD6;
}
.btn.telegram {
color: #24B7ED;
}
.btn.tech-support {
color: #1E90FF;
}
.btn:hover {
color: #fff;
}
.btn.vk:hover {
background-color: #486a8e;
}
.btn.youtube:hover {
background-color: #a32929;
}
.btn.discord:hover {
background-color: #768AD6;
}
.btn.telegram:hover {
background-color: #24B7ED;
}
.btn.tech-support:hover {
background-color: #1E90FF;
}