Сделаны в формате SVG.
CSS код который использовался под эти баннера, вставлять его нужно в шаблон extra.less.

CSS код который использовался под эти баннера, вставлять его нужно в шаблон extra.less.
Код:
// Fix //
.message-cell.message-cell--user {
flex: 0 0 200px;
}
.message-cell.message-cell--user, .message-cell.message-cell--action {
position: relative;
background: #171e29;
border-radius: 8px;
border: 1px solid #31435d;
min-width: 0;
}
// group //
// БАННЕРЫ ПОЛЬЗОВАТЕЛЕЙ
.osnov2 {
background: url(/styles/io_dark/images/userbanners/zamosnov.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.osnov1 {
background: url(/styles/io_dark/images/userbanners/osnovatel.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.gadmin {
background: url(/styles/io_dark/images/userbanners/ga.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.zgadmin {
background: url(/styles/io_dark/images/userbanners/zga.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.tehadmin {
background: url(/styles/io_dark/images/userbanners/tehadm.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.curadm {
background: url(/styles/io_dark/images/userbanners/cur.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.adm4 {
background: url(/styles/io_dark/images/userbanners/admin.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.adm3 {
background: url(/styles/io_dark/images/userbanners/mladm.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.adm1 {
background: url(/styles/io_dark/images/userbanners/support.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.ruc {
background: url(/styles/io_dark/images/userbanners/ruc.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.zamruc {
background: url(/styles/io_dark/images/userbanners/zamruc.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.gs {
background: url(/styles/io_dark/images/userbanners/gs.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.zgs {
background: url(/styles/io_dark/images/userbanners/zgs.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.sledgos {
background: url(/styles/io_dark/images/userbanners/sledgos.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.sledghetto {
background: url(note);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.sledmafia {
background: url(/styles/io_dark/images/userbanners/sledopg.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.specadm {
background: url(/styles/io_dark/images/userbanners/specadm.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.moderforum {
background: url(/styles/io_dark/images/userbanners/forummoder.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.prmanag {
background: url(/styles/io_dark/images/userbanners/piarmanager.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.lider {
background: url(/styles/io_dark/images/userbanners/lider.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.player {
background: url(/styles/io_dark/images/userbanners/user.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
