Fixed size
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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-family: 'BrittanySignature';
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
.monat {
|
||||
font-size: 25px;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
padding: 1.5ex 0.5em 0.5ex 0.5em;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
td {
|
||||
padding: 0.5ex 0.5em;
|
||||
font-size: 15px;
|
||||
font-size: 100%;
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
/* 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 { 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; }
|
||||
|
||||
/* Feste Prozentwerte für identische Spalten in allen Tabellen */
|
||||
@@ -53,7 +53,7 @@
|
||||
</head>
|
||||
<body>
|
||||
{% 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 %}
|
||||
{% set monate = ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'] %}
|
||||
{% set ns = namespace(last_month=none, last_week=none) %}
|
||||
|
||||
Reference in New Issue
Block a user