X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2Fcalendar.html;h=42c821ae7a31de4bce3161e945cb3ec0b7919609;hb=c64a6dcd83cd13f5cc534325feac0554cf289a81;hp=832e03867614ef0aa08d7694dbfd4b325b8ac298;hpb=e51477ebea9fb701d88de85088b2fda1247c73a2;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 832e038..42c821a 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -1,9 +1,70 @@ -{% extends 'base.html' %} +{% extends '_base.html' %} + + + +{% block css %} +tr.week_row td { + height: 0.3em; + background-color: black; + padding: 0; + margin: 0; + border-top: 0.2em solid white; +} +tr.month_row td { + border-top: 0.2em solid white; + color: white; + background-color: #555555; +} +table { + width: 100%; +} +tr.day_row td { + background-color: #cccccc; + border-top: 0.2em solid white; +} +td.day_name { + padding-right: 0.5em; +} +td.today { + font-weight: bold; +} +{% endblock %} + + {% block content %} -