|
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-Description { |
|
27 max-height: 150px; |
|
28 overflow: auto; |
|
29 } |
|
30 |
|
31 .Ldt-Annotation-Cleared { |
|
32 clear: both; |
|
33 } |
|
34 |
|
35 .Ldt-Annotation-MaxMinButton { |
|
36 float: right; margin: 5px 5px 0; width: 17px; height: 17px; |
|
37 background: url(./img/widget-control.png); background-position: 0 -51px; cursor: pointer; |
|
38 } |
|
39 |
|
40 .Ldt-Annotation-Social { |
|
41 float: right; |
|
42 } |
|
43 |
|
44 .Ldt-Annotation-MaxMinButton:hover { |
|
45 background-position: -17px -51px; |
|
46 } |
|
47 |
|
48 .Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton { |
|
49 background-position: 0 -34px; |
|
50 } |
|
51 |
|
52 .Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton:hover { |
|
53 background-position: -17px -34px; |
|
54 } |
|
55 |
|
56 .Ldt-Annotation-Inner h3.Ldt-Annotation-MashupOrigin { |
|
57 font-size: 12px; |
|
58 } |
|
59 |
|
60 .Ldt-Annotation-Title, .Ldt-Annotation-MashupMedia { |
|
61 color: #0068c4; |
|
62 text-decoration: none; |
|
63 } |
|
64 |
|
65 .Ldt-Annotation-Type { |
|
66 color: #8080A0; |
|
67 } |
|
68 |
|
69 .Ldt-Annotation-Time { |
|
70 color: #ff3b77 |
|
71 } |
|
72 |
|
73 .Ldt-Annotation-Inner p { |
|
74 font-size: 12px; |
|
75 line-height: 16px; |
|
76 } |
|
77 |
|
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; |
|
84 } |
|
85 |
|
86 .Ldt-Annotation-Tags-Block { |
|
87 font-size: 12px; |
|
88 } |
|
89 |
|
90 ul.Ldt-Annotation-Tags { |
|
91 list-style: none; padding: 0; |
|
92 } |
|
93 |
|
94 li.Ldt-Annotation-TagLabel { |
|
95 display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
96 background: url(img/tag.png) left top no-repeat; |
|
97 cursor: pointer; |
|
98 } |
|
99 |
|
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 |
|
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 |
|
113 .Ldt-Annotation-MashupOrigin { |
|
114 display: none; |
|
115 } |
|
116 |
|
117 .Ldt-Annotation-isMashup .Ldt-Annotation-MashupOrigin { |
|
118 display: block; |
|
119 } |
|
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 |
|
129 .Ldt-Annotation-EmptyBlock { |
|
130 display: none; |
|
131 } |
|
132 |