返回 DeepSeek-Reasonix
community.css
根目录 / site / src / styles / community.css
1 /* Reasonix Community — self-hosted fonts + the reasonix.io token values, so the
2 forum shares the site's visual language without depending on its marketing CSS. */
3 @import "@fontsource-variable/inter";
4 @import "@fontsource-variable/jetbrains-mono";
5
6 :root {
7 color-scheme: light;
8 --accent: oklch(0.55 0.17 257);
9 --accent-deep: oklch(0.48 0.17 257);
10 --accent-soft: color-mix(in oklch, var(--accent) 8%, var(--bg));
11 --accent-line: color-mix(in oklch, var(--accent) 26%, transparent);
12 --bg: #ffffff;
13 --bg-soft: oklch(0.977 0.0025 247);
14 --card: #ffffff;
15 --ink: oklch(0.21 0.006 260);
16 --ink-2: oklch(0.45 0.008 260);
17 --ink-3: oklch(0.6 0.008 260);
18 --line: oklch(0.905 0.004 247);
19 --ok: oklch(0.6 0.14 155);
20 --ok-soft: color-mix(in oklch, var(--ok) 12%, var(--bg));
21 --err: oklch(0.5 0.19 25);
22 --warm: oklch(0.72 0.13 66);
23 --violet: oklch(0.58 0.17 300);
24 --rose: oklch(0.62 0.19 15);
25 --radius: 13px;
26 --radius-sm: 9px;
27 --shadow-1: 0 1px 2px oklch(0.4 0.02 260 / 0.08);
28 --shadow-2: 0 1px 2px oklch(0.4 0.02 260 / 0.06), 0 12px 32px -16px oklch(0.4 0.02 260 / 0.24);
29 --font-sans: "Inter Variable", "Inter", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
30 --font-mono: "JetBrains Mono Variable", "SF Mono", Menlo, monospace;
31 --ease: cubic-bezier(0.22, 1, 0.36, 1);
32 }
33
34 :root[data-theme="dark"] {
35 color-scheme: dark;
36 --accent: oklch(0.66 0.16 257);
37 --accent-deep: oklch(0.73 0.14 257);
38 --accent-soft: color-mix(in oklch, var(--accent) 16%, var(--bg));
39 --bg: oklch(0.19 0.006 260);
40 --bg-soft: oklch(0.225 0.008 260);
41 --card: oklch(0.222 0.008 260);
42 --ink: oklch(0.93 0.004 260);
43 --ink-2: oklch(0.78 0.008 260);
44 --ink-3: oklch(0.63 0.008 260);
45 --line: oklch(0.31 0.008 260);
46 --ok-soft: color-mix(in oklch, var(--ok) 18%, var(--bg));
47 --shadow-1: 0 1px 2px oklch(0 0 0 / 0.3);
48 --shadow-2: 0 1px 2px oklch(0 0 0 / 0.28), 0 12px 32px -16px oklch(0 0 0 / 0.6);
49 }
50
51 * { margin: 0; padding: 0; box-sizing: border-box; }
52 html { scroll-behavior: smooth; }
53 body { font-family: var(--font-sans); background: var(--bg); color: var(--ink); -webkit-font-smoothing: antialiased; line-height: 1.5; }
54 a { color: inherit; text-decoration: none; }
55 ::selection { background: oklch(0.88 0.05 257); }
56 .wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
57 [hidden] { display: none !important; }
58
59 /* bilingual toggle — mirrors the main site (shared reasonix-lang choice) */
60 body[data-lang="en"] .l-zh { display: none !important; }
61 body[data-lang="zh"] .l-en { display: none !important; }
62 .lang-switch, .theme-switch { display: inline-flex; gap: 2px; padding: 3px; background: var(--bg-soft); border-radius: 9px; }
63 .lang-switch button, .theme-switch button { font-family: var(--font-sans); font-size: 12.5px; font-weight: 500; color: var(--ink-2); background: transparent; border: none; cursor: pointer; padding: 6px 12px; border-radius: 6px; transition: background 0.2s, color 0.2s, box-shadow 0.2s; }
64 .lang-switch button:hover, .theme-switch button:hover { color: var(--ink); }
65 .lang-switch button.active, .theme-switch button.active { background: var(--card); color: var(--accent); box-shadow: var(--shadow-1); }
66 .theme-switch button { display: inline-flex; align-items: center; justify-content: center; }
67 .theme-switch svg { display: block; }
68
69 .nav { position: sticky; top: 0; z-index: 50; background: color-mix(in oklch, var(--bg) 86%, transparent); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
70 .nav-inner { display: flex; align-items: center; gap: 20px; height: 64px; max-width: 1180px; margin: 0 auto; padding: 0 32px; }
71 .brand { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
72 .brand .mark { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; background: linear-gradient(140deg, var(--accent), var(--violet)); color: #fff; font-weight: 700; font-size: 15px; }
73 .brand .ctag { font-size: 12px; font-weight: 600; color: var(--accent); background: var(--accent-soft); padding: 3px 9px; border-radius: 999px; }
74 .nav-links { display: flex; gap: 4px; margin-left: 12px; }
75 .nav-links a { color: var(--ink-2); font-size: 14.5px; font-weight: 500; padding: 8px 14px; border-radius: 7px; transition: color 0.2s, background 0.2s; }
76 .nav-links a:hover { color: var(--ink); background: var(--bg-soft); }
77 .nav-links a.here { color: var(--accent); background: var(--accent-soft); }
78 .nav-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
79 .nav-menu-toggle {
80 display: none; flex: none; align-items: center; justify-content: center;
81 width: 38px; height: 38px; padding: 0; color: var(--ink);
82 background: var(--bg-soft); border: 1px solid var(--line); border-radius: 9px; cursor: pointer;
83 transition: color 0.2s, background 0.2s, border-color 0.2s;
84 }
85 .nav-menu-toggle:hover { color: var(--accent); border-color: var(--accent-line); background: var(--accent-soft); }
86 .nav-menu-toggle:focus-visible, .mobile-nav-close:focus-visible, .mobile-nav-backdrop:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
87 .nav-menu-toggle svg, .mobile-nav-close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
88 body.mobile-nav-open { overflow: hidden; }
89 .mobile-nav { position: fixed; inset: 0; z-index: 100; height: 100vh; min-height: 100dvh; opacity: 0; transition: opacity 0.22s ease; }
90 .mobile-nav.is-open { opacity: 1; }
91 .mobile-nav-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: oklch(0.12 0.01 260 / 0.42); cursor: pointer; }
92 .mobile-nav-panel { position: absolute; top: 0; right: 0; display: flex; flex-direction: column; width: min(360px, calc(100% - 24px)); height: 100%; padding: 24px; color: var(--ink); background: var(--bg); border-left: 1px solid var(--line); box-shadow: -18px 0 40px oklch(0.12 0.01 260 / 0.16); transform: translateX(100%); transition: transform 0.28s var(--ease); overflow-y: auto; }
93 .mobile-nav.is-open .mobile-nav-panel { transform: translateX(0); }
94 .mobile-nav-head { display: flex; align-items: center; justify-content: space-between; min-height: 38px; font-size: 15px; font-weight: 600; }
95 .mobile-nav-close { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; padding: 0; color: var(--ink-2); background: var(--bg-soft); border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
96 .mobile-nav-close:hover { color: var(--accent); border-color: var(--accent-line); }
97 .mobile-nav-links { display: flex; flex-direction: column; gap: 4px; margin-top: 26px; }
98 .mobile-nav-links a { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; color: var(--ink-2); font-size: 16px; font-weight: 500; border-radius: 8px; }
99 .mobile-nav-links a:hover, .mobile-nav-links a.here { color: var(--accent); background: var(--accent-soft); }
100 .mobile-nav-actions { display: flex; flex-direction: column; gap: 10px; margin-top: auto; padding-top: 28px; }
101 .mobile-nav-actions > a, .mobile-nav-actions > span { width: 100%; }
102 .mobile-nav-actions > span .btn { width: 100%; }
103 .mobile-nav-actions .btn { min-height: 44px; }
104 .mobile-nav-github { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; color: var(--ink-2); font-size: 14px; font-weight: 500; border: 1px solid var(--line); border-radius: 9px; }
105 .mobile-nav-github:hover { color: var(--accent); border-color: var(--accent-line); background: var(--accent-soft); }
106 .mobile-nav-github svg { width: 18px; height: 18px; }
107 @media (prefers-reduced-motion: reduce) { .mobile-nav, .mobile-nav-panel { transition: none; } }
108 .nav-search { display: flex; align-items: center; gap: 8px; background: var(--bg-soft); border: 1px solid transparent; border-radius: 9px; padding: 8px 14px; width: 220px; transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; }
109 .nav-search:focus-within { background: var(--card); border-color: var(--accent-line); box-shadow: 0 0 0 4px var(--accent-soft); }
110 .nav-search input { border: none; outline: none; background: none; font-family: var(--font-sans); font-size: 14px; color: var(--ink); width: 100%; }
111 .nav-search .ico { color: var(--ink-3); }
112
113 .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-sans); font-size: 14.5px; font-weight: 600; white-space: nowrap; padding: 10px 20px; border-radius: 9px; border: none; cursor: pointer; transition: background 0.2s, box-shadow 0.25s, color 0.2s, border-color 0.2s, transform 0.15s var(--ease); }
114 .btn:active { transform: translateY(1px); }
115 .btn-primary { background: var(--accent); color: #fff; }
116 .btn-primary:hover { background: var(--accent-deep); box-shadow: var(--shadow-1); }
117 .btn-ghost { background: transparent; color: var(--accent); border: 1px solid var(--line); }
118 .btn-ghost:hover { background: var(--accent-soft); border-color: transparent; }
119 .btn.sm { padding: 7px 14px; font-size: 13px; }
120 .btn[disabled] { opacity: 0.55; pointer-events: none; }
121 .btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
122
123 .av { flex: none; display: grid; place-items: center; border-radius: 50%; width: 40px; height: 40px; font-size: 14px; font-weight: 600; color: #fff; border: 2px solid var(--bg); box-shadow: var(--shadow-1); overflow: hidden; }
124 .av.sm { width: 28px; height: 28px; font-size: 11px; border-width: 1.5px; }
125 .av.lg { width: 52px; height: 52px; font-size: 18px; }
126
127 .badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 600; padding: 3px 9px; border-radius: 999px; }
128 .badge.solved { color: var(--ok); background: var(--ok-soft); }
129 .badge.pinned { color: var(--accent); background: var(--accent-soft); }
130 .badge.role { color: var(--ink-3); background: var(--bg-soft); box-shadow: inset 0 0 0 1px var(--line); }
131 .badge.role.staff, .badge.role.admin, .badge.role.moderator { color: var(--accent); background: var(--accent-soft); box-shadow: none; }
132 .tag { font-size: 12px; font-weight: 500; color: var(--ink-2); background: var(--bg-soft); padding: 4px 11px; border-radius: 999px; transition: color 0.2s, background 0.2s; }
133 a.tag:hover { color: var(--accent); background: var(--accent-soft); }
134 .cat-tag { font-size: 11.5px; font-weight: 600; padding: 2px 9px; border-radius: 999px; color: var(--accent); background: var(--accent-soft); }
135
136 .head { padding: 40px 0 28px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--accent-soft), var(--bg) 76%); }
137 .head .row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
138 .head .eyebrow { font-size: 13px; font-weight: 600; color: var(--accent); }
139 .head h1 { font-size: clamp(30px, 4vw, 42px); font-weight: 600; letter-spacing: -0.02em; margin-top: 8px; }
140 .head p { margin-top: 10px; font-size: 16px; color: var(--ink-2); max-width: 46ch; }
141
142 .layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 32px; padding: 32px 0 80px; align-items: start; }
143 .side { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 18px; }
144 .sec-title { display: flex; align-items: center; justify-content: space-between; margin: 4px 2px 14px; }
145 .sec-title h2 { font-size: 15px; font-weight: 600; }
146 .tabs { display: inline-flex; gap: 2px; padding: 3px; background: var(--bg-soft); border-radius: 9px; }
147 .tabs button { font-family: var(--font-sans); font-size: 13.5px; font-weight: 500; color: var(--ink-2); background: none; border: none; cursor: pointer; padding: 7px 15px; border-radius: 6px; transition: background 0.2s, color 0.2s, box-shadow 0.2s; }
148 .tabs button.on { background: var(--card); color: var(--accent); box-shadow: var(--shadow-1); }
149 .tabs button:hover:not(.on) { color: var(--ink); }
150
151 .cats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 34px; }
152 .cat { display: flex; gap: 14px; align-items: flex-start; background: var(--bg-soft); border-radius: var(--radius-sm); padding: 18px; transition: box-shadow 0.3s, transform 0.3s var(--ease), background 0.3s; }
153 .cat:hover { background: var(--card); box-shadow: var(--shadow-2); transform: translateY(-2px); }
154 .cat .ico { width: 42px; height: 42px; border-radius: 12px; flex: none; display: grid; place-items: center; font-size: 20px; background: var(--accent-soft); }
155 .cat h3 { font-size: 15.5px; font-weight: 600; }
156 .cat p { font-size: 13px; color: var(--ink-2); margin-top: 3px; }
157 .cat .meta { font-size: 12px; color: var(--ink-3); font-family: var(--font-mono); margin-top: 9px; }
158
159 .topics { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--card); }
160 .topic { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--line); transition: background 0.18s; }
161 .topic:last-child { border-bottom: none; }
162 .topic:hover { background: var(--bg-soft); }
163 .topic .main { min-width: 0; }
164 .topic .title { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
165 .topic .title a { font-size: 15.5px; font-weight: 600; color: var(--ink); }
166 .topic:hover .title a { color: var(--accent); }
167 .topic .sub { display: flex; align-items: center; gap: 8px; margin-top: 6px; font-size: 12.5px; color: var(--ink-3); flex-wrap: wrap; }
168 .topic .sub .who { color: var(--ink-2); font-weight: 500; }
169 .topic .stat { text-align: center; min-width: 52px; }
170 .topic .stat .n { font-size: 15px; font-weight: 600; font-family: var(--font-mono); }
171 .topic .stat .l { font-size: 11px; color: var(--ink-3); }
172 .topic .last { min-width: 96px; text-align: right; font-size: 12px; color: var(--ink-3); }
173
174 .card { background: var(--bg-soft); border-radius: var(--radius-sm); padding: 20px; }
175 .card.cta { background: linear-gradient(160deg, var(--accent-soft), var(--bg) 82%); border: 1px solid var(--accent-line); }
176 .card h4 { font-size: 14.5px; font-weight: 600; margin-bottom: 6px; }
177 .card .lead { font-size: 13px; color: var(--ink-2); line-height: 1.55; margin-bottom: 14px; }
178 .card .btn { width: 100%; }
179 .stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
180 .stat-box .n { font-size: 22px; font-weight: 700; font-family: var(--font-mono); letter-spacing: -0.02em; }
181 .stat-box .n .dot { color: var(--ok); }
182 .stat-box .l { font-size: 12px; color: var(--ink-3); }
183 .tagcloud { display: flex; flex-wrap: wrap; gap: 8px; }
184
185 .empty { padding: 40px 20px; text-align: center; color: var(--ink-3); font-size: 14px; }
186 .skeleton { padding: 16px 20px; border-bottom: 1px solid var(--line); }
187 .skeleton .bar { height: 12px; border-radius: 6px; background: linear-gradient(90deg, var(--bg-soft), var(--line), var(--bg-soft)); background-size: 200% 100%; animation: sk 1.3s linear infinite; }
188 .skeleton .bar.short { width: 40%; margin-top: 8px; }
189 @keyframes sk { to { background-position: -200% 0; } }
190 .msg { margin: 16px 0; font-size: 13.5px; border-radius: var(--radius-sm); padding: 11px 14px; }
191 .msg.error { color: var(--err); background: color-mix(in oklch, var(--err) 9%, var(--bg)); }
192 .msg.ok { color: var(--ok); background: var(--ok-soft); }
193
194 /* thread */
195 .crumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-3); margin-bottom: 14px; }
196 .crumb a:hover { color: var(--accent); }
197 .crumb .sep { opacity: 0.5; }
198 .thread-head h1 { font-size: clamp(24px, 3vw, 32px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
199 .thread-head .meta { display: flex; align-items: center; gap: 10px; margin-top: 14px; flex-wrap: wrap; font-size: 13px; color: var(--ink-3); }
200 .thread-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 32px; padding: 24px 0 80px; align-items: start; }
201 .post { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 16px; padding: 24px 0; border-top: 1px solid var(--line); }
202 .post:first-child { border-top: none; }
203 .post.op { background: linear-gradient(180deg, var(--accent-soft), transparent 40%); border-radius: var(--radius); padding: 24px; margin: 0 -24px 4px; }
204 .post.answer { background: var(--ok-soft); border: 1px solid color-mix(in oklch, var(--ok) 28%, transparent); border-radius: var(--radius); padding: 22px 24px; margin: 8px -24px; }
205 .post .who { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
206 .post .who .name { font-size: 14.5px; font-weight: 600; }
207 .post .who .when { font-size: 12px; color: var(--ink-3); }
208 .post .answer-flag { display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--ok); margin-bottom: 10px; }
209 .post .body { font-size: 15px; color: var(--ink); line-height: 1.7; overflow-wrap: anywhere; }
210 .post .body p { margin: 0 0 12px; }
211 .post .body p:last-child { margin-bottom: 0; }
212 .post .body code { font-family: var(--font-mono); font-size: 13px; background: var(--bg-soft); padding: 2px 7px; border-radius: 6px; }
213 .post .body pre { background: oklch(0.25 0.006 260); color: oklch(0.9 0.004 260); border-radius: var(--radius-sm); padding: 16px 18px; overflow-x: auto; font-family: var(--font-mono); font-size: 13px; line-height: 1.7; margin: 4px 0 12px; }
214 .post .actions { display: flex; align-items: center; gap: 6px; margin-top: 16px; }
215 .react { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-sans); font-size: 13px; font-weight: 500; color: var(--ink-2); background: var(--bg-soft); border: 1px solid transparent; border-radius: 7px; padding: 6px 13px; cursor: pointer; transition: background 0.2s, border-color 0.2s, color 0.2s; }
216 .react:hover { border-color: var(--accent-line); color: var(--accent); }
217 .react.on { background: var(--accent-soft); color: var(--accent); }
218 .link-act { font-size: 13px; font-weight: 500; color: var(--ink-3); padding: 6px 10px; border-radius: 7px; cursor: pointer; background: none; border: none; font-family: var(--font-sans); }
219 .link-act:hover { color: var(--accent); background: var(--accent-soft); }
220
221 .composer { border: 1px solid var(--line); border-radius: var(--radius); padding: 8px; margin-top: 24px; background: var(--card); transition: border-color 0.2s, box-shadow 0.2s; }
222 .composer:focus-within { border-color: var(--accent-line); box-shadow: 0 0 0 4px var(--accent-soft); }
223 .composer input.title { width: 100%; border: none; outline: none; padding: 12px 14px 4px; font-family: var(--font-sans); font-size: 18px; font-weight: 600; color: var(--ink); background: none; }
224 .composer textarea { width: 100%; border: none; outline: none; resize: vertical; min-height: 96px; padding: 12px 14px; font-family: var(--font-sans); font-size: 15px; color: var(--ink); background: none; line-height: 1.6; }
225 .composer .foot { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px 6px; gap: 12px; flex-wrap: wrap; }
226 .composer .foot .hint { font-size: 12px; color: var(--ink-3); }
227 .composer select { font-family: var(--font-sans); font-size: 13px; color: var(--ink-2); background: var(--bg-soft); border: none; border-radius: 7px; padding: 8px 12px; cursor: pointer; }
228 .gate { text-align: center; padding: 22px; }
229 .gate p { font-size: 14px; color: var(--ink-2); margin-bottom: 14px; }
230
231 .side-card { background: var(--bg-soft); border-radius: var(--radius-sm); padding: 18px 20px; }
232 .side-card h4 { font-size: 13px; font-weight: 600; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
233 .parti { display: flex; }
234 .parti .av { margin-left: -8px; }
235 .parti .av:first-child { margin-left: 0; }
236
237 .foot { border-top: 1px solid var(--line); }
238 .foot-inner { max-width: 1180px; margin: 0 auto; padding: 28px 32px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink-3); }
239 .foot-inner .links { display: flex; gap: 4px; margin-left: auto; flex-wrap: wrap; }
240 .foot-inner .links a { padding: 6px 12px; border-radius: 7px; color: var(--ink-2); font-weight: 500; transition: background 0.2s, color 0.2s; }
241 .foot-inner .links a:hover { background: var(--bg-soft); color: var(--ink); }
242
243 @media (max-width: 940px) {
244 .layout, .thread-layout { grid-template-columns: 1fr; }
245 .side { position: static; }
246 .cats { grid-template-columns: 1fr; }
247 .nav-links, .nav-search { display: none; }
248 .nav-menu-toggle { display: inline-flex; }
249 .topic { grid-template-columns: auto minmax(0, 1fr); }
250 .topic .stat, .topic .last { display: none; }
251 .wrap { padding: 0 20px; }
252 }
253
254 @media (max-width: 640px) {
255 /* drop the Community tag and tighten the shared controls */
256 .nav-inner { padding: 0 16px; gap: 10px; }
257 .brand .ctag { display: none; }
258 #nav-account { display: none; }
259 .theme-switch button { padding: 6px 9px; }
260 }
261
262 @media (max-width: 440px) {
263 /* Include the async account control in the narrow-header budget. */
264 .nav-inner { padding: 0 12px; gap: 8px; }
265 .nav .brand { gap: 0; }
266 .nav .brand-name { display: none; }
267 .nav-right { gap: 8px; }
268 .lang-switch button { padding: 6px 8px; }
269 .theme-switch button { padding: 6px 7px; }
270 #nav-account .btn { padding: 7px 10px; }
271 }
272
272 lines CSS