From e57d3871ec33427575195ee5f7d738c3b1fb0f5c Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 14 Aug 2024 10:42:25 +0300 Subject: remind: track calendar.css --- desk/landing/html_remind/calendar.css | 81 +++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 desk/landing/html_remind/calendar.css diff --git a/desk/landing/html_remind/calendar.css b/desk/landing/html_remind/calendar.css new file mode 100644 index 0000000..d9cf58f --- /dev/null +++ b/desk/landing/html_remind/calendar.css @@ -0,0 +1,81 @@ +body { + color: #cdd6f4; + background-color: #1e1e2e; + line-height: 1.4; + max-width: 1200px; + margin: 20px auto; + padding: 0 10px; + word-wrap: break-word; +} + +table.rem-cal { + font-size: 12pt; +} + +table.rem-sc-table { + font-size: 10pt; + width: 95%; + float: left; +} + +caption.rem-cal-caption { + font-size: 14pt; + font-weight: bold; +} + +th.rem-cal-hdr { + width: 14%; + border-style: solid; + border-width: 1px; + vertical-align: top; +} +td.rem-empty, td.rem-cell, td.rem-small-calendar { + width: 14%; + height: 7em; + border-style: solid; + border-width: 1px; + vertical-align: top; +} +td.rem-today { + width: 14%; + height: 7em; + border-style: solid; + border-width: 2px; + border-color: #EE3333; + vertical-align: top; +} + +table.rem-cal { + width: 100%; + border-collapse: collapse; +} + +div.rem-daynumber { + float: right; + text-align: right; + vertical-align: top; + font-size: 14pt; +} + +p.rem-entry { + clear: both; +} + +div.rem-moon { + float: left; + text-align: left; + vertical-align: top; +} + +th.rem-sc-hdr { + text-align: right; +} + +td.rem-sc-empty-cell, td.rem-sc-cell { + text-align: right; + width: 14%; +} + +caption.rem-sc-caption { + font-size: 12pt; +} -- cgit v1.2.3-70-g09d2