1div.dokuwiki div.newtask_form {
2  clear: both;
3  text-align: center;
4  margin-bottom: 1em;
5}
6
7div.dokuwiki #task__newtask_form input.edit {
8  width: 95%;
9}
10
11div.dokuwiki div.vcalendar {
12  margin-bottom: 1em;
13}
14
15div.dokuwiki div.vcalendar fieldset {
16  padding: 0 0.5em 0.5em 0.5em;
17  border: 1px solid #ffc561;
18  width: 90%;
19}
20
21div.dokuwiki div.vcalendar img.summary {
22  vertical-align: middle;
23}
24
25div.dokuwiki div.vcalendar abbr {
26  border-bottom: 0;
27}
28
29div.dokuwiki div.newtask_form table.blind,
30div.dokuwiki div.vcalendar table.blind {
31  border: 0;
32  padding: 0;
33  border-spacing: 3px;
34  margin: 1px;
35}
36
37div.dokuwiki div.newtask_form table.blind th,
38div.dokuwiki div.vcalendar table.blind th {
39  text-align: right;
40  color: __text_neu__;
41  font-weight: normal;
42  background-color: transparent;
43}
44
45div.dokuwiki div.newtask_form table.blind td,
46div.dokuwiki div.vcalendar table.blind td {
47  width: 50%;
48  text-align: left;
49}
50
51div.dokuwiki div.vcalendar table.blind tr.due { color: #ffa200; font-weight: bold; }
52div.dokuwiki div.vcalendar table.blind tr.overdue { color: #ff0040; font-weight: bold; }
53
54div.dokuwiki div.vcalendar fieldset.priority1 { background-color: #fff7e8; }
55div.dokuwiki div.vcalendar fieldset.priority2 { background-color: #fff1d9; }
56div.dokuwiki div.vcalendar fieldset.priority3 { background-color: #ffe9c2; }
57
58div.dokuwiki tr.priority1 { background-color: #fff7e8; }
59div.dokuwiki tr.priority2 { background-color: #fff1d9; }
60div.dokuwiki tr.priority3 { background-color: #ffe9c2; }
61
62div.dokuwiki div.vcalendar fieldset.due { border: 1px solid #ffa200; }
63div.dokuwiki div.vcalendar fieldset.overdue { border: 1px solid #ff0040; }
64
65div.dokuwiki div.task_viewmenu {
66  margin-bottom: 0.5em;
67}
68
69div.dokuwiki form#task__changeview_form label {
70  float: left;
71  margin-right: 0.5em;
72}
73
74div.dokuwiki form#task__changeview_form input {
75  margin: 0.3em;
76}
77
78div.dokuwiki form#task__changeview_form input.button {
79  margin: 0;
80}
81
82div.dokuwiki th.status,
83div.dokuwiki td.status {
84  color: __text_neu__;
85  font-size: 80%;
86}
87