From 1a0cd3a3ac28d57124212a728a5005ef83a622eb Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 17 Aug 2009 12:44:31 +0200 Subject: directory for additional files all images will stay here for now we have CSS files --- additions/calendar.css | 41 +++++++++++++++++++++++++++++++++++++++++ additions/thenautilus.css | 1 + 2 files changed, 42 insertions(+) create mode 100644 additions/calendar.css create mode 100644 additions/thenautilus.css (limited to 'additions') 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; +} diff --git a/additions/thenautilus.css b/additions/thenautilus.css new file mode 100644 index 0000000..321a2d8 --- /dev/null +++ b/additions/thenautilus.css @@ -0,0 +1 @@ +div.literal-block { white-space: pre } -- cgit v1.2.3