First commit

This commit is contained in:
2025-02-28 08:45:43 +01:00
commit 1f4e772600
1122 changed files with 74621 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/* page headings from toc */
h1._level1_page_,
h1._level2_page_,
h1._level3_page_,
h1._level4_page_,
h1._level5_page_,
h1._level6_page_ {
font-family: arial, sans-serif;
background: #fd0;
color: #222;
font-size: 20px;
line-height: 1.0em;
font-weight: 400;
font-style: normal;
padding: 4px 9px 6px 9px;
margin: 0 0 16px 0;
}