X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=templates%2Fcalendar.html;h=699caabdd05b687a262be37ea32ac1da7ca3c1bc;hb=4691a05e64acb2239f9d449b36f4ff5c678a1d6c;hp=0f18203b639eab7ada07d69a98d71d56330d489a;hpb=ee89735cb3714dc7c3ec8bbd0643cf279ee9a1ef;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 0f18203..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 %} -