|
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 |
|
|
983
|
9 |
.Ldt-Annotation-Highlight { |
|
|
10 |
background: #ffa0fc; |
|
|
11 |
} |
|
|
12 |
|
|
876
|
13 |
.Ldt-Annotation-Widget.Ldt-Annotation-ShowTop { |
|
|
14 |
border-top-style: solid; |
|
|
15 |
padding-top: 1px; |
|
|
16 |
} |
|
|
17 |
|
|
|
18 |
.Ldt-Annotation-Inner { |
|
|
19 |
background: url(img/pinstripe.png); |
|
|
20 |
padding: 5px; |
|
880
|
21 |
margin: 0; |
|
983
|
22 |
max-height: 300px; |
|
|
23 |
overflow: auto; |
|
876
|
24 |
} |
|
|
25 |
|
|
|
26 |
.Ldt-Annotation-Inner h3 { |
|
|
27 |
margin: 5px 0; |
|
880
|
28 |
font-size: 14px; |
|
902
|
29 |
font-weight: bold; |
|
876
|
30 |
} |
|
|
31 |
|
|
923
|
32 |
.Ldt-Annotation-Cleared { |
|
|
33 |
clear: both; |
|
|
34 |
} |
|
|
35 |
|
|
|
36 |
.Ldt-Annotation-MaxMinButton { |
|
924
|
37 |
float: right; margin: 5px 5px 0; width: 17px; height: 17px; |
|
|
38 |
background: url(img/widget-control.png); background-position: 0 -51px; cursor: pointer; |
|
|
39 |
} |
|
|
40 |
|
|
|
41 |
.Ldt-Annotation-Social { |
|
|
42 |
float: right; |
|
923
|
43 |
} |
|
|
44 |
|
|
|
45 |
.Ldt-Annotation-MaxMinButton:hover { |
|
|
46 |
background-position: -17px -51px; |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
.Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton { |
|
|
50 |
background-position: 0 -34px; |
|
|
51 |
} |
|
|
52 |
|
|
|
53 |
.Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton:hover { |
|
|
54 |
background-position: -17px -34px; |
|
|
55 |
} |
|
|
56 |
|
|
902
|
57 |
.Ldt-Annotation-Inner h3.Ldt-Annotation-MashupOrigin { |
|
|
58 |
font-size: 12px; |
|
|
59 |
} |
|
|
60 |
|
|
|
61 |
.Ldt-Annotation-Title, .Ldt-Annotation-MashupMedia { |
|
876
|
62 |
color: #0068c4; |
|
|
63 |
} |
|
|
64 |
|
|
982
|
65 |
.Ldt-Annotation-Type { |
|
|
66 |
color: #8080A0; |
|
|
67 |
} |
|
|
68 |
|
|
876
|
69 |
.Ldt-Annotation-Time { |
|
|
70 |
color: #ff3b77 |
|
|
71 |
} |
|
|
72 |
|
|
|
73 |
.Ldt-Annotation-Inner p { |
|
923
|
74 |
font-size: 12px; |
|
983
|
75 |
line-height: 16px; |
|
876
|
76 |
} |
|
|
77 |
|
|
923
|
78 |
.Ldt-Annotation-Label { |
|
|
79 |
font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left; |
|
|
80 |
} |
|
|
81 |
|
|
|
82 |
.Ldt-Annotation-Labelled { |
|
|
83 |
margin: 5px 0 0 90px; clear: right; |
|
876
|
84 |
} |
|
|
85 |
|
|
880
|
86 |
.Ldt-Annotation-Tags-Block { |
|
|
87 |
font-size: 12px; |
|
|
88 |
} |
|
|
89 |
|
|
876
|
90 |
ul.Ldt-Annotation-Tags { |
|
923
|
91 |
list-style: none; padding: 0; |
|
876
|
92 |
} |
|
|
93 |
|
|
902
|
94 |
li.Ldt-Annotation-TagLabel { |
|
|
95 |
display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
904
|
96 |
background: url(img/tag.png) left top no-repeat; |
|
|
97 |
cursor: pointer; |
|
876
|
98 |
} |
|
|
99 |
|
|
902
|
100 |
.Ldt-Annotation-TagLabel span { |
|
|
101 |
display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
|
102 |
background: url(img/tag.png) right top no-repeat; |
|
|
103 |
} |
|
|
104 |
|
|
904
|
105 |
li.Ldt-Annotation-TagLabel:hover { |
|
|
106 |
background-position: left -23px; |
|
|
107 |
} |
|
|
108 |
|
|
|
109 |
.Ldt-Annotation-TagLabel:hover span { |
|
|
110 |
background-position: right -23px; |
|
|
111 |
} |
|
|
112 |
|
|
902
|
113 |
.Ldt-Annotation-MashupOrigin { |
|
|
114 |
display: none; |
|
|
115 |
} |
|
|
116 |
|
|
|
117 |
.Ldt-Annotation-isMashup .Ldt-Annotation-MashupOrigin { |
|
|
118 |
display: block; |
|
876
|
119 |
} |
|
880
|
120 |
|
|
|
121 |
.Ldt-Annotation-Empty .Ldt-Annotation-HiddenWhenEmpty { |
|
|
122 |
display: none; |
|
|
123 |
} |
|
|
124 |
|
|
|
125 |
.Ldt-Annotation-Minimized .Ldt-Annotation-HiddenWhenMinimized { |
|
|
126 |
display: none; |
|
|
127 |
} |
|
|
128 |
|
|
924
|
129 |
.Ldt-Annotation-EmptyBlock { |
|
|
130 |
display: none; |
|
|
131 |
} |
|
|
132 |
|