Темы для форума [arz]

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

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

Зарегистрироваться!
\
Пользователь
Регистрация
2 Ноя 2024
Сообщения
2,023

Как поменять тему (стиль) форума?​

Чтобы поменять тему на форуме, вам необходимо скачать расширение "User JavaScript and CSS". Сделать это можно, вбив название расширения в поиск - дальше разберетесь сами.
Затем открываете форум, нажимаете на расширение и "New rule forum.arizona-rp.com/"
1754071573887.png

У вас открывается меню скрипта, после чего вы в правый блок вставляете соответствующий код CSS.
1754071588042.png
После этого обновляете форум и все должно работать.
синя тема:
.block-container {
    color: #fff;
    background: #00000040;
    border: 1px solid #00000040;
    border-radius: 8px;
}

.p-body-header {
    color: #fff;
    background: #00000040;
    border: 1px solid #00000040;
    border-radius: 8px;
    margin-bottom: 20px;
}

.label.label--blue {
    color: #fff;
    background: #2f21cf;
    border-color: #2f21cf;
}

.p-body-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    background: #00000040;
    border: 1px solid #00000040;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.p-sectionLinks {
    font-size: 15px;
    color: #fff;
    background: none;
    margin-right: auto;
}

.block--messages .message,
.block--messages .block-row {
    color: #fff;
    background: #00000040;
    border: 1px solid #00000040;
    border-radius: 8px;
}

.message-cell.message-cell--user,
.message-cell.message-cell--action {
    position: relative;
    background: #00000040;
    border-radius: 8px;
    border: 1px solid #00000040;
    min-width: 0;
}

.message-responseRow {
    margin-top: -1px;
    background: #00000040;
    border: 1px solid #00000040;
    padding: 6px;
}

.input {
    font-size: 15px;
    color: #fff;
    background: #00000040;
    border: 1px solid #00000040;
    border-radius: 6px;
    padding: 10px;
    display: block;
    width: 100%;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.pageNav-page {
    display: table-cell;
    background: #00000040;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}

.pageNav-jump {
    display: inline-block;
    background: #00000040;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 2px;
    padding: 15px 8px;
}

.pageNav-page.pageNav-page--current {
    background: #2f21cf;
    color: #fff;
    cursor: pointer;
}

.p-footer {
    font-size: 13px;
    color: #00000040;
    background: #00000040;
}

a:hover {
    color: #fff;
}

.tooltip--bookmark .tooltip-content,
.tooltip--member .tooltip-content,
.tooltip--share .tooltip-content {
    color: #fff;
    background: #453d5d;
    padding: 0;
    text-align: left;
    border: 1px solid #453d5d;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.memberTooltip-header {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 6px;
    background: #0a0629;
    border-bottom: 1px solid #2f21cf;
}

.block-container {
    color: #fff;
    background: #00000040;
    border: 1px solid #00000040;
    border-radius: 8px;
}

.block-tabHeader {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background: #00000040;
    border-bottom: 1px solid #00000040;
    font-size: 0;
}

.block-tabHeader .tabs-tab:hover {
    color: #2f21cf;
    background: rgba(233, 53, 54, 0.02);
}

.block-tabHeader .tabs-tab.is-active {
    background: none;
    color: #2f21cf;
    border-color: #2f21cf;
}

.button.button--link:hover,a.button.button--link:hover,.button.button--link:active,a.button.button--link:active,.button.button--link:focus,a.button.button--link:focus {
    text-decoration: none;
    background: #b56262;
    color: #fff
}

.memberHeader-separator {
    margin: 10px 0;
    border: none;
    border-top: 1px solid #00000040;
}

•Форум• .block.block--category .block-body {
    color: #fff;
    background: #00000040;
    border: #00000040;
    border-radius: 8px;
}

.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 0.125s ease,
        border-color 0.125s ease,
        color 0.125s ease;
    transition:
        background-color 0.125s ease,
        border-color 0.125s ease,
        color 0.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: 0.05em;
    border: none;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 12%);
    color: #fff;
    background: #00000040;
}

.block.block--category .block-body {
    color: #fff;
    background: #00000040;
    border: 1px solid #00000040;
    border-radius: 8px;
}

.button,
a.button {
    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 0.125s ease,
        border-color 0.125s ease,
        color 0.125s ease;
    transition:
        background-color 0.125s ease,
        border-color 0.125s ease,
        color 0.125s ease;
    font-size: 12px;
    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: 0.05em;
    border: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    background: #00000040;
}

