forked from dokufreaks/plugin-include
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
47 lines (40 loc) · 1.03 KB
/
style.css
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
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;
}
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;
}