Хостинг игровых серверов

Дмитрий Анатольевич

Местный
Прохожий
29 Июн 2018
443
84
34
ТЕМА ТОЛЬКО ДЛЯ ТЕХ КТО ТАКИ НИЧЕГО НЕ ПОНЯЛ НА ВИДЕО!

Первое жмём шаблоны - затем нажимаем редактировать - жмём index.css - прописываем:
Код:
.footer {
    padding: 0;
    font-size: 0px;
}

Второе жмём body.html - прописываем:
Код:
<style>
body {
background: #000 url('ТУТ ВАШЕ ИЗОБРАЖЕНИЕ ФОНА') top center fixed;
   background-attachment: fixet;
   background-size: cover;
}
.navbar {
    background-color: rgba(0, 0, 0, 0.5);
    height: 45px !important;
    padding: 10px;
    transition: all 0.1s;
    box-shadow: 0 0px 10px rgba(255, 255, 255, 0);
    border-radius: 10px !important;
    top: 1px;
    box-shadow: 0 0px 1px #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.xbox {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px !important;
    box-shadow: 0 0px 1px #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.xbox_store .xbox__body:before {
    display: block;
    content: "Перед покупкой выберите сервер";
    margin-bottom: 16px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #00ff42;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 8px 6px 10px 0px #000;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
* {
    margin-bottom: 0px;
    border-radius: 10px !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000;
}
.xbox_store>.xbox__footer {
    color: hsla(0,0%,100%,.3);
    font-size: 0%;
    text-align: center;
}
.xbox__body {
    background: rgba(8, 8, 8, 0);
}
.xbox {
    background: rgb(8, 8, 8, 0);
}
.xbox {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px !important;
    box-shadow: 0 0px 1px #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.xbox__header, .xbox__footer {
    background: #12121300;
}
.input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, .input-group-btn:not(:last-child)>.btn:not(:first-child), .input-group .form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-color: #f7f0f0;
}
.input-group-addon:not(:last-child), .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn, .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group>.btn, .input-group-btn:not(:last-child)>.dropdown-toggle, .input-group .form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-color: #f1eceb;
}
.product {
    border: 1px solid #e7e8ec;
    background: rgba(241, 232, 232, 0.23);
}
.xbox .xbox__header h4 {
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    padding: 0px;
    text-transform: uppercase;
}
.store-categories>.btn {
    margin-bottom: 5px;
    border-color: #fafbfb;
}
.product__price {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: hsla(114, 96%, 48%, 0.9);
    background: hsla(0, 31%, 95%, 0.23);
    padding: 3px 6px;
    border-radius: 0 0 3px 0;
    font-size: 14px;
}
.ladda-button[data-style=zoom-out] {
    overflow: hidden;
    border-color: #f7f9f9;
    color: #23ef0d;
}

Сохраняем. Заходим в свой магазин и радуемся.
Я сказал прописываем? Да нет тупо копируем и вставляем.
 
  • Like
Реакции: dgsgdgs и Басотник

VOSTOK

Новичек
2 Июн 2018
183
23
32
ТЕМА ТОЛЬКО ДЛЯ ТЕХ КТО ТАКИ НИЧЕГО НЕ ПОНЯЛ НА ВИДЕО!

Первое жмём шаблоны - затем нажимаем редактировать - жмём index.css - прописываем:
Код:
.footer {
    padding: 0;
    font-size: 0px;
}

Второе жмём body.html - прописываем:
Код:
<style>
body {
background: #000 url('ТУТ ВАШЕ ИЗОБРАЖЕНИЕ ФОНА') top center fixed;
   background-attachment: fixet;
   background-size: cover;
}
.navbar {
    background-color: rgba(0, 0, 0, 0.5);
    height: 45px !important;
    padding: 10px;
    transition: all 0.1s;
    box-shadow: 0 0px 10px rgba(255, 255, 255, 0);
    border-radius: 10px !important;
    top: 1px;
    box-shadow: 0 0px 1px #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.xbox {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px !important;
    box-shadow: 0 0px 1px #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.xbox_store .xbox__body:before {
    display: block;
    content: "Перед покупкой выберите сервер";
    margin-bottom: 16px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #00ff42;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 8px 6px 10px 0px #000;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
* {
    margin-bottom: 0px;
    border-radius: 10px !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000;
}
.xbox_store>.xbox__footer {
    color: hsla(0,0%,100%,.3);
    font-size: 0%;
    text-align: center;
}
.xbox__body {
    background: rgba(8, 8, 8, 0);
}
.xbox {
    background: rgb(8, 8, 8, 0);
}
.xbox {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px !important;
    box-shadow: 0 0px 1px #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.xbox__header, .xbox__footer {
    background: #12121300;
}
.input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, .input-group-btn:not(:last-child)>.btn:not(:first-child), .input-group .form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-color: #f7f0f0;
}
.input-group-addon:not(:last-child), .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn, .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group>.btn, .input-group-btn:not(:last-child)>.dropdown-toggle, .input-group .form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-color: #f1eceb;
}
.product {
    border: 1px solid #e7e8ec;
    background: rgba(241, 232, 232, 0.23);
}
.xbox .xbox__header h4 {
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    padding: 0px;
    text-transform: uppercase;
}
.store-categories>.btn {
    margin-bottom: 5px;
    border-color: #fafbfb;
}
.product__price {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: hsla(114, 96%, 48%, 0.9);
    background: hsla(0, 31%, 95%, 0.23);
    padding: 3px 6px;
    border-radius: 0 0 3px 0;
    font-size: 14px;
}
.ladda-button[data-style=zoom-out] {
    overflow: hidden;
    border-color: #f7f9f9;
    color: #23ef0d;
}

Сохраняем. Заходим в свой магазин и радуемся.
Я сказал прописываем? Да нет тупо копируем и вставляем.
Сейчас глянем_)
 

Басотник

Команда форума
Продавец
Меценат
Местный
Обитатель
Прохожий
21 Окт 2017
1,619
329
пользователь нарушил правила проекта и был заблокирован