Source: ~/.unfirehose/unfirehose.db (project_id=81, 4 sessions covering
2026-03-29 through 2026-04-05). Reconstructed via chronological replay
of Write/Edit tool_input on file_paths under /home/fox/zebra-report/.
stats:
files reconstructed: 20
writes baselined: all (zero missing)
edits applied: 68
edits unapplied: 8 (1 SKIP pre-baseline, 6 FAIL old_string drift, 1 AMBIGUOUS)
unapplied edits represent small drift in 6 files; baseline content for
each is intact. quality verification deferred to phase 2.
recovered tree:
CLAUDE.md, Makefile
src/{tx,rx,pulse,carrier,chat,bt}.c
include/{modem,zebra}.h
test/{functional,integration,unit}.c, test/test.h
web/{index,kernel}.html, web/blog/style.css
blog/build.py, blog/posts/{001-volume-modem,002-sse-chatroom}.md
report: /tmp/zebra_recover_report.txt
script: /tmp/zebra_recover.py
118 lines
2.4 KiB
CSS
118 lines
2.4 KiB
CSS
@font-face {
|
|
font-family: 'chunkfiveregular';
|
|
src: url('/fonts/chunkfive-regular-webfont.woff2') format('woff2'),
|
|
url('/fonts/chunkfive-regular-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
|
|
body {
|
|
font-family: monospace;
|
|
background: #fff;
|
|
color: #000;
|
|
padding: 2rem;
|
|
max-width: 680px;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
a { color: #000; }
|
|
a:hover { text-decoration: none; }
|
|
|
|
/* header */
|
|
.site-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
border-bottom: 2px solid #000;
|
|
padding-bottom: 0.5rem;
|
|
margin-bottom: 2.5rem;
|
|
}
|
|
.site-name {
|
|
font-family: 'chunkfiveregular', serif;
|
|
font-size: 1.4rem;
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|
|
.tagline { font-size: 0.75rem; color: #555; }
|
|
|
|
/* headings */
|
|
h1 {
|
|
font-family: 'chunkfiveregular', serif;
|
|
font-size: 2.2rem;
|
|
font-weight: normal;
|
|
margin-bottom: 0.3rem;
|
|
line-height: 1.1;
|
|
}
|
|
h2 {
|
|
font-family: 'chunkfiveregular', serif;
|
|
font-size: 1.3rem;
|
|
font-weight: normal;
|
|
border-bottom: 1px solid #000;
|
|
padding-bottom: 0.2rem;
|
|
margin: 1.8rem 0 0.8rem;
|
|
}
|
|
h3 {
|
|
font-family: 'chunkfiveregular', serif;
|
|
font-size: 1rem;
|
|
font-weight: normal;
|
|
margin: 1.2rem 0 0.4rem;
|
|
}
|
|
|
|
/* post meta */
|
|
.meta {
|
|
font-size: 0.75rem;
|
|
color: #555;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
/* content */
|
|
.content p { margin-bottom: 0.9rem; font-size: 0.9rem; }
|
|
.content ul,
|
|
.content ol { margin: 0 0 0.9rem 1.5rem; font-size: 0.9rem; }
|
|
.content li { margin-bottom: 0.3rem; }
|
|
|
|
pre {
|
|
background: #fafafa;
|
|
border: 1px solid #ddd;
|
|
padding: 0.75rem;
|
|
overflow-x: auto;
|
|
margin-bottom: 1rem;
|
|
font-size: 0.78rem;
|
|
line-height: 1.5;
|
|
}
|
|
code {
|
|
font-family: monospace;
|
|
background: #f5f5f5;
|
|
border: 1px solid #ddd;
|
|
padding: 0.1em 0.3em;
|
|
font-size: 0.85em;
|
|
}
|
|
pre code { border: none; padding: 0; background: none; }
|
|
|
|
/* post nav */
|
|
.post-nav {
|
|
margin-top: 2.5rem;
|
|
padding-top: 0.75rem;
|
|
border-top: 1px solid #ccc;
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
/* index */
|
|
.post-list { list-style: none; }
|
|
.post-list li {
|
|
border-bottom: 1px solid #eee;
|
|
padding: 1rem 0;
|
|
}
|
|
.post-date { font-size: 0.75rem; color: #555; display: block; }
|
|
.post-title {
|
|
font-family: 'chunkfiveregular', serif;
|
|
font-size: 1.3rem;
|
|
display: block;
|
|
text-decoration: none;
|
|
color: #000;
|
|
margin: 0.1rem 0;
|
|
}
|
|
.post-title:hover { text-decoration: underline; }
|
|
.post-summary { font-size: 0.82rem; color: #444; }
|