-
Notifications
You must be signed in to change notification settings - Fork 5
/
style.css
91 lines (74 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
div.dokuwiki div.linkback_wrapper {
background-color: __background_alt__;
margin: 1em -1em;
padding: 0.5em 1em;
clear: both;
}
div.dokuwiki div.linkback_trackbackurl {
font-size: 80%;
}
div.dokuwiki span.linkback_trackbackurl {
font-family: monospace;
font-size: 110%;
}
div.dokuwiki .linkback_head {
font-size: 80%;
color: __text_neu__;
padding-top: 0.5em;
margin-top: 1em;
clear: both;
}
div.dokuwiki .linkback_head a.urlextern {
background: none;
padding: 1px 0px 1px 0px !important;
margin-left: 0px;
}
div.dokuwiki .linkback_head span.sender {
padding: 1px 0px 1px 0px;
}
div.dokuwiki .linkback_head .sender .medialeft {
margin: 0px 14px 0px 0px !important;
}
div.dokuwiki .linkback_head abbr {
border-bottom: 0;
}
div.dokuwiki .linkback_head abbr.received {
background: transparent url(images/date.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
div.dokuwiki .linkback_body {
padding-top: 0.5em;
}
div.dokuwiki div.linkback_hidden {
opacity: 0.5;
}
div.dokuwiki div.linkback_buttons {
float: right;
font-size: 10px;
cursor: pointer;
display: inline;
}
div.dokuwiki div.linkback_buttons input.button {
border: 1px solid __border__;
color: __text__;
background-color: __background__;
vertical-align: middle;
text-decoration: none;
padding: 0;
margin: 0 0 0 0.5em;
}
div.dokuwiki div.linkback_line {
padding-top: 0.5em;
border-bottom: 1px solid __border__;
}
.dokuwiki #plugin__linkback_wrapper {
margin-top: 1em;
margin-bottom: 1em;
}
div.dokuwiki ul.admin_linkback li.hidden {
display: list-item;
opacity: 0.5;
}
div.dokuwiki ul.admin_linkback span.excerpt {
color: __text_neu__;
}