]> git.donarmstrong.com Git - neurodebian.git/blob - survey/survey.css
Fix div by zero prob.
[neurodebian.git] / survey / survey.css
1 body {
2     font-family: sans-serif;
3     font-size: 100%;
4     background-color: #444;
5     color: #000;
6     margin: 1em;
7 }
8
9 h1.title {
10     color: #2C471A;
11     font-size: 150%;
12     text-align: center;
13 }
14
15 h1 {
16     color: #2C471A;
17     font-size: 120%;
18 }
19
20 h2 {
21     color: #2C471A;
22     font-size: 100%;
23 }
24
25 div.document {
26     background-color: #fff;
27     padding: 1em;
28 }
29
30 div.rating {
31     text-align: center;
32     font-size: 80%;
33     float: left;
34     padding: 0.5em;
35 }
36
37 table.questionaire {
38     padding: 0px;
39 }
40
41 tr.oddrow {
42     background-color: #ddd;
43 }
44
45 table.questionaire td {
46     padding: 0px;
47     margin: 0px;
48 }
49
50 td.response {
51     text-align: left;
52     white-space: nowrap;
53     background-color: #eeffcc;
54 }
55
56 tr.oddrow td.response {
57     background-color: #ccd9af;
58 }
59
60 td.task {
61     text-align: left;
62 }
63
64 th p,
65 td p {
66     padding: 0.2em;
67     margin: 0px;
68 }
69
70 a {
71     color: #820430;
72     text-decoration: none;
73 }
74
75 a:hover {
76     text-decoration: underline;
77 }
78
79