|
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: 150px; |
|
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 position: absolute; |
|
48 bottom: 7px; |
|
49 right: 7px; |
|
50 color: #ffffff; |
|
51 cursor: pointer; |
|
52 background: url('img/submit_annotation.png'); |
|
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 .Ldt-CreateAnnotation-Submit:hover { |
|
63 background-position: -50px 0; |
|
64 } |
|
65 |
|
66 .Ldt-CreateAnnotation-Description { |
|
67 height: 56px; |
|
68 padding: 2px; |
|
69 resize: none; |
|
70 width: 460px; |
|
71 border: 1px solid #666666; |
|
72 border-radius: 2px; |
|
73 } |
|
74 |
|
75 .Ldt-CreateAnnotation-Description.empty { |
|
76 font-style: italic; color: #999999; |
|
77 } |
|
78 |
|
79 .Ldt-CreateAnnotation-Avatar { |
|
80 float: right; |
|
81 width: 48px; |
|
82 height: 48px; |
|
83 margin: 5px 0; |
|
84 padding: 0 0 0 15px; |
|
85 background: url('img/profile_arrow.png') left no-repeat; |
|
86 } |
|
87 |
|
88 .Ldt-CreateAnnotation-Avatar img { |
|
89 float: right; |
|
90 display: block; |
|
91 max-width: 100%; |
|
92 max-height: 100%; |
|
93 border: 1px solid #bbbbbb; |
|
94 } |
|
95 |
|
96 .Ldt-CreateAnnotation-RecBlock { |
|
97 width: 220px; float: left; |
|
98 } |
|
99 |
|
100 .Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle, .Ldt-CreateAnnotation-RecLabel { |
|
101 display: block; margin: 5px 0 2px; font-size: 12px; |
|
102 } |
|
103 |
|
104 .Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList { |
|
105 list-style: none; |
|
106 } |
|
107 |
|
108 li.Ldt-CreateAnnotation-TagLi { |
|
109 display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
110 background: url(img/tag.png) left top no-repeat; |
|
111 cursor: pointer; |
|
112 } |
|
113 |
|
114 .Ldt-CreateAnnotation-TagButton { |
|
115 display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
116 background: url(img/tag.png) right top no-repeat; |
|
117 } |
|
118 |
|
119 li.Ldt-CreateAnnotation-TagLi:hover { |
|
120 background-position: left -23px; |
|
121 } |
|
122 |
|
123 .Ldt-CreateAnnotation-TagLi:hover .Ldt-CreateAnnotation-TagButton { |
|
124 background-position: right -23px; |
|
125 } |
|
126 |
|
127 li.Ldt-CreateAnnotation-TagLi.selected { |
|
128 background-position: left -46px; |
|
129 } |
|
130 |
|
131 .Ldt-CreateAnnotation-TagLi.selected .Ldt-CreateAnnotation-TagButton { |
|
132 background-position: right -46px; |
|
133 } |
|
134 |
|
135 li.Ldt-CreateAnnotation-PolemicLi { |
|
136 display: inline-block; border: none; margin: 0 5px 0; height: 21px; width: 26px; padding: 2px 0 0; |
|
137 background: url(img/polemic.png) left top no-repeat; font-size: 14px; font-weight: bold; text-align: center; |
|
138 cursor: pointer; |
|
139 } |
|
140 |
|
141 li.Ldt-CreateAnnotation-PolemicLi:hover { |
|
142 background-position: 0 -23px; |
|
143 } |
|
144 |
|
145 li.Ldt-CreateAnnotation-PolemicLi.selected { |
|
146 background-position: 0 -46px; |
|
147 } |
|
148 |
|
149 .Ldt-CreateAnnotation-InnerBox { |
|
150 margin: 20px 50px; |
|
151 border: 1px solid #CCCCCC; |
|
152 padding: 20px; |
|
153 background: #FFFFFF; |
|
154 color: #FF3B77; text-align: center; |
|
155 font-size: 13px; font-weight: bold; |
|
156 } |
|
157 |
|
158 a.Ldt-CreateAnnotation-Close { |
|
159 position: absolute; top: 2px; right: 2px; |
|
160 display: inline-block; width: 17px; height: 17px; margin: 2px; |
|
161 background: url(img/widget-control.png); |
|
162 } |
|
163 |
|
164 a.Ldt-CreateAnnotation-Close:hover { |
|
165 background-position: -17px 0; |
|
166 } |