Добро пожаловать!

Зарегистрировавшись у нас, вы сможете обсуждать, делиться и отправлять личные сообщения другим участникам нашего сообщества.

Зарегистрироваться!
Пользователь
Регистрация
11 Апр 2025
Сообщения
62
Screenshot_20251002_104131_com.huawei.browser.jpg
Как сделать так?( панель быстрого доступа)
 
Активный
Регистрация
3 Янв 2025
Сообщения
1,251
Ну или вот код из скрина

CSS:
<div class="block quick-access" data-widget-id="777" data-widget-key="forum_menu_dostup" data-widget-definition="html">
<div class="block-container">
<h3 class="block-minorHeader"> Меню быстрого доступа</h3>
<div class="block-body block-row">
<style>
hr {
    border: none;
    height: 0.5px;
}
/*.quick-access .button {
    padding: 1px 0;
    width: 100%;
    height: 50px;
    border: 1px solid #4d5460;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: background-color .125s ease, border-color .125s ease, color .125s ease;
    transition: background-color .125s ease, border-color .125s ease, color .125s ease;
    font-size: 14px;
    border-radius: 4px;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 13px;
    padding-left: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    letter-spacing: .05em;
    border: none;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 12%);
    color: #fff;
    background: #00d4f817;
}*/
.quick-access .button {
    padding: 0.5px 0;
    width: 100%;
    height: 40px;
    border: 0.5px solid #4d5460;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: background-color .125s ease, border-color .125s ease, color .125s ease;
    transition: background-color .125s ease, border-color .125s ease, color .125s ease;
    font-size: 13px;
    border-radius: 1px;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 13px;
    padding-left: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    letter-spacing: .05em;
    border: none;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 12%);
    color: #fff;
    background: #0078af;
}
</style>
<ol class="listPlain quick-access">
    <li><a href="forums/7" class="button"><span class="button-text">Информация сервера</span></a></li>
<hr>
    <li><a href="forums/8" class="button"><span class="button-text">Технический раздел</span></a></li>
<hr>
    <li><a href="forums/31" class="button"><span class="button-text">Правила сервера</span></a></li>
<hr>
    <li><a href="forums/20" class="button"><span class="button-text">Жалобы Eshkere</span></a></li>
<hr>
    <li><a href="forums/45" class="button"><span class="button-text">Стать Администраторм - Лидером</span></a></li>
</ol>
</div>
</div>
</div>
 
Сверху