aboutsummaryrefslogtreecommitdiff
path: root/print.css
blob: 515b9028a260cf09d421b6ac3fc47443c30aa617 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/********************************
 * Author:  Benjamin Kellermann *
 * License: CC-by-sa 3.0        *
 *          see License         *
 *******************************/


td.ayes, td.bmaybe, td.cno { cursor:default; }
td.ayes, input.choosen  { background-color:#0F0; }
td.cno { background-color:#F00; }
td.bmaybe { background-color:#FF0; }
td.undecided { background-color:#DDD;color:#666 }

label { cursor: pointer; }

td.name {
	text-align:right;
}

#active, #activedeletebutton{
	background-color:#A00;
}

th.weekday{
	width: 2.5em;
}

input.navigation, input.disabled, input.choosen, input.notchoosen {
	border-width: 1px; 
	border-style: solid;
	border-color: black;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

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.create_poll{
	text-align:left;
}

td {
	vertical-align:middle;
	text-align:center;
	border-width: 0px;
	padding: 1px 3px;
}

td.sum, tr.participantrow, tr#add_participant, tr#summary { 
	background-color:Silver;
}

td.polls {
	text-align:left;
}

tr.participantrow:hover {
	background: #AAA;
}

div#add_comment,div#edit_column, div#history, div#backlink, input.delete_comment_button, tr#add_participant, div#configlink, div#tabs, p#history{
	visibility: collapse;
}

th { 
	padding: 1px 3px;
	color: white;
	background-color:black;
	font-weight: normal;
}

th a{
	color: white;
	text-decoration: none;
}

td.date { 
	color: Gray;
	text-align: left;
}


pre#configwarning {
	font-family:Courier New,Courier,monospace;
	letter-spacing:0;
	margin-top: -12ex;
	line-height:95%;
	margin-left: -2ex;
}


h1 {
	text-align: center;
}


div.comment { margin-top: 1ex; }