|
876
|
1 |
.Ldt-Annotation-Widget { |
|
|
2 |
border-style: none solid solid; |
|
|
3 |
border-width: 1px; |
|
|
4 |
border-color: #b7b7b7; |
|
|
5 |
padding: 0 1px 1px; |
|
880
|
6 |
margin: 0; |
|
876
|
7 |
} |
|
|
8 |
|
|
|
9 |
.Ldt-Annotation-Widget.Ldt-Annotation-ShowTop { |
|
|
10 |
border-top-style: solid; |
|
|
11 |
padding-top: 1px; |
|
|
12 |
} |
|
|
13 |
|
|
|
14 |
.Ldt-Annotation-Inner { |
|
|
15 |
background: url(img/pinstripe.png); |
|
|
16 |
padding: 5px; |
|
880
|
17 |
margin: 0; |
|
876
|
18 |
} |
|
|
19 |
|
|
|
20 |
.Ldt-Annotation-Inner h3 { |
|
|
21 |
margin: 5px 0; |
|
880
|
22 |
font-size: 14px; |
|
876
|
23 |
} |
|
|
24 |
|
|
|
25 |
.Ldt-Annotation-Title { |
|
|
26 |
color: #0068c4; |
|
|
27 |
} |
|
|
28 |
|
|
|
29 |
.Ldt-Annotation-Time { |
|
|
30 |
color: #ff3b77 |
|
|
31 |
} |
|
|
32 |
|
|
|
33 |
.Ldt-Annotation-Inner p { |
|
880
|
34 |
margin: 5px 0; font-size: 12px; |
|
876
|
35 |
} |
|
|
36 |
|
|
|
37 |
.Ldt-Annotation-ShareIcons { |
|
|
38 |
float: right; |
|
|
39 |
} |
|
|
40 |
|
|
|
41 |
.Ldt-Annotation-Share { |
|
880
|
42 |
display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png); |
|
876
|
43 |
} |
|
|
44 |
|
|
|
45 |
.Ldt-Annotation-Twitter { |
|
|
46 |
background-position: 0 0; |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
.Ldt-Annotation-Twitter:hover { |
|
|
50 |
background-position: 0 -24px; |
|
|
51 |
} |
|
|
52 |
|
|
|
53 |
.Ldt-Annotation-Fb { |
|
|
54 |
background-position: -24px 0; |
|
|
55 |
} |
|
|
56 |
|
|
|
57 |
.Ldt-Annotation-Fb:hover { |
|
|
58 |
background-position: -24px -24px; |
|
|
59 |
} |
|
|
60 |
|
|
|
61 |
.Ldt-Annotation-Gplus { |
|
|
62 |
background-position: -48px 0; |
|
|
63 |
} |
|
|
64 |
|
|
|
65 |
.Ldt-Annotation-Gplus:hover { |
|
|
66 |
background-position: -48px -24px; |
|
|
67 |
} |
|
|
68 |
|
|
880
|
69 |
.Ldt-Annotation-Tags-Block { |
|
|
70 |
font-size: 12px; |
|
|
71 |
} |
|
|
72 |
|
|
|
73 |
.Ldt-Annotation-NoTags { |
|
|
74 |
display: none; |
|
|
75 |
} |
|
|
76 |
|
|
876
|
77 |
ul.Ldt-Annotation-Tags { |
|
880
|
78 |
list-style: none; padding: 0; margin: 5px 0; |
|
876
|
79 |
} |
|
|
80 |
|
|
|
81 |
.Ldt-Annotation-Tags li { |
|
|
82 |
display: inline-block; margin: 0 3px 0 0; padding: 0; |
|
|
83 |
} |
|
|
84 |
|
|
|
85 |
.Ldt-Annotation-TagLabel { |
|
|
86 |
font-weight: bold; |
|
|
87 |
} |
|
880
|
88 |
|
|
|
89 |
.Ldt-Annotation-Empty .Ldt-Annotation-HiddenWhenEmpty { |
|
|
90 |
display: none; |
|
|
91 |
} |
|
|
92 |
|
|
|
93 |
.Ldt-Annotation-Minimized .Ldt-Annotation-HiddenWhenMinimized { |
|
|
94 |
display: none; |
|
|
95 |
} |
|
|
96 |
|