summaryrefslogtreecommitdiff
path: root/additions/calendar.css
diff options
context:
space:
mode:
Diffstat (limited to 'additions/calendar.css')
-rw-r--r--additions/calendar.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/additions/calendar.css b/additions/calendar.css
new file mode 100644
index 0000000..41f1c3b
--- /dev/null
+++ b/additions/calendar.css
@@ -0,0 +1,41 @@
+table.calendar {
+ border: double black;
+ table-layout: fixed;
+ border-collapse: collapse;
+ empty-cells: show;
+ display: inline-table;
+ text-align: center;
+ font-family: monospace;
+ margin: 1em;
+}
+
+table.calendar th {
+ border-top: 0.2em solid white;
+ border-right: 0.2em solid white;
+ padding: 0.2em;
+}
+
+table.calendar tr {
+ border-top: 1px solid black;
+}
+
+table.calendar td {
+ font-family: monospace;
+ border-right: 1px solid black;
+}
+
+table.calendar td + td + td + td + td + td + td {
+ background-color: #ffc080;
+}
+
+table.calendar thead {
+ background-color: #c0c0c0;
+ border-bottom: solid black;
+}
+
+td#bh {
+ background-color: #c08080;
+}
+td#ja {
+ background-color: #80c080;
+}