aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
authorunknown <Benjamin.Kellermann@gmx.de>2008-08-28 08:25:07 +0200
committerunknown <Benjamin.Kellermann@gmx.de>2008-08-28 08:25:07 +0200
commitea8be3081ec48122f641fb80304a5330c7e9b664 (patch)
treefd1b547006033eb9eda5bb5d5787cf29bfc91f78 /dudle.css
initial release
Diffstat (limited to 'dudle.css')
-rw-r--r--dudle.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/dudle.css b/dudle.css
new file mode 100644
index 0000000..7b177d7
--- /dev/null
+++ b/dudle.css
@@ -0,0 +1,42 @@
+td.true { background-color:#0F0; }
+td.false { background-color:#F00; }
+td.undecided { background-color:#DDD;color:#666 }
+td.name {
+ text-align:right;
+}
+table {
+ border: none;
+}
+td {
+ vertical-align:middle;
+ text-align:center;
+ border-width: 0px;
+}
+td.sum, td.date, td.name, td.checkboxes {
+ background-color:Silver;
+}
+th {
+ color: white;
+ background-color:black;
+ font-weight: normal;
+}
+td.date {
+ color: Gray;
+ text-align: left;
+}
+html {
+ background: #CCCCD3;
+ color: black;
+}
+body {
+ background: white;
+ margin: 3ex auto;
+ width: 90%;
+ padding: 2em;
+ color: black;
+ line-height: 1.5em;
+ border: solid 1px black;
+}
+h1 {
+ text-align: center;
+}