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