diff --git a/common/head_tag.html b/common/head_tag.html index 2e776cb..0dfc39e 100644 --- a/common/head_tag.html +++ b/common/head_tag.html @@ -5,3 +5,32 @@ 'The Horizon theme does not support your browser. Please update your browser, or switch to safe mode.'; } +{{#if settings.extra_glass_morphism_selectors}} + +{{/if}} + +{{#if settings.extra_card_item_selectors}} + +{{/if}} \ No newline at end of file diff --git a/scss/self.scss b/scss/self.scss index fb2ce57..7eb07b2 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -60,24 +60,6 @@ padding: 24px; } -.topic-post.clearfix.regular, .post-list-item.user-stream-item, -.search-header, .admin-plugin-config-page__content, -.user-main .about.collapsed-info .details, -.ember-view.group-box{ - background: var(--d-chat-input-bg-color); - border-radius: var(--d-border-radius); - box-shadow: #00000024 0 0 7px 2px; - margin: 10px 0; - position: relative; - padding: 16px 12px; - overflow: hidden; - transition: background-color 0.2s ease-in-out; - - &:hover{ - background-color: var(--accent-text-color); - } -} - .user-content{ background-color: unset; } diff --git a/settings.yml b/settings.yml index 0886dc5..2565c96 100644 --- a/settings.yml +++ b/settings.yml @@ -15,3 +15,30 @@ home_bg_image: default: "" description: "首页背景图" +extra_glass_morphism_selectors: + type: list + default: + - .regular.ember-view + - .user-main + - .reviewable + - .admin-content + - .contents.clearfix.body-page + - .search-container + - .show-badge + - .users-directory + - "#main-outlet>.edit-category" + - .container.groups-index + - .container.group + description: "额外应用毛玻璃效果的选择器列表" + +extra_card_item_selectors: + type: list + default: + - .topic-post.clearfix.regular + - .post-list-item.user-stream-item + - .search-header + - .admin-plugin-config-page__content + - ".user-main .about.collapsed-info .details" + - .ember-view.group-box + description: "额外应用卡片项目样式的选择器列表" +