1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | =================================== /* 20240505新版_top bar背景及文字顏色 */ '{:is('{'), body, :is(url(})) { /* top_bar文字顏色 */ --top-bar-text-color: rgba(255, 255, 255, 1); /* top_bar背景色 */ --top-bar-bg-color: rgba(170, 150, 190, 0.5); /* top_bar背景模糊程度 */ --top-bar-blur-px: 15px; /* top_bar背景模糊飽和度 */ --top-bar-blur-saturate: 80%; } '{:is('{'), #top_bar, :is(url(})) { color: var(--top-bar-text-color); background: var(--top-bar-bg-color); backdrop-filter: saturate(var(--top-bar-blur-saturate)) blur(var(--top-bar-blur-px)); -webkit-backdrop-filter: saturate(var(--top-bar-blur-saturate)) blur(var(--top-bar-blur-px)); } '{:is('{'), .bar-color, :is(url(})) { background: none; } '{:is('{'), #top_bar #top-bar-main .tab.current:after, :is(url(})) { background: rgba(208, 208, 200, 0.7); left: calc(50% - 1.5px); top: 32px; width: 3px; height: 3px; border-radius: 5px; } =================================== |
Direct link: https://paste.plurk.com/show/C7QmzRH2tcodOmAYCuU6