Welcome!

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

SignUp Now!

Новые баннеры форума Arizona Role Play,

вернулся или нет
Фев
160
6,444
Профессионал
Сливаю новые баннеры форума Arizona Role Play.

cITh_k7RGbY.jpg


Заливаем баннеры на ваш веб сервер.
Заходим в шаблон extra.less вписываем следующие данные:

Код:
.userBanner.owner {
    background: url(https://ВАША ССЫЛКА/styles/banners/osnovatel.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.techred {
    background: url(https://ВАША ССЫЛКА/styles/banners/techadmred.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.spec {
    background: url(https://ВАША ССЫЛКА/styles/banners/spec.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.tech {
    background: url(https://ВАША ССЫЛКА/styles/banners/techrazd.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.ga {
    background: url(https://ВАША ССЫЛКА/styles/banners/ga.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.zga {
    background: url(https://ВАША ССЫЛКА/styles/banners/zga.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.curator {
    background: url(https://ВАША ССЫЛКА/styles/banners/curator.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.adminnodostup {
    background: url(https://ВАША ССЫЛКА/styles/banners/admin.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.middleadmin {
    background: url(https://ВАША ССЫЛКА/styles/banners/ml_admin.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.helper {
    background: url(https://ВАША ССЫЛКА/styles/banners/helper.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.user {
    background: url(https://ВАША ССЫЛКА/styles/banners/user.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
Заходим в настройки групп, вписываем название.
0abeeFbQd1k.jpg

Выравниваем баннер.
Заходим в шаблон extra.less
Вписываем следующее:
Код:
.message-userBanner.userBanner {
    margin-top: 3px;
}
.message-cell.message-cell--user {
    flex: 0 0 200px;
}
.memberHeader-banners, .memberHeader-blurb {
    margin-top: 4px;
}
 

Вложения

  • banners.rar
    174.8 KB · Просмотры: 673
Последнее редактирование:
Окт
19
1
Пользователь
Сливаю новые баннеры форума Arizona Role Play.

cITh_k7RGbY.jpg


Заливаем баннеры на ваш веб сервер.
Заходим в шаблон extra.less вписываем следующие данные:

Код:
.userBanner.owner {
    background: url(https://ВАША ССЫЛКА/styles/banners/osnovatel.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.techred {
    background: url(https://ВАША ССЫЛКА/styles/banners/techadmred.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.spec {
    background: url(https://ВАША ССЫЛКА/styles/banners/spec.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.tech {
    background: url(https://ВАША ССЫЛКА/styles/banners/techrazd.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.ga {
    background: url(https://ВАША ССЫЛКА/styles/banners/ga.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.zga {
    background: url(https://ВАША ССЫЛКА/styles/banners/zga.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.curator {
    background: url(https://ВАША ССЫЛКА/styles/banners/curator.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.adminnodostup {
    background: url(https://ВАША ССЫЛКА/styles/banners/admin.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.middleadmin {
    background: url(https://ВАША ССЫЛКА/styles/banners/ml_admin.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.helper {
    background: url(https://ВАША ССЫЛКА/styles/banners/helper.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.user {
    background: url(https://ВАША ССЫЛКА/styles/banners/user.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
Заходим в настройки групп, вписываем название.
0abeeFbQd1k.jpg

Выравниваем баннер.
Заходим в шаблон extra.less
Вписываем следующее:
Код:
.message-userBanner.userBanner {
    margin-top: 3px;
}
.message-cell.message-cell--user {
    flex: 0 0 200px;
}
.memberHeader-banners, .memberHeader-blurb {
    margin-top: 4px;
}
кривые баннеры
1701242416870.png
 
Дек
286
285
Заблокированный
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки. Мы не несем ответственности за действия пользователя вне форума.
А баннера лидера нету?
На официальном форуме от Arizona RP, нет баннера "Лидер" только заходить в фотошоп, и делать самому.
 
Дек
286
285
Заблокированный
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки. Мы не несем ответственности за действия пользователя вне форума.
неотабражаеться роль
Значит неправильно сделали.
 
Апр
813
2,076
Активный
Новый баннер "Судья"
В extra.less:

CSS:
.judje {
    background: url(/judge2.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
 

Вложения

  • judge2.zip
    3.1 KB · Просмотры: 35
Авг
8
3
Пользователь
Сливаю новые баннеры форума Arizona Role Play.

cITh_k7RGbY.jpg


Заливаем баннеры на ваш веб сервер.
Заходим в шаблон extra.less вписываем следующие данные:

Код:
.userBanner.owner {
    background: url(https://ВАША ССЫЛКА/styles/banners/osnovatel.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.techred {
    background: url(https://ВАША ССЫЛКА/styles/banners/techadmred.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.spec {
    background: url(https://ВАША ССЫЛКА/styles/banners/spec.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.tech {
    background: url(https://ВАША ССЫЛКА/styles/banners/techrazd.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.ga {
    background: url(https://ВАША ССЫЛКА/styles/banners/ga.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.zga {
    background: url(https://ВАША ССЫЛКА/styles/banners/zga.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.curator {
    background: url(https://ВАША ССЫЛКА/styles/banners/curator.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.adminnodostup {
    background: url(https://ВАША ССЫЛКА/styles/banners/admin.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.middleadmin {
    background: url(https://ВАША ССЫЛКА/styles/banners/ml_admin.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.helper {
    background: url(https://ВАША ССЫЛКА/styles/banners/helper.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
.userBanner.user {
    background: url(https://ВАША ССЫЛКА/styles/banners/user.svg);
    width: 169px;
    height: 35px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}
Заходим в настройки групп, вписываем название.
0abeeFbQd1k.jpg

Выравниваем баннер.
Заходим в шаблон extra.less
Вписываем следующее:
Код:
.message-userBanner.userBanner {
    margin-top: 3px;
}
.message-cell.message-cell--user {
    flex: 0 0 200px;
}
.memberHeader-banners, .memberHeader-blurb {
    margin-top: 4px;
}
А куда заливать banners.rar
 
Лучше плохо начать, чем хорошо бездействовать
Ноя
2,330
1,842
Профессионал
А куда заливать banners.rar
Никуда его заливать не нужно. Там должен быть текстовый файл, а в нём код ролей. Эти роли кидаешь в экстру и прописываешь нужной группе пользователей название класса баннера.
В мануале всё чётко расписано
 
Сверху