| 1 | /* theme: academic-paper — 学术论文 */ |
| 2 | :root{ |
| 3 | --bg:#fdfcf8;--bg-soft:#f7f5ed;--surface:#ffffff;--surface-2:#f5f3ea; |
| 4 | --border:rgba(20,20,20,.14);--border-strong:rgba(20,20,20,.35); |
| 5 | --text-1:#0a0a0a;--text-2:#333333;--text-3:#707070; |
| 6 | --accent:#1a3a7a;--accent-2:#0a0a0a;--accent-3:#8a1a1a; |
| 7 | --good:#1a5a2a;--warn:#8a6a1a;--bad:#8a1a1a; |
| 8 | --grad:linear-gradient(135deg,#1a3a7a,#0a0a0a); |
| 9 | --grad-soft:linear-gradient(135deg,#e8edf8,#f5f3ea); |
| 10 | --radius:0px;--radius-sm:0px;--radius-lg:0px; |
| 11 | --shadow:none; |
| 12 | --shadow-lg:0 1px 2px rgba(0,0,0,.1); |
| 13 | --font-sans:'Latin Modern Roman','Playfair Display','Noto Serif SC',Georgia,serif; |
| 14 | --font-serif:'Latin Modern Roman','Playfair Display','Noto Serif SC',Georgia,serif; |
| 15 | --font-display:'Latin Modern Roman','Playfair Display','Noto Serif SC',Georgia,serif; |
| 16 | } |
| 17 | body{font-family:var(--font-serif)} |
| 18 | h1.title,h2.title,.h1,.h2{font-weight:700;font-family:var(--font-serif)} |
| 19 | .card{border:1px solid var(--border);box-shadow:none} |
| 20 | .divider{background:var(--text-1);height:1px} |
| 21 | .divider-accent{background:var(--text-1);height:2px;width:100%} |
| 22 | a{color:var(--accent);text-decoration:underline} |
| 23 | .kicker{color:var(--accent);font-style:italic;text-transform:none;letter-spacing:0;font-weight:400} |
| 24 |