Fixed size

This commit is contained in:
2026-02-21 16:34:00 +01:00
parent 6c2a13e578
commit f04df44d93

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<style> <style>
body { font-family: sans-serif; color: white; background: transparent; margin: 0; padding: 0; } body { font-family: sans-serif; color: white; background: transparent; margin: 0; padding: 0; font-size: 20px; }
@font-face { @font-face {
font-family: 'BrittanySignature'; font-family: 'BrittanySignature';
@@ -14,7 +14,7 @@
} }
.monat { .monat {
font-size: 25px; font-size: 150%;
font-weight: bold; font-weight: bold;
padding: 1.5ex 0.5em 0.5ex 0.5em; padding: 1.5ex 0.5em 0.5ex 0.5em;
color: rgba(255, 255, 255, 0.9); color: rgba(255, 255, 255, 0.9);
@@ -30,7 +30,7 @@
td { td {
padding: 0.5ex 0.5em; padding: 0.5ex 0.5em;
font-size: 15px; font-size: 100%;
vertical-align: top; vertical-align: top;
white-space: nowrap; white-space: nowrap;
/* border-top: 1px solid rgba(255, 255, 255, 0.2); /* border-top: 1px solid rgba(255, 255, 255, 0.2);
@@ -38,7 +38,7 @@
} }
/* tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.1); } */ /* tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.1); } */
tr { background-color: rgba(255, 255, 255, 0.1); } tr { background-color: rgba(0, 0, 0, 0.2); }
tr.week-spacer { border: none !important; background: transparent !important; height: 15px; } tr.week-spacer { border: none !important; background: transparent !important; height: 15px; }
/* Feste Prozentwerte für identische Spalten in allen Tabellen */ /* Feste Prozentwerte für identische Spalten in allen Tabellen */
@@ -53,7 +53,7 @@
</head> </head>
<body> <body>
{% if test %} {% if test %}
<div style="width: 300px ; margin: 20px auto; padding: 10px; background: rgb(55, 55, 55); border-radius: 8px;"> <div style="width: 370px ; margin: 20px auto; padding: 10px; background: rgb(100, 100, 100); border-radius: 8px;">
{% endif %} {% endif %}
{% set monate = ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'] %} {% set monate = ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'] %}
{% set ns = namespace(last_month=none, last_week=none) %} {% set ns = namespace(last_month=none, last_week=none) %}