GrayMound

GameCMS GrayMound 1.0.3

Нет прав для скачивания

maFFyoZZyk

Черный Жнец ^_^
Скриптер
17.05.2023
47
49
natribu.org

NoNameSWT

Новенький
Участник
04.07.2023
11
5
Не работает ещё вход через стим, пишет операция выполнена но по факту не пускает
 

WowCMS

🤖
Участник
03.04.2023
96
122
Не работает ещё вход через стим, пишет операция выполнена но по факту не пускает
Только что проверил, вход со Стима работатет корректно, не забывай, что бы пользовтель вошел со Стима, ему нужно его привязать к профилю
 

WowCMS

🤖
Участник
03.04.2023
96
122
Небольшое визуальное дополнение к модулю Кейсы, подходит для DM и GM шаблонов
Screenshot_1.png

В tpl/parts/sidebar.tpl в самый верх добавляем:
sidebar.tpl:
<a href="../cases" class="cases_navigation" style="background-image: url(../templates/GrayMound/img/case.png);background-size: cover;">
    <span class="case_new">NEW</span>
    <div style="display: flex;flex-direction: column;">
        <span class="case_name">Магазин кейсов</span>
        <span class="case_secondname">FREE CASE каждый день!</span>
    </div>
</a>
<div class="shadow_case">
</div>
Добавляем стили в style_1.css
style_1.css:
.cases_navigation {
    background: #2c2d32; /* Серый фон */
    padding: 0px 25px;
    border-radius: 14px;
    cursor: pointer;
    line-height: 17px;
    margin-bottom: -24px;
    height: 80px;
    color: #8a8a8a; /* Серый цвет текста */
    position: relative;
    z-index: 1;
    transition: .2s all;
    display: flex;
    align-items: center;
}


.cases_navigation .bx-cog {background: #4f525d;width: 34px;transition: all 0.2s;height: 34px;font-size: 16px;display: flex;color: #87898e;border-radius: 9px;align-items: center;justify-content: center;}

.cases_navigation:hover .bx-cog {
background: #626570;
    width: 34px;
    transition: all 0.2s;
    height: 34px;
    font-size: 16px;
    display: flex;
    color: #ffffff;
    border-radius: 9px;
    align-items: center;
    justify-content: center;
}

.cases_navigation:hover {
    background: #1a1b1f; /* Серый фон при наведении */
    padding: 0px 25px;
    border-radius: 14px;
    cursor: pointer;
    line-height: 17px;
    margin-bottom: -24px;
    height: 80px;
    color: #5a6a8c; /* Серый цвет текста */
    transition: .2s all;
    display: flex;
    align-items: center;
}


.case_name {
  color: #fff;
  font-size: 13px;
}

.case_secondname {
  font-size: 10.7px;
}

.case_new {
  padding: 2px 8px;
  border-radius: 6px;
  position: absolute;
  box-shadow: 0px 0px 20px #ff696975;
  font-weight: 600;
  font-size: 8px;
  margin-top: -80px;
  left: -5px;
  color: #ffffff;
  background: linear-gradient(34deg, #b04a4a 0%, rgb(255 105 105) 55%);
  margin-left: 30px;
}
.shadow_case {
  display: block;
  background: #1a1b1f;
  height: 30px;
  border-radius: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}
Картинку case.png загружаем в /templates/GrayMound/img
 

Вложения

  • case.png
    case.png
    257,5 KB · Просмотры: 38

NoNameSWT

Новенький
Участник
04.07.2023
11
5
Только что проверил, вход со Стима работатет корректно, не забывай, что бы пользовтель вошел со Стима, ему нужно его привязать к профилю
Он был привязан, я изменил сейчас код и теперь вход работает
 
Сверху Снизу