From 8077582b375d87995764c23b7699a79dfe398e52 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 Oct 2008 21:23:12 +0200 Subject: added print.css --- print.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 print.css (limited to 'print.css') diff --git a/print.css b/print.css new file mode 100644 index 0000000..6f9cbb7 --- /dev/null +++ b/print.css @@ -0,0 +1,54 @@ +td.yes, input.choosen { background-color:#0F0; } +td.no { background-color:#F00; } +td.maybe { background-color:#FF0; } +td.undecided { background-color:#DDD;color:#666 } +td.name { + text-align:right; +} +input.navigation, input.disabled, input.choosen, input.notchoosen { + border-width: 1px; + border-style: solid; + border-color: black; + padding: 0px; + cursor: pointer; + width: 3.5em; + height: 3.5ex; +} +input.navigation { + color: white; + background-color: black; +} +input.disabled { background-color:#DDD;color:#BBB} +td.calendarday{ + border: 1px; + padding: 0px; + margin: 0px; +} +table { + border: none; +} +td { + vertical-align:middle; + text-align:center; + border-width: 0px; + padding: 1px 3px; +} +td.sum, td.date, td.name, td.checkboxes { + background-color:Silver; +} +div#add_comment,div#add_remove_column, div#invite_delete, div#history, div#hint, div#backlink, input.delete_comment_button, tr#add_participant{ + visibility: collapse; +} +th { + padding: 1px 3px; + color: white; + background-color:black; + font-weight: normal; +} +td.date { + color: Gray; + text-align: left; +} +h1 { + text-align: center; +} -- cgit v1.2.3