X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fcalendar.html;h=699caabdd05b687a262be37ea32ac1da7ca3c1bc;hb=83c31bdf2a1b2cd1f3beadee482feb91c64759f9;hp=0b7197fd526b171c81d112171abf83f69fb9b354;hpb=bf8b491d50379772879f1cc9cbe6846fe50ce63b;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 0b7197f..699caab 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -1,9 +1,72 @@ -{% 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 %} -