Flask-Web-App statt Tkinter: Live-Berechnung, PDF-Rechnung, Dark Mode, Tabler CSS

This commit is contained in:
Erik Thiele
2026-06-30 20:46:52 +02:00
parent fd04d3dace
commit 73631b415d
9 changed files with 1690 additions and 0 deletions

13
static/style.css Normal file
View File

@@ -0,0 +1,13 @@
/* Grossere Schrift in Ueberschriften */
.card-header, .navbar-brand span {
font-size: 1.1rem;
}
/* Monospace-Ergebnisblock (Kostenaufstellung) */
.result-box {
font-family: 'Courier New', Courier, monospace;
font-size: 14px;
line-height: 1.8;
white-space: pre;
overflow-x: auto;
}