- Совместимость с XenForo
- 2.0
- 2.1
- 2.2
- 2.3
новые баннеры форума
В настройке группы выбираем свой CSS стиль баннера.
Указываем arzuser.
В extra.less добавляем следующий код:
В настройке группы выбираем свой CSS стиль баннера.
Указываем arzuser.
В extra.less добавляем следующий код:
CSS:
.arzuser{
background: url(путь к файлу/user.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.arzga{
background: url(путь к файлу/ga.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.arzzga{
background: url(путь к файлу/zga.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.arzhelper{
background: url(путь к файлу/helper.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.arzml_admin{
background: url(путь к файлу/ml_admin.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.arzadmin{
background: url(путь к файлу/admin.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.arzcurator{
background: url(путь к файлу/curator.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.arztechrazd{
background: url(путь к файлу/techrazd.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}
.arzosnovatel{
background: url(путь к файлу/osnovatel.svg);
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none
}