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