.button.button--cta,
a.button.button--cta {
    color: #fff;
    background: #00000040;
}

.p-body-nav .collapseTrigger:not(.button) {
    background: #00000040;
    color: #fff;
    padding: 10px;
    border-radius: 13px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
    margin-left: 10px;
}

.p-nav-list .p-navEl.is-selected {
    color: #2f21cf;
    box-shadow: inset 0 -3px 0 0 #2f21cf;
}

.p-nav-list .p-navEl.is-menuOpen {
    color: #2f21cf;
    text-decoration: none;
}

•Что нового• .tabs--standalone .tabs-tab.is-active {
    color: #fff;
    border-color: #2f21cf;
}

.block-header {
    padding: 6px 10px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: #00000040;
}

.structItem {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 1px solid #292929;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100;
}

.message-cell {
    display: block;
    border: 1px solid #00000040;
    padding: 15px;
}

.tabs--standalone .tabs-tab.is-active {
    color: #fff;
    border-color: #2f21cf;
}

•Ваш аккаунт• .p-navgroup-link.is-menuOpen {
    color: #2f21cf;
    text-decoration: none;
    opacity: 1;
}

.menu-tabHeader .tabs-tab.is-active {
    color: #2f21cf;
    border-color: #2f21cf;
}

.menu-tabHeader .tabs-tab:hover {
    color: #2f21cf;
}

•Пользователи• .blockLink.is-selected {
    color: #fff;
    background: #2f21cf;
    border-left: 3px solid #2f21cf;
    padding-left: 7px;
}

.block-textHeader {
    margin: 3px 0;
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    color: #2f21cf;
    text-transform: uppercase;
}

.block-minorHeader {
    padding: 6px 10px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    color: #2f21cf;
}

.blockLink.is-selected {
    color: #fff;
    background: #2f21cf;
    border-left: 3px solid #2f21cf;
    padding-left: 7px;
}

.memberOverviewBlock-seeMore {
    background: #00000040;
    border: 1px solid #00000040;
    padding: 3px;
    text-align: center;
    margin-top: auto;
}

