XF 2.2 Проблема баннера

Версия XenForo
2.2.12

Esil

Участники
Сообщения
18
Реакции
3
Баллы
18
Проблема такая, пытаюсь сделать баннеры на группы пользователей, а они не работают.
Скрин:
Screenshot_2025-06-30-17-57-39-135_com.yandex.browser.jpg
Код в extra.less:
CSS:
.userBanner {
 font-size: 75%;
 font-size: 11px;
 font-weight: 400;   
 font-style: normal;
 padding: 1px 10px;
 padding: 1px 3px;
 border: 1px solid transparent;
 border-radius: 6px;
 text-align: center;
 display: inline-block;
  &.imgLeader {
  background: url(Banners/imgLeader.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgOwner {
  background: url(Banners/imgOwner.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgRyk {
  background: url(Banners/imgRyk.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgSpecAdm {
  background: url(Banners/imgSpecAdm.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
    &.imgMlAdm {
  background: url(Banners/imgMlAdm.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgAdm {
  background: url(Banners/imgAdm.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgStAdm {
  background: url(Banners/imgStAdm.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgGlSled {
  background: url(Banners/imgGlSled.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgZamGlSled {
  background: url(Banners/imgZamGlSled.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgUser {
  background: url(Banners/imgUser.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgGa {
  background: url(Banners/imgGa.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgZga {
  background: url(Banners/imgZga.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
 .userBanner.userBanner--staff {
 background: url(Banners/imgTeamLondon)
 height: 45px;
 width: 130px;
 text-indent: -1000em;
 -webkit-background-size: contain;
 -moz-background-size: contain;
 -o-background-size: contain;
 }
 
Проблема такая, пытаюсь сделать баннеры на группы пользователей, а они не работают.
Скрин:
Посмотреть вложение 158543
Код в extra.less:
CSS:
.userBanner {
 font-size: 75%;
 font-size: 11px;
 font-weight: 400; 
 font-style: normal;
 padding: 1px 10px;
 padding: 1px 3px;
 border: 1px solid transparent;
 border-radius: 6px;
 text-align: center;
 display: inline-block;
  &.imgLeader {
  background: url(Banners/imgLeader.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgOwner {
  background: url(Banners/imgOwner.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgRyk {
  background: url(Banners/imgRyk.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgSpecAdm {
  background: url(Banners/imgSpecAdm.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
    &.imgMlAdm {
  background: url(Banners/imgMlAdm.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgAdm {
  background: url(Banners/imgAdm.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgStAdm {
  background: url(Banners/imgStAdm.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgGlSled {
  background: url(Banners/imgGlSled.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgZamGlSled {
  background: url(Banners/imgZamGlSled.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgUser {
  background: url(Banners/imgUser.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgGa {
  background: url(Banners/imgGa.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
  &.imgZga {
  background: url(Banners/imgZga.png)
  height: 45px;
  width: 130px;
  text-indent: -1000em;
  -webkit-background-size: contain;
  -moz-background-size: contain ;
  -o-background-size: contain;
  }
 .userBanner.userBanner--staff {
 background: url(Banners/imgTeamLondon)
 height: 45px;
 width: 130px;
 text-indent: -1000em;
 -webkit-background-size: contain;
 -moz-background-size: contain;
 -o-background-size: contain;
 }
Сами баннеры в корневой Директории загружены
 
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу