| author | durandn |
| Fri, 18 Sep 2015 14:44:36 +0200 | |
| changeset 1053 | 149a4ea20ea7 |
| parent 1047 | c3bf174e0ef8 |
| child 1066 | 5ef7182907c5 |
| permissions | -rw-r--r-- |
| 880 | 1 |
/* |
| 904 | 2 |
* |
| 880 | 3 |
*/ |
4 |
||
| 904 | 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 { |
|
| 965 | 14 |
background: url(img/pinstripe.png); padding: 5px; margin: 0; position: relative; |
| 904 | 15 |
} |
16 |
||
17 |
.Ldt-CreateAnnotation-Inner h3 { |
|
| 982 | 18 |
margin: 5px 0; font-size: 14px; font-weight: bold; text-align: right; clear:both; color: #0068c4; |
| 924 | 19 |
} |
20 |
||
21 |
.Ldt-CreateAnnotation-h3Left { |
|
22 |
float: left; |
|
| 904 | 23 |
} |
24 |
||
|
908
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
25 |
.Ldt-CreateAnnotation-Main { |
|
1038
e78b889a75e1
CreateAnnotations new feature: hide/show functionality on signal trigger (tweaks), added config options to customize what is displayed more accurately
durandn
parents:
1033
diff
changeset
|
26 |
min-height: 150px; |
|
908
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
27 |
} |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
28 |
|
| 923 | 29 |
.Ldt-CreateAnnotation-Title, .Ldt-CreateAnnotation-Creator { |
| 904 | 30 |
font-size: 14px; |
31 |
font-weight: bold; |
|
32 |
color: #0068c4; |
|
33 |
border: 1px solid #666666; |
|
34 |
border-radius: 2px; |
|
35 |
} |
|
36 |
||
| 975 | 37 |
.Ldt-CreateAnnotation-Title.empty, .Ldt-CreateAnnotation-Creator.empty { |
38 |
font-style: italic; |
|
39 |
color: #90b0d0; |
|
40 |
} |
|
41 |
||
| 904 | 42 |
.Ldt-CreateAnnotation-Times { |
43 |
color: #ff3b77 |
|
44 |
} |
|
45 |
||
|
1047
c3bf174e0ef8
Added a button to cancel Annotation creation and hide the widget on CreateAnnotation
durandn
parents:
1038
diff
changeset
|
46 |
.Ldt-CreateAnnotation-Submit, |
|
c3bf174e0ef8
Added a button to cancel Annotation creation and hide the widget on CreateAnnotation
durandn
parents:
1038
diff
changeset
|
47 |
.Ldt-CreateAnnotation-Cancel{ |
| 904 | 48 |
position: absolute; |
49 |
bottom: 7px; |
|
50 |
right: 7px; |
|
51 |
color: #ffffff; |
|
52 |
cursor: pointer; |
|
53 |
background: url('img/submit_annotation.png'); |
|
54 |
height: 50px; |
|
55 |
width: 50px; |
|
56 |
padding: 28px 0 0; |
|
57 |
font-size: 12px; |
|
58 |
border: none; |
|
59 |
text-align: center; |
|
60 |
cursor: pointer; |
|
61 |
} |
|
62 |
||
63 |
.Ldt-CreateAnnotation-Submit:hover { |
|
64 |
background-position: -50px 0; |
|
65 |
} |
|
66 |
||
67 |
.Ldt-CreateAnnotation-Description { |
|
68 |
height: 56px; |
|
69 |
padding: 2px; |
|
70 |
resize: none; |
|
| 924 | 71 |
width: 460px; |
| 904 | 72 |
border: 1px solid #666666; |
73 |
border-radius: 2px; |
|
74 |
} |
|
75 |
||
| 975 | 76 |
.Ldt-CreateAnnotation-Description.empty { |
77 |
font-style: italic; color: #999999; |
|
78 |
} |
|
79 |
||
| 904 | 80 |
.Ldt-CreateAnnotation-Avatar { |
81 |
float: right; |
|
82 |
width: 48px; |
|
83 |
height: 48px; |
|
84 |
margin: 5px 0; |
|
85 |
padding: 0 0 0 15px; |
|
86 |
background: url('img/profile_arrow.png') left no-repeat; |
|
87 |
} |
|
88 |
||
89 |
.Ldt-CreateAnnotation-Avatar img { |
|
90 |
float: right; |
|
91 |
display: block; |
|
92 |
max-width: 100%; |
|
93 |
max-height: 100%; |
|
94 |
border: 1px solid #bbbbbb; |
|
95 |
} |
|
96 |
||
| 966 | 97 |
.Ldt-CreateAnnotation-RecBlock { |
98 |
width: 220px; float: left; |
|
| 904 | 99 |
} |
100 |
||
| 966 | 101 |
.Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle, .Ldt-CreateAnnotation-RecLabel { |
| 904 | 102 |
display: block; margin: 5px 0 2px; font-size: 12px; |
103 |
} |
|
104 |
||
105 |
.Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList { |
|
106 |
list-style: none; |
|
107 |
} |
|
108 |
||
109 |
li.Ldt-CreateAnnotation-TagLi { |
|
110 |
display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
111 |
background: url(img/tag.png) left top no-repeat; |
|
112 |
cursor: pointer; |
|
113 |
} |
|
114 |
||
115 |
.Ldt-CreateAnnotation-TagButton { |
|
116 |
display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
117 |
background: url(img/tag.png) right top no-repeat; |
|
118 |
} |
|
119 |
||
120 |
li.Ldt-CreateAnnotation-TagLi:hover { |
|
121 |
background-position: left -23px; |
|
122 |
} |
|
123 |
||
124 |
.Ldt-CreateAnnotation-TagLi:hover .Ldt-CreateAnnotation-TagButton { |
|
125 |
background-position: right -23px; |
|
126 |
} |
|
127 |
||
128 |
li.Ldt-CreateAnnotation-TagLi.selected { |
|
129 |
background-position: left -46px; |
|
130 |
} |
|
131 |
||
132 |
.Ldt-CreateAnnotation-TagLi.selected .Ldt-CreateAnnotation-TagButton { |
|
133 |
background-position: right -46px; |
|
134 |
} |
|
135 |
||
136 |
li.Ldt-CreateAnnotation-PolemicLi { |
|
137 |
display: inline-block; border: none; margin: 0 5px 0; height: 21px; width: 26px; padding: 2px 0 0; |
|
138 |
background: url(img/polemic.png) left top no-repeat; font-size: 14px; font-weight: bold; text-align: center; |
|
139 |
cursor: pointer; |
|
140 |
} |
|
141 |
||
142 |
li.Ldt-CreateAnnotation-PolemicLi:hover { |
|
143 |
background-position: 0 -23px; |
|
144 |
} |
|
145 |
||
146 |
li.Ldt-CreateAnnotation-PolemicLi.selected { |
|
147 |
background-position: 0 -46px; |
|
|
908
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
148 |
} |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
149 |
|
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
150 |
.Ldt-CreateAnnotation-InnerBox { |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
151 |
margin: 20px 50px; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
152 |
border: 1px solid #CCCCCC; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
153 |
padding: 20px; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
154 |
background: #FFFFFF; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
155 |
color: #FF3B77; text-align: center; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
156 |
font-size: 13px; font-weight: bold; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
157 |
} |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
158 |
|
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
159 |
a.Ldt-CreateAnnotation-Close { |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
160 |
position: absolute; top: 2px; right: 2px; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
161 |
display: inline-block; width: 17px; height: 17px; margin: 2px; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
162 |
background: url(img/widget-control.png); |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
163 |
} |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
164 |
|
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
165 |
a.Ldt-CreateAnnotation-Close:hover { |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
166 |
background-position: -17px 0; |
|
1038
e78b889a75e1
CreateAnnotations new feature: hide/show functionality on signal trigger (tweaks), added config options to customize what is displayed more accurately
durandn
parents:
1033
diff
changeset
|
167 |
} |