•Темы• .threadSeparator {
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #2f21cf;
    padding: 10px;
    background: linear-gradient(0deg, #00000040, #00000040);
}

.threadSeparator.sticky {
    font-size: 15px;
    color: #ffffff;
    background: #00000040;
    border-top: 1px solid #00000040;
    border-bottom: 1px solid #00000040;
    padding: 10px;
    background-image: linear-gradient(0deg, #00000040, #00000040);
}

.threadSeparator {
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #00000040;
    padding: 10px;
    background: linear-gradient(0deg, #00000040, #00000040);
}

.structItemContainer.sticky {
    background-color: #00000040;
}

.structItem.structItem--thread.is-locked {
    background-color: #00000040;
    background-image: linear-gradient(
        -45deg,
        #00000040 25%,
        transparent 0,
        transparent 50%,
        #00000040 0,
        #00000040 75%,
        transparent 0
    );
    background-size: 0.8em 0.8em;
}

.button.is-disabled,
a.button.is-disabled {
    color: #8494ac;
    background: #00000040;
    cursor: default;
}

.structItem.structItem--thread.is-locked .structItem-status--locked:before {
    color: #2f21cf;
}

.block-filterBar {
    padding: 6px 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    background: #00000040;
    border-bottom: 1px solid #fc9f9f;
    padding: 10px;
}

•фон• .p-pageWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #00000040;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.p-pageWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #00000040;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-image: url('https://i.imgur.com/GzCkbPo.png');
    background-attachment: fixed;
    background-size: cover;
}

.node + .node {
    border-top: 1px solid #00000040;
}

.p-nav {
    color: #fff;
    background: #04011c;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}

.p-sectionLinks-list .p-navEl:hover {
    color: #00000040;
}

.p-header-logo {
    position: relative;
    vertical-align: middle;
    padding: 0px 0;
    margin-left: 0px;
    margin-right: 50px;
    color: #fff;
    background: #4bff0000;
}

.p-header-logo--before {
    background-image: url(styles/fury/img/logobg.jpg) !important;
    background-color: transparent !important;
    background-size: 0% !important;
    background-position: center top !important;
}

.node--unread .node-icon i:before {
    opacity: 1;
    color: #2f21cf;
}

.block.block--category .block-header {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    background: #00000040;
    margin-bottom: 10px;
}

.inputGroup.inputGroup--joined .inputGroup-text {
    border: 1px solid #00000040;
    background: #00000040;
    text-align: center;
    padding: 3px 6px;
}

.reactionsBar {
    display: none;
    opacity: 0;
    -webkit-transition:
        all 0.25s ease,
        -xf-opacity 0.25s ease;
    transition:
        all 0.25s ease,
        -xf-opacity 0.25s ease;
    overflow-y: hidden;
    height: 0;
    -webkit-transition-property:
        all,
        -xf-height;
    transition-property:
        all,
        -xf-height;
    background: #00000040;
    border: 1px solid #00000040;
    border-left: 2px solid #2f21cf;
    padding: 6px;
    font-size: 12px;
    margin-top: 6px;
}

.block-footer {
    padding: 6px 10px;
    font-size: 12px;
    color: #292929;
    background: #00000040;
    border-top: 1px solid #00000040;
}

.button.button--scroll,
a.button.button--scroll {
    background: #00000040;
    padding: 8px 12px;
}
.p-navgroup-link.is-menuOpen {
    color: #2f21cf;
    text-decoration: none;
    opacity: 1;
}
.link.link--external {
    color: #2f21cf;
}

.button.button--primary,
a.button.button--primary {
    color: #fff;
    background: #2f21cfde;
    min-width: 80px;
}
.fr-box.fr-basic {
    background: #2f21cf15;
    border: solid 1px #2f21cf15;
}
{
    5d:;
    border-color: var(--input-border-heavy) var(--input-border-light)
        var(--input-border-light) var(--input-border-heavy);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
:root {
    --input-border-heavy: #2f21cf;
    --input-border-light: #2f21cf;
}
.input:focus,
.input.is-focused,
.inputGroup:focus-within,
#XF .fr-box.fr-basic.is-focused,
.codeEditor.CodeMirror.CodeMirror-focused {
    --input-border-heavy: #2f21cf;
    --input-border-light: #2f21cf;
}
.fr-element {
    background: #2f21cf15;
    position: relative;
    z-index: 2;
    -webkit-user-select: auto;
}
.fr-box.fr-basic.is-focused {
    background: #2f21cf15;
}
.bbCodeBlock--unfurl {
    color: #cbd0d8;
    background: #2f21cf15;
    border: #2f21cf;
    padding: 6px;
    width: 650px;
    max-width: 100%;
    border-left: 2px solid #2f21cf;
    overflow: hidden;
}

.p-nav-scroller .hScroller-action.hScroller-action--end {
    background: #1ee710;
    background: linear-gradient(
        to right,
        rgba(23, 30, 41, 0) 0%,
        #2f21cf15 33%
    );
}
.menu-content {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 13px;
    color: #fff;
    background: #040921;
    padding: 10px;
    border-radius: 8px;
}
.menu-footer {
    padding: 6px 15px;
    font-size: 12px;
    color: #c2cad6;
    background: #040921;
    border-radius: 8px;
}
.menu-row.menu-row--alt {
    color: #c2cad6;
    background: #040921;
}
.menu-linkRow.is-selected,
.menu-linkRow:hover,
.menu-linkRow:focus {
    color: #fff;
    text-decoration: none;
    background: #2f21cf80;
    border-radius: 16px;
}
.menu-tabHeader {
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    color: #c2cad6;
    background: #040921;
    border-bottom: 1px solid #2f21cf15;
    font-size: 0;
}
.count {
    position: absolute;
    width: 100%;
    line-height: 100px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #2f21cf;
    z-index: 2;
}

.l-half:before,
.r-half:before {
    content: '';
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    border-color: #2f21cf !important;
}
.DC_LinkProxy {
    max-width: 650px;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #2f21cf;
    border-radius: 6px;
    background: #2f21cf15;
}
.p-breadcrumbs--container {
    border-bottom: 1px solid #2f21cf;
}

.fr-popup {
    background: #2f21cf99;
}

.fr-popup .fr-buttons.fr-tabs {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #2f21cf;
    overflow: hidden;
}

.fr-popup .fr-input-line input.fr-not-empty + label,
.fr-popup .fr-input-line textarea.fr-not-empty + label {
    color: #ffffff;
    top: 2px;
}
.fr-popup .fr-input-line input[type='text'],
.fr-popup .fr-input-line textarea {
    font-size: 15px;
    color: #fff;
    background: #2f21cf;
    border: 1px solid #2f21cf;
    border-radius: 6px;
    padding: 10px;
    margin: 0;
    line-height: 1.4;
    -webkit-transition:
        background 0.25s ease,
        color 0.25s ease;
    transition:
        background 0.25s ease,
        color 0.25s ease;
    height: auto;
}
.fr-popup .fr-action-buttons button.fr-command:not(.button--splitTrigger):hover,
.fr-popup
    .fr-action-buttons
    button.fr-command.button--splitTrigger
    > .button-text:hover,
.fr-popup
    .fr-action-buttons
    button.fr-command.button--splitTrigger
    > .button-menu:hover,
.fr-popup .fr-action-buttons button.fr-command:not(.button--splitTrigger):focus,
.fr-popup
    .fr-action-buttons
    button.fr-command.button--splitTrigger
    > .button-text:focus,
.fr-popup
    .fr-action-buttons
    button.fr-command.button--splitTrigger
    > .button-menu:focus,
.fr-popup
    .fr-action-buttons
    button.fr-command:not(.button--splitTrigger):active,
.fr-popup
    .fr-action-buttons
    button.fr-command.button--splitTrigger
    > .button-text:active,
.fr-popup
    .fr-action-buttons
    button.fr-command.button--splitTrigger
    > .button-menu:active {
    background-color: #2f21cf;
}
.fr-popup .fr-action-buttons button.fr-command {
    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 0.125s ease,
        border-color 0.125s ease,
        color 0.125s ease;
    transition:
        background-color 0.125s ease,
        border-color 0.125s ease,
        color 0.125s ease;
    font-size: 12px;
    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: 0.05em;
    border: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    background: #9f82ee;
    min-width: 80px;
    border-color: #006796 #0089c9 #0089c9 #006796;
    height: auto;
    min-width: 0;
    line-height: 1.4;
}

.fr-popup .fr-input-line input[type='text']:hover,
.fr-popup .fr-input-line textarea:hover {
    border: 1px solid #2f21cf;
}

.fr-popup .fr-input-line input[type='text']:focus,
.fr-popup .fr-input-line textarea:focus {
    border: 3px solid #2f21cf;
    padding: 10px;
    background: #2f21cf99;
    --o-border-heavy: #2f21cf;
    --o-border-light: #2f21cf;
}

.fr-desktop .fr-command:hover:not(.fr-table-cell),
.fr-desktop .fr-command:focus:not(.fr-table-cell),
.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),
.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
    background: #2f21cf;
    background-image: #2f21cf;
    background-position-x: #2f21cf;
    background-position-y: #2f21cf;
    background-size: #2f21cf;
    background-repeat: #2f21cf;
    background-attachment: #2f21cf;
    background-origin: #2f21cf;
    background-clip: #2f21cf;
    background-color: rgb(177, 159, 227);
}
.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
    background: #2f21cf90;
}

element.style {
    bottom: 0px;
    left: 231.6px;
    width: 701.6px;
    color: #2f21cf;
}

.formSubmitRow-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2f21cf99;
}

