Initial commit: Klammertext source distribution

Curated source subset assembled by klammertext-dev's doc/make_dist.sh: the Klammermachine (mac), the Standard Klammer Set (sks), the commands (com), editor plugins and install guides (doc), a test subset (tst), and lib/bin placeholders. Builds with 'make -C com'.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-18 18:48:23 +02:00
commit 2ba7ceee7a
272 changed files with 27634 additions and 0 deletions

51
sks/list/css/list.css Normal file
View File

@@ -0,0 +1,51 @@
dl {
padding-left: 1em;
margin: .33rem 0rem .33rem 0rem;
}
dt {
margin: .5rem 0rem .3rem 0rem;
}
dd {
margin: .3rem 0rem .5rem 1rem;
}
#toc ol, #toc ul {
padding-left: 1em;
}
#toc li {
padding-left: .25em;
}
#text ul, #text ol {
margin: .33rem 0 .33rem 1rem;
padding: 0;
line-height: 1.3;
}
#text ul {
list-style-type: square;
}
#text li {
margin: .5rem 0 .5rem 1rem;
padding: 0;
}
#text ul.compressed li, #text ol.compressed li {
margin: 0 0 0 1rem;
}
#text ul.nobullet li {
margin: 0 0 0 0.25rem;
}
/*
li:before {
color: #AAAAAA;
}
*/