summaryrefslogtreecommitdiff
path: root/additions
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-17 12:44:31 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-17 12:44:31 +0200
commit1a0cd3a3ac28d57124212a728a5005ef83a622eb (patch)
tree78186b762f48f4322518f5cc45ad09dea0dc564a /additions
parentsimple script to generate the site (diff)
downloadthenautilus-1a0cd3a3ac28d57124212a728a5005ef83a622eb.tar.gz
thenautilus-1a0cd3a3ac28d57124212a728a5005ef83a622eb.tar.bz2
thenautilus-1a0cd3a3ac28d57124212a728a5005ef83a622eb.zip
directory for additional files
all images will stay here for now we have CSS files
Diffstat (limited to 'additions')
-rw-r--r--additions/calendar.css41
-rw-r--r--additions/thenautilus.css1
2 files changed, 42 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;
+}
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 }