.link.link--external:hover {
    color: #fff;
}
.bbCodeBlock {
    display: flow-root;
    margin: 0.5em 0;
    background: #2f21cf40;
    border: 1px solid #2f21cf;
    border-left: 3px solid #2f21cf;
}
.bbCodeBlock-title {
    padding: 6px 10px;
    font-size: 13px;
    color: #2f21cf;
    background: #2f21cf40;
}
.message-attribution-opposite a:hover {
    text-decoration: none;
    color: #2f21cf;
}
.input[readonly],
.input.is-readonly {
    color: #c2cad6;
    background: #2f21cf40;
}
.button.button--link,
a.button.button--link {
    background: #2f21cf10;
    color: #fff;
    border: 1px solid #2f21cf;
}
.tooltip--reaction .tooltip-content {
    color: #fff;
    background: #2f21cf40;
    padding: 0;
    text-align: center;
    border: 1px solid #2f21cf80;
    border-radius: 6px;
}
.fr-view blockquote {
    background: #2f21cf40;
    border: 1px solid #2f21cf;
    border-left: 3px solid #2f21cf;
    margin: 0.5em 0;
    padding: 6px 10px;
    font-size: 13px;
    display: flow-root;
}
.fr-view blockquote[data-quote]:before {
    display: block;
    content: attr(data-quote) ':';
    font-size: 13px;
    color: #2f21cf;
    background: #2f21cf40;
    padding: 6px 10px;
    margin: -6px -10px 6px -10px;
}
.fr-toolbar .fr-btn-grp {
    --hpadding: 12px;
    display: inline-flex;
    border-style: solid;
    border-width: 0px;
    border-color: var(--input-border-heavy) var(--input-border-light)
        var(--input-border-light) var(--input-border-heavy);
    margin: 0;
    background: #2f21cf80;
    padding: 4px 0 0 12px;
    padding: 4px 0 0 var(--hpadding);
}
.fr-toolbar .fr-more-toolbar {
    float: left;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #2f21cf40;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.message-signature {
    margin-top: 15px;
    font-size: 12px;
    color: #8494ac;
    border-top: 1px solid #292929;
    padding-top: 3px;
}
.message-attribution {
    color: #c9bceded;
    font-size: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #2f21cf;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
    padding: 0;
    margin: auto;
    display: inline-block;
    text-align: left;
    background: #2f21cf60;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    margin-top: 0;
    float: left;
    height: 0;
    margin-top: 0 !important;
}
.fr-toolbar .fr-command.fr-btn.fr-active:not(.fr-disabled) {
    color: #2f21cf;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
    fill: rgba(255, 255, 255, 0.85);
    background: #2f21cf40;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
}
.fr-command.fr-btn
    + .fr-dropdown-menu
    .fr-dropdown-wrapper
    .fr-dropdown-content
    ul.fr-dropdown-list
    li
    a.fr-active {
    background: #2f21cf90;
}
.badge.badge--highlighted,
.badgeContainer.badgeContainer--highlighted:after {
    display: content;
    color: #fff;
    background: #2f21cf;
}

