first commit
This commit is contained in:
commit
8b790b7601
86 changed files with 6348 additions and 0 deletions
26
preview/comp-ledger-preview.html
Normal file
26
preview/comp-ledger-preview.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../colors_and_type.css">
|
||||
<link rel="stylesheet" href="_card.css">
|
||||
<style>
|
||||
body { padding:24px; }
|
||||
.preview { background:#EBEEF1; border:1px solid #D7DCE2; border-radius:2px; padding:14px 18px; font-family:"JetBrains Mono",monospace; font-size:13px; color:#2A2E33; font-variant-numeric:tabular-nums; }
|
||||
.head { display:flex; gap:14px; font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:#6B7178; padding-bottom:6px; border-bottom:1px dashed #D7DCE2; margin-bottom:8px; }
|
||||
.leg { display:grid; grid-template-columns:84px 1fr 110px 50px; gap:14px; line-height:1.7; }
|
||||
.pos { color:#2F7D55; text-align:right; }
|
||||
.neg { color:#1A1814; text-align:right; }
|
||||
.ccy { color:#8A8377; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="preview">
|
||||
<div class="head">2026-03-02 · "스타벅스 강남역점" · ★ 0.94 LLM</div>
|
||||
<div class="leg">
|
||||
<span>Personal</span><span>:Expenses:Food:Coffee</span><span class="neg">38,500</span><span class="ccy">KRW</span>
|
||||
<span>Personal</span><span>:Assets:Bank:Toss</span><span class="pos">-38,500</span><span class="ccy">KRW</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="legend" style="margin-top:12px">LedgerPreview · two-leg posting · monospace · debit / credit balance</div>
|
||||
</body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue