50 lines
1.5 KiB
CSS

/*
* Theme: Pure Dark
* 极致简约深色 — 纯黑背景,银白文字,专业感十足
* 适合:产品发布会、科技演讲、高端产品展示、夜间演示
*/
:root {
/* --- 配色 --- */
--color-primary: #f5f5f7;
--color-secondary: #86868b;
--color-accent: #2997ff;
--color-bg: #000000;
--color-bg-alt: #1d1d1f;
--color-surface: #1d1d1f;
--color-text: #f5f5f7;
--color-text-secondary: #a1a1a6;
--color-text-on-primary: #000000;
--color-border: #424245;
/* --- 字体 --- */
--font-heading: 'SF Pro Display', -apple-system, 'Helvetica Neue', 'Inter', sans-serif;
--font-body: 'SF Pro Text', -apple-system, 'Helvetica Neue', 'Inter', sans-serif;
--font-mono: 'SF Mono', 'Fira Code', monospace;
--font-size-title: 4.5rem;
--font-size-heading: 3.38rem;
--font-size-subheading: 1.8rem;
--font-size-body: 1.27rem;
--font-size-small: 0.98rem;
/* --- 间距和尺寸 --- */
--slide-padding: 5.62rem;
--spacing-xs: 0.56rem;
--spacing-sm: 1.12rem;
--spacing-md: 2.25rem;
--spacing-lg: 3.94rem;
--spacing-xl: 5.62rem;
/* --- 效果 --- */
--border-radius: 12px;
--shadow-sm: 0 1px 3px rgba(0,0,0,0.3);
--shadow-md: 0 4px 16px rgba(0,0,0,0.4);
--shadow-lg: 0 10px 32px rgba(0,0,0,0.5);
--transition-speed: 0.3s;
--transition-easing: cubic-bezier(0.25, 0.1, 0.25, 1);
/* --- 玻璃/渐变扩展(非玻璃主题保持默认值,零渲染开销) --- */
--surface-blur: 0px;
--surface-saturate: 100%;
--bg-pattern: none;
}