.overlay-title {
    display: none;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    background: #00000040;
}

.formRow > dt {
    border-right: 1px solid transparent;
    background: #00000040;
    border-color: #00000040;
    text-align: right;
    width: 33%;
    padding: 15px 10px 15px 10px;
}

.overlay {
    position: relative;
    margin: 40px auto 10px;
    margin-top: 4vh;
    width: 100%;
    max-width: 800px;
    background: #00000040;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    outline: none;
}

.menu-header {
    padding: 6px 15px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: #2f21cf40;
    border-radius: 8px;
}
.menu .alert.is-unread {
    color: #c2cad6;
    background: #0040;
}

.overlay-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: #2f21cf40;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
.block-row.block-row--separated + .block-row {
    border-top: 1px solid #2f21cf;
}
.menu-separator {
    margin: 0 7.5px;
    padding: 0;
    border: none;
    border-top: 1px solid #2f21cf;
}
element.style {
    overflow: hidden;
    overflow-wrap: break-word;
    height: 42.6px;
    background: #2f21cf40;
}
.pageNav-jump:hover,
.pageNav-jump:active {
    background: #2f21cf;
    text-decoration: none;
}
::selection {
    background-color: #2f21cf;
}
.pageNav-page:not(:first-child) {
    border-left-color: #2f21cf;
    background: #00000040;
}
::selection {
    background-color: #2f21cf;
    color: #fff;
}
.blockStatus {
    color: #c2cad6;
    background: #2f21cf40;
    border: 1px solid #2f21cf60;
    border-left: 3px solid #2f21cf;
    border-radius: 8px;
    margin: 0;
    padding: 6px 0;
    font-size: 13px;
    text-align: left;
}
.blockStatus-message:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 0.8em;
    color: #2f21cf;
}

.button:hover,
a.button:hover {
    background: #2f21cf80; /* измените цвет подсветки на желаемый */
}

.button.button--primary:hover,
a.button.button--primary:hover {
    background: #2f21cf80; /* измените цвет подсветки на желаемый */
}

a:hover {
    color: #a1a5ff; /* Цвет текста ссылки при наведении */
 
}

html {
    font: 15px / 1.4 sans-serif;
    font-family: 'DIN Next Rounded LT Pro','Roboto',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    background-color: #171e29
}

.message-userBanner.userBanner {
    display: block;
    margin-top: 5px;
}


.tooltip--bookmark .tooltip-content, .tooltip--member .tooltip-content, .tooltip--share .tooltip-content {
    color: #fff;
    background: #0f0f33;
    padding: 0;
    text-align: left;
    border: 1px solid #362323;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.memberHeader-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #171e29;
    border-bottom: 0px solid #2c3c53;
}
1754071708677.png
author: Kyrilka. arz
 
Сверху