S_Sirius
Проверенные
- Сообщения
- 312
- Решения
- 6
- Реакции
- 92
- Баллы
- 330
Делал баннер для группы но цветы не работают, в чем проблема?
Less:
@font-face {
font-family: 'BebasNeueBold';
src: url('styles/default/xenforo/fonts/BebasNeue/BebasNeueBold.eot');
src: url('styles/default/xenforo/fonts/BebasNeue/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
url('styles/default/xenforo/fonts/BebasNeue/BebasNeueBold.woff') format('woff'),
url('styles/default/xenforo/fonts/BebasNeue/BebasNeueBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@user-banner: ~"[class*='style_']";
.banner-color(@color) {
color: @color;
border-color: @color;
}
@{user-banner} {
display: inline-block;
position: relative;
font-family: 'BebasNeueBold';
font-size: 18px;
font-weight: bold;
font-style: normal;
text-align: center;
margin: 4px 0;
width: 100%;
border-top: 2px solid;
border-bottom: 2px solid;
border-left: none;
border-right: none;
@media (max-width: @xf-responsiveMedium) {
display: inline-block;
width: auto;
}
}
.style {
&_admin {
.banner-color(rgb(201,31,55));
}
}
[data-template="member_view"] .memberHeader-banners @{user-banner},
.tooltip--member .tooltip-content @{user-banner} {
width: 120px!important;
}
Последнее редактирование: