]> git.donarmstrong.com Git - neurodebian.git/blob - sandbox/survey.css
eb71fc7288f9aa3d37a81ab0db7c44bdf4955732
[neurodebian.git] / sandbox / 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 div.document {
10     background-color: #fff;
11     padding: 1em;
12 }
13
14 div.rating {
15     text-align: center;
16     font-size: 80%;
17     float: left;
18     padding: 0.5em;
19 }
20
21 table.questionaire {
22     padding: 0px;
23 }
24
25 tr.oddrow {
26     background-color: #ddd;
27 }
28
29 table.questionaire td {
30     padding: 0px;
31     margin: 0px;
32 }
33
34 td.response {
35     text-align: left;
36     white-space: nowrap;
37     background-color: #eeffcc;
38 }
39
40 tr.oddrow td.response {
41     background-color: #ccd9af;
42 }
43
44 td.task {
45     text-align: left;
46 }
47
48 th p,
49 td p {
50     padding: 0.2em;
51     margin: 0px;
52 }
53
54 a {
55     color: #820430;
56     text-decoration: none;
57 }
58
59 a:hover {
60     text-decoration: underline;
61 }
62
63