1/*
2  Most of this style.css is copied from the pagelist plugin,
3  keep it in line with that plugin...
4*/
5
6div.dokuwiki table.pagelist,
7div.dokuwiki table.ul {
8  border: 0;
9  padding: 0;
10  border-spacing: 0;
11  margin-bottom: 1em;
12  border-collapse: collapse;
13}
14
15div.dokuwiki table.pagelist tr {
16  border-top: 1px solid __border__;
17  border-bottom: 1px solid __border__;
18}
19
20div.dokuwiki table.pagelist th,
21div.dokuwiki table.pagelist td {
22  padding: 1px 1em 1px 0;
23}
24
25div.dokuwiki table.ul th,
26div.dokuwiki table.ul td {
27  padding: 0 1em 0 0;
28}
29
30div.dokuwiki table.ul ul {
31  margin: 0 0 0 1.5em;
32}
33
34div.dokuwiki table.pagelist th,
35div.dokuwiki table.ul th {
36  background-color: __background_alt__;
37}
38
39div.dokuwiki th.dpage,
40div.dokuwiki th.page,
41div.dokuwiki th.date,
42div.dokuwiki th.user,
43div.dokuwiki th.desc,
44div.dokuwiki th.comments,
45div.dokuwiki th.tags,
46div.dokuwiki td.date,
47div.dokuwiki td.user,
48div.dokuwiki td.desc,
49div.dokuwiki td.comments,
50div.dokuwiki td.tags {
51  color: __text_neu__;
52  font-size: 80%;
53}
54
55div.dokuwiki th.date {
56  text-align: right;
57}
58div.dokuwiki td.date {
59  text-align: right;
60}
61
62div.dokuwiki td.dpage {
63  vertical-align: top ;
64  text-align: left ;
65}
66
67div.dokuwiki th.rowno {
68  color: __text_neu__;
69  font-size: 80%;
70  text-align: right ;
71  width: 5px ;
72}
73div.dokuwiki td.rowno {
74  color: __text_neu__;
75  font-size: 80%;
76  text-align: right ;
77  width: 5px ;
78}
79
80/* color for directory names in ucnames option */
81div.dokuwiki td.dpage a.wikilink {
82/* color: __extern__; */ /* pre-dokuwiki default template */
83  color: __link__;  /*dokuwiki template */
84}
85