| author | veltr |
| Thu, 05 Jul 2012 19:08:13 +0200 | |
| branch | new-model |
| changeset 924 | 64c2eaafe5e2 |
| parent 923 | b3ee7d1b472a |
| child 965 | eadb7290c325 |
| child 1019 | 3ab36f402b0c |
| 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 { |
|
14 |
background: url(img/pinstripe.png); |
|
15 |
padding: 5px; |
|
16 |
margin: 0; |
|
17 |
} |
|
18 |
||
19 |
.Ldt-CreateAnnotation-Inner h3 { |
|
| 924 | 20 |
margin: 5px 0; font-size: 14px; font-weight: bold; text-align: right; |
21 |
} |
|
22 |
||
23 |
.Ldt-CreateAnnotation-h3Left { |
|
24 |
float: left; |
|
| 904 | 25 |
} |
26 |
||
|
908
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
27 |
.Ldt-CreateAnnotation-Main { |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
28 |
min-height: 150px; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
29 |
} |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
30 |
|
| 923 | 31 |
.Ldt-CreateAnnotation-Title, .Ldt-CreateAnnotation-Creator { |
| 904 | 32 |
font-size: 14px; |
33 |
font-weight: bold; |
|
34 |
color: #0068c4; |
|
35 |
border: 1px solid #666666; |
|
36 |
border-radius: 2px; |
|
37 |
} |
|
38 |
||
39 |
.Ldt-CreateAnnotation-Times { |
|
40 |
color: #ff3b77 |
|
41 |
} |
|
42 |
||
43 |
.Ldt-CreateAnnotation-Submit { |
|
44 |
position: absolute; |
|
45 |
bottom: 7px; |
|
46 |
right: 7px; |
|
47 |
color: #ffffff; |
|
48 |
cursor: pointer; |
|
49 |
background: url('img/submit_annotation.png'); |
|
50 |
height: 50px; |
|
51 |
width: 50px; |
|
52 |
padding: 28px 0 0; |
|
53 |
font-size: 12px; |
|
54 |
border: none; |
|
55 |
text-align: center; |
|
56 |
cursor: pointer; |
|
57 |
} |
|
58 |
||
59 |
.Ldt-CreateAnnotation-Submit:hover { |
|
60 |
background-position: -50px 0; |
|
61 |
} |
|
62 |
||
63 |
.Ldt-CreateAnnotation-Description { |
|
64 |
height: 56px; |
|
65 |
padding: 2px; |
|
66 |
resize: none; |
|
| 924 | 67 |
width: 460px; |
| 904 | 68 |
border: 1px solid #666666; |
69 |
border-radius: 2px; |
|
70 |
} |
|
71 |
||
72 |
.Ldt-CreateAnnotation-Avatar { |
|
73 |
float: right; |
|
74 |
width: 48px; |
|
75 |
height: 48px; |
|
76 |
margin: 5px 0; |
|
77 |
padding: 0 0 0 15px; |
|
78 |
background: url('img/profile_arrow.png') left no-repeat; |
|
79 |
} |
|
80 |
||
81 |
.Ldt-CreateAnnotation-Avatar img { |
|
82 |
float: right; |
|
83 |
display: block; |
|
84 |
max-width: 100%; |
|
85 |
max-height: 100%; |
|
86 |
border: 1px solid #bbbbbb; |
|
87 |
} |
|
88 |
||
89 |
.Ldt-CreateAnnotation-Tags, .Ldt-CreateAnnotation-Polemics { |
|
90 |
width: 520px; |
|
91 |
} |
|
92 |
||
93 |
.Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle { |
|
94 |
display: block; margin: 5px 0 2px; font-size: 12px; |
|
95 |
} |
|
96 |
||
97 |
.Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList { |
|
98 |
list-style: none; |
|
99 |
} |
|
100 |
||
101 |
li.Ldt-CreateAnnotation-TagLi { |
|
102 |
display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
103 |
background: url(img/tag.png) left top no-repeat; |
|
104 |
cursor: pointer; |
|
105 |
} |
|
106 |
||
107 |
.Ldt-CreateAnnotation-TagButton { |
|
108 |
display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
109 |
background: url(img/tag.png) right top no-repeat; |
|
110 |
} |
|
111 |
||
112 |
li.Ldt-CreateAnnotation-TagLi:hover { |
|
113 |
background-position: left -23px; |
|
114 |
} |
|
115 |
||
116 |
.Ldt-CreateAnnotation-TagLi:hover .Ldt-CreateAnnotation-TagButton { |
|
117 |
background-position: right -23px; |
|
118 |
} |
|
119 |
||
120 |
li.Ldt-CreateAnnotation-TagLi.selected { |
|
121 |
background-position: left -46px; |
|
122 |
} |
|
123 |
||
124 |
.Ldt-CreateAnnotation-TagLi.selected .Ldt-CreateAnnotation-TagButton { |
|
125 |
background-position: right -46px; |
|
126 |
} |
|
127 |
||
128 |
li.Ldt-CreateAnnotation-PolemicLi { |
|
129 |
display: inline-block; border: none; margin: 0 5px 0; height: 21px; width: 26px; padding: 2px 0 0; |
|
130 |
background: url(img/polemic.png) left top no-repeat; font-size: 14px; font-weight: bold; text-align: center; |
|
131 |
cursor: pointer; |
|
132 |
} |
|
133 |
||
134 |
li.Ldt-CreateAnnotation-PolemicLi:hover { |
|
135 |
background-position: 0 -23px; |
|
136 |
} |
|
137 |
||
138 |
li.Ldt-CreateAnnotation-PolemicLi.selected { |
|
139 |
background-position: 0 -46px; |
|
|
908
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
140 |
} |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
141 |
|
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
142 |
.Ldt-CreateAnnotation-InnerBox { |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
143 |
margin: 20px 50px; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
144 |
border: 1px solid #CCCCCC; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
145 |
padding: 20px; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
146 |
background: #FFFFFF; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
147 |
color: #FF3B77; text-align: center; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
148 |
font-size: 13px; font-weight: bold; |
|
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 |
|
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
151 |
a.Ldt-CreateAnnotation-Close { |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
152 |
position: absolute; top: 2px; right: 2px; |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
153 |
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
|
154 |
background: url(img/widget-control.png); |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
155 |
} |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
156 |
|
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
157 |
a.Ldt-CreateAnnotation-Close:hover { |
|
f56199193fad
CreateAnnotation widget now posts annotations, Tagcloud can be made segment-dependent
veltr
parents:
904
diff
changeset
|
158 |
background-position: -17px 0; |
| 904 | 159 |
} |