|
1 /* |
|
2 * |
|
3 */ |
|
4 |
|
5 .Ldt-CreateAnnotation { |
|
6 border-style: none solid solid; |
|
7 border-width: 1px; |
|
8 border-color: #b7b7b7; |
|
9 padding: 0 1px 1px; |
|
10 margin: 0; |
|
11 } |
|
12 |
|
13 .Ldt-CreateAnnotation-Inner { |
|
14 background: url(img/pinstripe.png); padding: 5px; margin: 0; position: relative; |
|
15 } |
|
16 |
|
17 .Ldt-CreateAnnotation-Inner h3 { |
|
18 margin: 5px 0; font-size: 14px; font-weight: bold; text-align: right; clear:both; color: #0068c4; |
|
19 } |
|
20 |
|
21 .Ldt-CreateAnnotation-h3Left { |
|
22 float: left; |
|
23 } |
|
24 |
|
25 .Ldt-CreateAnnotation-Main { |
|
26 min-height: 50px; |
|
27 } |
|
28 |
|
29 .Ldt-CreateAnnotation-Title, .Ldt-CreateAnnotation-Creator { |
|
30 font-size: 14px; |
|
31 font-weight: bold; |
|
32 color: #0068c4; |
|
33 border: 1px solid #666666; |
|
34 border-radius: 2px; |
|
35 } |
|
36 |
|
37 .Ldt-CreateAnnotation-Title.empty, .Ldt-CreateAnnotation-Creator.empty { |
|
38 font-style: italic; |
|
39 color: #90b0d0; |
|
40 } |
|
41 |
|
42 .Ldt-CreateAnnotation-Times { |
|
43 color: #ff3b77 |
|
44 } |
|
45 |
|
46 .Ldt-CreateAnnotation-Submit, |
|
47 .Ldt-CreateAnnotation-Cancel, |
|
48 .Ldt-CreateAnnotation-PreviewSubmit{ |
|
49 position: absolute; |
|
50 bottom: 7px; |
|
51 color: #ffffff; |
|
52 cursor: pointer; |
|
53 height: 50px; |
|
54 width: 50px; |
|
55 padding: 28px 0 0; |
|
56 font-size: 12px; |
|
57 border: none; |
|
58 text-align: center; |
|
59 cursor: pointer; |
|
60 } |
|
61 |
|
62 |
|
63 .Ldt-CreateAnnotation-Cancel{ |
|
64 right: 7px; |
|
65 background: url('img/cancel_annotation.png'); |
|
66 } |
|
67 |
|
68 .Ldt-CreateAnnotation-Submit{ |
|
69 right: 67px; |
|
70 background: url('img/submit_annotation.png'); |
|
71 } |
|
72 |
|
73 .Ldt-CreateAnnotation-Submit:hover, |
|
74 .Ldt-CreateAnnotation-Cancel:hover{ |
|
75 background-position: -50px 0; |
|
76 } |
|
77 |
|
78 .Ldt-CreateAnnotation-Description { |
|
79 height: 3em; |
|
80 padding: 2px; |
|
81 resize: none; |
|
82 width: calc(100% - 122px); |
|
83 border: 1px solid #666666; |
|
84 border-radius: 2px; |
|
85 } |
|
86 |
|
87 .Ldt-CreateAnnotation-Description.empty { |
|
88 font-style: italic; color: #999999; |
|
89 } |
|
90 |
|
91 .Ldt-CreateAnnotation-Avatar { |
|
92 float: right; |
|
93 width: 48px; |
|
94 height: 48px; |
|
95 margin: 5px 0; |
|
96 padding: 0 0 0 15px; |
|
97 background: url('img/profile_arrow.png') left no-repeat; |
|
98 } |
|
99 |
|
100 .Ldt-CreateAnnotation-Avatar img { |
|
101 float: right; |
|
102 display: block; |
|
103 max-width: 100%; |
|
104 max-height: 100%; |
|
105 border: 1px solid #bbbbbb; |
|
106 } |
|
107 |
|
108 .Ldt-CreateAnnotation-RecBlock { |
|
109 width: 220px; float: left; |
|
110 } |
|
111 |
|
112 .Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle, .Ldt-CreateAnnotation-RecLabel { |
|
113 display: block; margin: 5px 0 2px; font-size: 12px; |
|
114 } |
|
115 |
|
116 .Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList { |
|
117 list-style: none; |
|
118 width: calc(100% - 122px); |
|
119 padding-left: 0px; |
|
120 } |
|
121 |
|
122 li.Ldt-CreateAnnotation-TagLi { |
|
123 display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
124 background: url(img/tag.png) left top no-repeat; |
|
125 cursor: pointer; |
|
126 } |
|
127 |
|
128 .Ldt-CreateAnnotation-TagButton { |
|
129 display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
130 background: url(img/tag.png) right top no-repeat; |
|
131 } |
|
132 |
|
133 li.Ldt-CreateAnnotation-TagLi:hover { |
|
134 background-position: left -23px; |
|
135 } |
|
136 |
|
137 .Ldt-CreateAnnotation-TagLi:hover .Ldt-CreateAnnotation-TagButton { |
|
138 background-position: right -23px; |
|
139 } |
|
140 |
|
141 li.Ldt-CreateAnnotation-TagLi.selected { |
|
142 background-position: left -46px; |
|
143 } |
|
144 |
|
145 .Ldt-CreateAnnotation-TagLi.selected .Ldt-CreateAnnotation-TagButton { |
|
146 background-position: right -46px; |
|
147 } |
|
148 |
|
149 li.Ldt-CreateAnnotation-PolemicLi { |
|
150 display: inline-block; border: none; margin: 0 5px 0; height: 21px; width: 26px; padding: 2px 0 0; |
|
151 background: url(img/polemic.png) left top no-repeat; font-size: 14px; font-weight: bold; text-align: center; |
|
152 cursor: pointer; |
|
153 } |
|
154 |
|
155 li.Ldt-CreateAnnotation-PolemicLi:hover { |
|
156 background-position: 0 -23px; |
|
157 } |
|
158 |
|
159 li.Ldt-CreateAnnotation-PolemicLi.selected { |
|
160 background-position: 0 -46px; |
|
161 } |
|
162 |
|
163 .Ldt-CreateAnnotation-InnerBox { |
|
164 margin: 20px 50px; |
|
165 border: 1px solid #CCCCCC; |
|
166 padding: 20px; |
|
167 background: #FFFFFF; |
|
168 color: #FF3B77; text-align: center; |
|
169 font-size: 13px; font-weight: bold; |
|
170 } |
|
171 |
|
172 a.Ldt-CreateAnnotation-Close { |
|
173 position: absolute; top: 2px; right: 2px; |
|
174 display: inline-block; width: 17px; height: 17px; margin: 2px; |
|
175 background: url(img/widget-control.png); |
|
176 } |
|
177 |
|
178 a.Ldt-CreateAnnotation-Close:hover { |
|
179 background-position: -17px 0; |
|
180 } |