Initial commit

This commit is contained in:
2026-07-05 21:52:31 +02:00
commit 93259f5b6d
35 changed files with 2389 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
#accounts {
margin: 20px;
border-collapse: collapse;
border: 1px solid #000000;
}
#accounts caption {
font-size: 2em;
font-weight: bold;
padding: 1em 0 0.5em 0;
}
#accounts td,#accounts th {
padding: 0.5em;
border-bottom: 1px solid #000000;
}
#accounts th {
font-weight: bold;
}
#accounts th.account_title {
font-size: 1.5em;
padding: 1em 0 0.1em 0.1em;
}
#accounts td.col_odd, #accounts th.col_odd {
background-color: #c0c0c0;
}