summaryrefslogtreecommitdiff
path: root/mailgraph.css
diff options
context:
space:
mode:
Diffstat (limited to 'mailgraph.css')
-rw-r--r--mailgraph.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/mailgraph.css b/mailgraph.css
new file mode 100644
index 0000000..f38cf41
--- /dev/null
+++ b/mailgraph.css
@@ -0,0 +1,21 @@
+* { margin: 0; padding: 0 }
+body { width: 630px; background-color: white;
+ font-family: sans-serif;
+ font-size: 12pt;
+ margin: 5px }
+h1 { margin-top: 20px; margin-bottom: 30px;
+ text-align: center }
+h2 { background-color: #ddd;
+ padding: 2px 0 2px 4px }
+hr { height: 1px;
+ border: 0;
+ border-top: 1px solid #aaa }
+table { border: 0px; width: 100% }
+img { border: 0 }
+a { text-decoration: none; color: #00e }
+a:hover { text-decoration: underline; }
+#jump { margin: 0 0 10px 4px }
+#jump li { list-style: none; display: inline;
+ font-size: 90%; }
+#jump li:after { content: "|"; }
+#jump li:last-child:after { content: ""; }