summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/include/style.css
blob: 63aa35aec13bd0c55c6430e4a123f45556b18da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
div.dokuwiki div.plugin_include_content div.secedit {
  float: right;
  margin-left: 1em;
  margin-top: 0;
}

div.dokuwiki div.inclmeta {
  border-top: 1px dotted __border__;
  padding-top: 0.2em;
  color: __text_neu__;
  font-size: 80%;
  line-height: 1.25;
  /*margin-top: 0.5em;*/
  margin-bottom: 2em;
}

div.dokuwiki div.inclmeta a.permalink {
  background: transparent url(images/link.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta abbr.published {
  background: transparent url(images/date.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  border-bottom: 0;
}

div.dokuwiki div.inclmeta span.author {
  background: transparent url(images/user.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

/* Disable the default interwiki icon for the user link (if there is any) */
div.dokuwiki div.inclmeta span.author a.interwiki {
    background: none;
    padding: 0;
}

div.dokuwiki div.inclmeta span.comment {
  background: transparent url(images/comment.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta div.tags {
  border-top: 0;
  font-size: 100%;
  float: right;
  clear: none;
}

div.dokuwiki p.include_readmore {
  text-align: right;
}