Initial import

This commit is contained in:
2026-06-04 11:13:34 +01:00
commit 563d9cc96d
143 changed files with 10572 additions and 0 deletions
Executable
+27
View File
@@ -0,0 +1,27 @@
.table td.fit,
.table th.fit {
white-space: nowrap;
width: 1%
}
a[title]:hover::after {
padding: 5px;
}
.ocrtext {
overflow: auto;
max-height: 400px;
}
.page-right {
cursor: e-resize;
}
.page-left {
cursor: w-resize;
}
.page-end {
cursor: not-allowed;
}