]> git.donarmstrong.com Git - neurodebian.git/blob - survey/survey.css
Also for stats report which repo and which job number use our setup
[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 div.note {
38     background-color: #eaf2f9;
39         margin: 1em;
40     border: 1px solid #3d7aa5;
41     border-left: none;
42     border-right: none;
43     font-size: .8em;
44 }
45
46 table.questionaire {
47     padding: 0px;
48 }
49
50 tr.oddrow {
51     background-color: #ddd;
52 }
53
54 table.questionaire td {
55     padding: 0px;
56     margin: 0px;
57 }
58
59 td.response {
60     text-align: left;
61     white-space: nowrap;
62     background-color: #eeffcc;
63 }
64
65 tr.oddrow td.response {
66     background-color: #ccd9af;
67 }
68
69 td.task {
70     text-align: left;
71 }
72
73 th p,
74 td p {
75     padding: 0.2em;
76     margin: 0px;
77 }
78
79 a {
80     color: #820430;
81     text-decoration: none;
82 }
83
84 a:hover {
85     text-decoration: underline;
86 }
87
88