Welcome!

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

SignUp Now!

Проблема с отображением префиксов тем

Июн
64
1
Пользователь
3.1. Заголовок темы должен отражать основную суть темы.
@pikamonov ты мне вот помог с префиксами тем но у меня они почему то вот так 1000013840.jpg
 
Решение
Less:
.prefix {
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    padding: 1px 10px;
    border: none;
    border-raduis: 10px;
    text-align: center;
    display: inline-flex;
    width: 100px;
    height: 25px;
    text-indent: -10000em;
    
    &.approved
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/approved.svg);
    }
    
    &.checked
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/checked.svg);
    }
    
    &.important
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/important.svg);
    }
    
    &.denied
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/denied.svg);
    }...
Ноя
1,794
5,052
Команда форума
Администратор
Less:
.prefix {
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    padding: 1px 10px;
    border: none;
    border-raduis: 10px;
    text-align: center;
    display: inline-flex;
    width: 100px;
    height: 25px;
    text-indent: -10000em;
    
    &.approved
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/approved.svg);
    }
    
    &.checked
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/checked.svg);
    }
    
    &.important
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/important.svg);
    }
    
    &.denied
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/denied.svg);
    }
    
    &.consideration
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/consideration.svg)
    }
    
    &.info
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/info.svg);
    }
    
    &.odin
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/moskow.svg)
    }
    
    &.poseidon
    {
        background: url(https://forum.cyberrussia.online/storage/prefix/spb.svg);
    }
    
    &.thor
    {
        background: url(https://panda-bot.ru/forum/prefixs/novosib.svg)
    }
}
В настройках префиксов указывать prefix approved, prefix info
 
Сверху