|
876
|
1 |
.Ldt-Annotation-Widget { |
|
|
2 |
border-style: none solid solid; |
|
|
3 |
border-width: 1px; |
|
|
4 |
border-color: #b7b7b7; |
|
|
5 |
padding: 0 1px 1px; |
|
|
6 |
font-family: "Segoe UI", Helvetica, Arial, sans-serif; |
|
|
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; |
|
|
17 |
} |
|
|
18 |
|
|
|
19 |
.Ldt-Annotation-Inner h3 { |
|
|
20 |
margin: 5px 0; |
|
|
21 |
font-size: 13px; |
|
|
22 |
} |
|
|
23 |
|
|
|
24 |
.Ldt-Annotation-Title { |
|
|
25 |
color: #0068c4; |
|
|
26 |
} |
|
|
27 |
|
|
|
28 |
.Ldt-Annotation-Time { |
|
|
29 |
color: #ff3b77 |
|
|
30 |
} |
|
|
31 |
|
|
|
32 |
.Ldt-Annotation-Inner p { |
|
|
33 |
margin: 5px 0; font-size: 14px; |
|
|
34 |
} |
|
|
35 |
|
|
|
36 |
.Ldt-Annotation-ShareIcons { |
|
|
37 |
float: right; |
|
|
38 |
} |
|
|
39 |
|
|
|
40 |
.Ldt-Annotation-Share { |
|
|
41 |
display: inline-block; width: 24px; height: 24px; margin: 2px; background: url(img/socialbuttons.png); |
|
|
42 |
} |
|
|
43 |
|
|
|
44 |
.Ldt-Annotation-Twitter { |
|
|
45 |
background-position: 0 0; |
|
|
46 |
} |
|
|
47 |
|
|
|
48 |
.Ldt-Annotation-Twitter:hover { |
|
|
49 |
background-position: 0 -24px; |
|
|
50 |
} |
|
|
51 |
|
|
|
52 |
.Ldt-Annotation-Fb { |
|
|
53 |
background-position: -24px 0; |
|
|
54 |
} |
|
|
55 |
|
|
|
56 |
.Ldt-Annotation-Fb:hover { |
|
|
57 |
background-position: -24px -24px; |
|
|
58 |
} |
|
|
59 |
|
|
|
60 |
.Ldt-Annotation-Gplus { |
|
|
61 |
background-position: -48px 0; |
|
|
62 |
} |
|
|
63 |
|
|
|
64 |
.Ldt-Annotation-Gplus:hover { |
|
|
65 |
background-position: -48px -24px; |
|
|
66 |
} |
|
|
67 |
|
|
|
68 |
ul.Ldt-Annotation-Tags { |
|
|
69 |
font-size: 12px; list-style: none; padding: 0; margin: 5px 0; |
|
|
70 |
} |
|
|
71 |
|
|
|
72 |
.Ldt-Annotation-Tags li { |
|
|
73 |
display: inline-block; margin: 0 3px 0 0; padding: 0; |
|
|
74 |
} |
|
|
75 |
|
|
|
76 |
.Ldt-Annotation-TagLabel { |
|
|
77 |
font-weight: bold; |
|
|
78 |
} |