Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Префиксы тем

Фев
98
15
Пользователь
3.1. Заголовок темы должен отражать основную суть темы.
чтобы на каждую тему выглядило вот так
 

Вложения

  • Скриншот 27-03-2026 185959.jpg
    Скриншот 27-03-2026 185959.jpg
    8.6 KB · Просмотры: 27
Окт
553
965
Активный
Less:
.pref {
    background-color: #ff0000;
    font-size: 77%;
    color: white;
    border: 3px solid #f00;
    text-align: center;
    border-radius:6px
}

.pref.otkr {
    background-color: #33ff33;
    border:3px solid #3f3
}

.pref.otk {
    background-color: #33ff33;
    border:3px solid #3f3
}

.pref.rech {
    background-color: #f24666;
    border:3px solid #f24666
}

.pref.inf {
    background-color: #ffbb00;
    border:3px solid #fb0
}

.pref.zakr {
    background-color: #ff2b2b;
    border:3px solid #ff2b2b
}

.pref.ras {
    background-color: #0044ff;
    border:3px solid #04f
}

.pref.prov {
    background-color: #ee7700;
    border:3px solid #e70
}

.pref.pr {
    background-color: #00bbff;
    border:3px solid #0bf
}

.p-header-logo.p-header-logo--image img {
    max-width: 100%;
    max-height:100px
}

.label {
    color: #fff;
    text-transform: uppercase;
    font-weight: 650;
    font-size: 70%;
    padding: 2px 4px;
    text-align: center;
    background-size: 300% 300%;
    border-radius:5px
}

.v {
    background: #ff0000;
    box-shadow:0 0 12px #f00
}

.ras {
    background: #0044ff;
    box-shadow:0 0 12px #04f
}

.otk {
    background: #00AA00;
    box-shadow:0 0 12px #0a0
}

.rasm {
    background: #ee7700;
    box-shadow:0 0 12px #e70
}

.inf {
    background: #ffbb00;
    box-shadow:0 0 12px #fb0
}
 
Сверху