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