1div.dokuwiki div.plugin_include_content div.secedit {
2  float: right;
3  margin-left: 1em;
4  margin-top: 0;
5}
6
7div.dokuwiki div.inclmeta {
8  border-top: 1px dotted __border__;
9  padding-top: 0.2em;
10  color: __text_neu__;
11  font-size: 80%;
12  line-height: 1.25;
13  /*margin-top: 0.5em;*/
14  margin-bottom: 2em;
15}
16
17div.dokuwiki div.inclmeta a.permalink {
18  background: transparent url(images/link.gif) 0px 1px no-repeat;
19  padding: 1px 0px 1px 16px;
20}
21
22div.dokuwiki div.inclmeta abbr.published {
23  background: transparent url(images/date.gif) 0px 1px no-repeat;
24  padding: 1px 0px 1px 16px;
25  border-bottom: 0;
26}
27
28div.dokuwiki div.inclmeta span.author {
29  background: transparent url(images/user.gif) 0px 1px no-repeat;
30  padding: 1px 0px 1px 16px;
31}
32
33/* Disable the default interwiki icon for the user link (if there is any) */
34div.dokuwiki div.inclmeta span.author a.interwiki {
35    background: none;
36    padding: 0;
37}
38
39div.dokuwiki div.inclmeta span.comment {
40  background: transparent url(images/comment.gif) 0px 1px no-repeat;
41  padding: 1px 0px 1px 16px;
42}
43
44div.dokuwiki div.inclmeta div.tags {
45  border-top: 0;
46  font-size: 100%;
47  float: right;
48  clear: none;
49}
50
51div.dokuwiki p.include_readmore {
52  text-align: right;
53}
54