From ea8be3081ec48122f641fb80304a5330c7e9b664 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 28 Aug 2008 08:25:07 +0200 Subject: initial release --- dudle.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 dudle.css (limited to 'dudle.css') 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; +} -- cgit v1.2.3