aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
blob: 9397a3ea3ef38a2fa73ceeac385e6b922f7f8b16 (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
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;
	padding: 1px 3px;
}
td.sum, td.date, td.name, td.checkboxes { 
	background-color:Silver;
}
th { 
	padding: 1px 3px;
	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;
}