|
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; |
|
902
|
23 |
font-weight: bold; |
|
876
|
24 |
} |
|
|
25 |
|
|
902
|
26 |
.Ldt-Annotation-Inner h3.Ldt-Annotation-MashupOrigin { |
|
|
27 |
font-size: 12px; |
|
|
28 |
} |
|
|
29 |
|
|
|
30 |
.Ldt-Annotation-Title, .Ldt-Annotation-MashupMedia { |
|
876
|
31 |
color: #0068c4; |
|
|
32 |
} |
|
|
33 |
|
|
|
34 |
.Ldt-Annotation-Time { |
|
|
35 |
color: #ff3b77 |
|
|
36 |
} |
|
|
37 |
|
|
|
38 |
.Ldt-Annotation-Inner p { |
|
880
|
39 |
margin: 5px 0; font-size: 12px; |
|
876
|
40 |
} |
|
|
41 |
|
|
|
42 |
.Ldt-Annotation-ShareIcons { |
|
|
43 |
float: right; |
|
|
44 |
} |
|
|
45 |
|
|
|
46 |
.Ldt-Annotation-Share { |
|
880
|
47 |
display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png); |
|
876
|
48 |
} |
|
|
49 |
|
|
|
50 |
.Ldt-Annotation-Twitter { |
|
|
51 |
background-position: 0 0; |
|
|
52 |
} |
|
|
53 |
|
|
|
54 |
.Ldt-Annotation-Twitter:hover { |
|
|
55 |
background-position: 0 -24px; |
|
|
56 |
} |
|
|
57 |
|
|
|
58 |
.Ldt-Annotation-Fb { |
|
|
59 |
background-position: -24px 0; |
|
|
60 |
} |
|
|
61 |
|
|
|
62 |
.Ldt-Annotation-Fb:hover { |
|
|
63 |
background-position: -24px -24px; |
|
|
64 |
} |
|
|
65 |
|
|
|
66 |
.Ldt-Annotation-Gplus { |
|
|
67 |
background-position: -48px 0; |
|
|
68 |
} |
|
|
69 |
|
|
|
70 |
.Ldt-Annotation-Gplus:hover { |
|
|
71 |
background-position: -48px -24px; |
|
|
72 |
} |
|
|
73 |
|
|
880
|
74 |
.Ldt-Annotation-Tags-Block { |
|
|
75 |
font-size: 12px; |
|
|
76 |
} |
|
|
77 |
|
|
|
78 |
.Ldt-Annotation-NoTags { |
|
|
79 |
display: none; |
|
|
80 |
} |
|
|
81 |
|
|
904
|
82 |
.Ldt-Annotation-TagTitle { |
|
|
83 |
margin: 5px 0 2px; font-size: 12px; |
|
902
|
84 |
} |
|
|
85 |
|
|
876
|
86 |
ul.Ldt-Annotation-Tags { |
|
904
|
87 |
display: inline; list-style: none; padding: 0; margin: 5px 0; |
|
876
|
88 |
} |
|
|
89 |
|
|
902
|
90 |
li.Ldt-Annotation-TagLabel { |
|
|
91 |
display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
904
|
92 |
background: url(img/tag.png) left top no-repeat; |
|
|
93 |
cursor: pointer; |
|
876
|
94 |
} |
|
|
95 |
|
|
902
|
96 |
.Ldt-Annotation-TagLabel span { |
|
|
97 |
display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
|
98 |
background: url(img/tag.png) right top no-repeat; |
|
|
99 |
} |
|
|
100 |
|
|
904
|
101 |
li.Ldt-Annotation-TagLabel:hover { |
|
|
102 |
background-position: left -23px; |
|
|
103 |
} |
|
|
104 |
|
|
|
105 |
.Ldt-Annotation-TagLabel:hover span { |
|
|
106 |
background-position: right -23px; |
|
|
107 |
} |
|
|
108 |
|
|
902
|
109 |
.Ldt-Annotation-MashupOrigin { |
|
|
110 |
display: none; |
|
|
111 |
} |
|
|
112 |
|
|
|
113 |
.Ldt-Annotation-isMashup .Ldt-Annotation-MashupOrigin { |
|
|
114 |
display: block; |
|
876
|
115 |
} |
|
880
|
116 |
|
|
|
117 |
.Ldt-Annotation-Empty .Ldt-Annotation-HiddenWhenEmpty { |
|
|
118 |
display: none; |
|
|
119 |
} |
|
|
120 |
|
|
|
121 |
.Ldt-Annotation-Minimized .Ldt-Annotation-HiddenWhenMinimized { |
|
|
122 |
display: none; |
|
|
123 |
} |
|
|
124 |
|