aboutsummaryrefslogtreecommitdiff
path: root/print.css
blob: 2dd31edd07f61ec07a48642b4684239c1333cdec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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#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;
}