LINUXDO_帖子随机数据库
7 subscribers
3.11K links
自动阅读脚本抓取的帖子会发送到这里
Download Telegram
ry light grey) */ /* Shadow Colors */ --chat-customize-box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.185); /* Standard box shadow */ --chat-customize-box-shadow2: none; --chat-customize-box-shadow3: inset 0 0 0 1px rgba(48, 54, 61, 0.226); /* Inset shadow */ --chat-customize-box-shadow4: inset 0 0 0 1px rgba(139, 148, 158, 0.8); /* Brighter inset shadow */ /* Other Variables */ --list-item-border-radius: 6px; /* Border radius for list items/containers */ --color-black-rgb: 16, 27, 34; /* RGB for #161b22 */ --color-white-rgb: 249, 233, 233; /* RGB for #f9e9e9 */ /* Background Image */ background-image: url('https://kupitkan.com/upload/iblock/ca9/sw0qn2658mdbbkfowrn1pevewx6wubie.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; } /* --- Light Mode (MODIFIED TO BLUE THEME) --- */ body[theme-mode="light"] { /* Accent Colors (Blue Scheme) */ --color-cyber-accent: #1E90FF; /* Dodger Blue - Primary Accent */ --color-cyber-accent-bright: #00BFFF; /* Deep Sky Blue - Bright Accent */ --color-cyber-accent-purple: #4169E1; /* Royal Blue - Contrast Accent (used for blockquotes etc.) */ --color-cyber-accent-rgb: 30, 144, 255; /* RGB for --color-cyber-accent */ --color-cyber-accent-purple-rgb: 65, 105, 225; /* RGB for --color-cyber-accent-purple (Royal Blue) */ /* Line & Corner Effects (Derived from Accent RGB) */ --color-cyber-line: rgba(var(--color-cyber-accent-rgb), 0.7); --color-cyber-line-dim: rgba(var(--color-cyber-accent-rgb), 0.3); /* Glow Effects (Derived from Accent RGB) */ /* Note: Variable names kept for potential cross-theme compatibility, but values use blue */ --shadow-cyber-glow-teal: rgba(var(--color-cyber-accent-rgb), 0.15); /* Glow uses primary blue */ --shadow-cyber-glow-purple: rgba(var(--color-cyber-accent-purple-rgb), 0.1); /* Contrast glow uses Royal Blue */ /* Background Colors (Semi-transparent for blur effect) */ --color-background: transparent; /* Main body background is image */ --color-background-soft: rgba(246, 248, 250, 0.8); /* Soft background for UI elements */ --color-background-mute: rgba(240, 242, 245, 0.8); /* Mute background for hover/focus */ --navbar-background: transparent; --chat-background: transparent; --chat-background-user: rgba(246, 248, 250, 0.65); /* User bubble background */ --chat-background-assistant: rgba(246, 248, 250, 0.65); /* Assistant bubble background */ --chat-customize-collapse-background: rgba(246, 248, 250, 0.7); /* Collapse panel content background */ --color-background-opacity: rgba(246, 248, 250, 0.6); /* More opaque background for some containers */ --color-background-rgb: 246, 248, 250; /* RGB for main background color */ --antd-arrow-background-color: rgba(240, 242, 245, 0.7); /* Antd tooltip/popover arrow background */ /* Text Colors */ --chat-text-user: #2d3846; /* User chat text color */ --color-text-1: #2d3846; /* Primary text color */ --color-text-2: #57606a; /* Secondary text color */ --chat-customize-codeHeader: #57606a; /* Code block header color */ --color-white: #ffffff; /* Light theme "white" (true white) */ --color-black: #2d3846; /* Light theme "black" (dark grey) */ /* Shadow Colors */ --chat-customize-box-shadow: 0 1px 3px rgba(27, 31, 35, 0.031); /* Standard box shadow */ --chat-customize-box-shadow2: none; --chat-customize-box-shadow3: inset 0 1px 1px rgba(27, 31, 35, 0.048), 0 0 0 1px rgba(208, 215, 222, 0.8); /* Inset shadow */ --chat-customize-box-shadow4: inset 0 1px 1px rgba(27, 31, 35, 0.1), 0 0 0 1px rgba(208, 215, 222, 0.8); /* Brighter inset shadow */ /* Other Variables */ --list-item-border-radius: 6px; /* Border radius for list items/containers */ --color-black-rgb: 45, 56, 70; /* RGB for #2d3846 */ --color-white-rgb: 255, 255, 255; /* RGB for #ffffff */ /* Background Image (Kept original light mode image) */ background-image: url('https://images.unsplash.com/photo-1668853853439-923e013afff1?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA
var(--color-cyber-accent-bright); /* Button hover corner uses bright accent color */ } .ant-btn-primary { border: 1px solid var(--color-cyber-accent) !important; /* Primary button border uses main accent color */ background: linear-gradient(rgba(var(--color-cyber-accent-rgb), 0.2), rgba(var(--color-cyber-accent-rgb), 0.1)), var(--color-background-soft) !important; /* Primary button background uses accent rgb gradient and soft background */ color: var(--color-cyber-accent-bright) !important; /* Primary button text uses bright accent color */ box-shadow: 0 0 5px rgba(var(--color-cyber-accent-rgb), 0.2); /* Primary button shadow uses accent rgb */ } .ant-btn-primary::before { content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 6px; border-top: 1px solid var(--color-cyber-accent); /* Primary button corner uses main accent color */ border-left: 1px solid var(--color-cyber-accent); /* Primary button corner uses main accent color */ transition: all var(--duration-quick) var(--easing-standard); } .ant-btn-primary:hover { background: linear-gradient(rgba(var(--color-cyber-accent-rgb), 0.3), rgba(var(--color-cyber-accent-rgb), 0.2)), var(--color-background-mute) !important; /* Primary button hover background uses accent rgb gradient and mute background */ border-color: var(--color-cyber-accent-bright) !important; /* Primary button hover border uses bright accent color */ box-shadow: 0 0 8px rgba(var(--color-cyber-accent-rgb), 0.4); /* Primary button hover shadow uses accent rgb */ } .ant-btn-primary:hover::before, .ant-btn-primary:hover::after { border-color: var(--color-cyber-accent-bright); /* Primary button hover corners use bright accent color */ } /* Ensure collapse content box uses theme-specific background rgb */ .ant-collapse-content-box { background-color: rgba(var(--color-background-rgb), 0.1) !important; border-radius: 0 !important; padding: 16px; color: var(--color-text-1); padding-bottom: calc(var(--cyber-angle-size) + 16px); padding-left: calc(var(--cyber-angle-size) + 16px); padding-right: calc(var(--cyber-angle-size) + 16px); } /* Ensure code header background uses theme-specific black/white rgb */ .markdown pre [class^="CodeHeader-"] { border-radius: 0 !important; background: linear-gradient(to bottom, rgba(var(--color-white-rgb), 0.08), rgba(var(--color-white-rgb), 0)), rgba(var(--color-black-rgb), 0.9); border-bottom: 1px solid var(--color-cyber-accent); margin-bottom: 0 !important; justify-content: center; color: var(--color-text-2); padding: 8px 16px; position: relative; overflow: hidden; padding-top: calc(var(--cyber-angle-size) + 8px); padding-left: calc(var(--cyber-angle-size) + 40px); padding-right: calc(var(--cyber-angle-size) + 16px); } /* --- Light Mode Code Header Override --- */ body[theme-mode="light"] .markdown pre [class^="CodeHeader-"] { /* Use a lighter background, closer to other light UI elements */ /* Example: Using a slightly darker/more opaque version of the mute background */ background: linear-gradient(to bottom, rgba(var(--color-white-rgb), 0.06), rgba(var(--color-white-rgb), 0)), rgba(230, 235, 240, 0.92); /* Adjusted base color and opacity */ /* Optionally, make the header text slightly darker for better contrast on the lighter bg */ color: #485460; /* A slightly darker grey than the default --color-text-2 */ } /* Optional: Explicitly style the icons inside the light code header if needed */ body[theme-mode="light"] .markdown pre [class^="CodeHeader-"] .anticon, body[theme-mode="light"] .markdown pre [class^="CodeHeader-"] .iconfont { color: #57606a; /* Ensure icons use the secondary text color or another suitable one */ }
时间: Tue, 03 Jun 2025 08:51:00 +0000
作者: 语尘 林
回复: 佬,主题很赞,好奇一个小问题,这个鼠标悬浮在话题这一栏的时候,这个下划线貌似在最大范围外就固定了,用Gemini改了两次都不太行 这个未来有没有优化一下的可能
时间: Sun, 22 Jun 2025 06:28:03 +0000
作者: 123456
回复: 雀氏好康
时间: Sun, 22 Jun 2025 06:31:33 +0000
作者: YUCOOL
回复: mark一下
时间: Sun, 22 Jun 2025 06:54:21 +0000
作者: mariahlamb
回复: 过两天康康 我自己感觉这个主题重换掉了
时间: Mon, 23 Jun 2025 00:02:57 +0000
作者: