summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/js/Gnowmacs/test/dl/new-theme/img/shadows/dlg-dragging/.svn/text-base/shadows.css.svn-base
blob: a07a252a4905c9365f7a0fff216e98845d41b87f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
.DlDialog-Dragging .DlDialog-Rel .Shadow-T { left: 17px; right: 14px; top: -14px; background: url("$DIR/T.png") repeat-x 0 0; height: 14px; }
.DlDialog-Dragging .DlDialog-Rel .Shadow-B { left: 17px; right: 14px; background: url("$DIR/B.png") repeat-x 0 0; bottom: -16px; height: 16px; }
.DlDialog-Dragging .DlDialog-Rel .Shadow-TL { left: -15px; width: 32px; top: -13px; background: url("$DIR/TL.png") no-repeat 0 0; height: 23px; }
.DlDialog-Dragging .DlDialog-Rel .Shadow-BR { width: 31px; right: -17px; background: url("$DIR/BR.png") no-repeat 0 0; bottom: -15px; height: 21px; }
.DlDialog-Dragging .DlDialog-Rel .Shadow-R { width: 17px; right: -17px; top: 10px; background: url("$DIR/R.png") repeat-y 0 0; bottom: 6px; }
.DlDialog-Dragging .DlDialog-Rel .Shadow-TR { width: 31px; right: -17px; top: -13px; background: url("$DIR/TR.png") no-repeat 0 0; height: 23px; }
.DlDialog-Dragging .DlDialog-Rel .Shadow-BL { left: -15px; width: 32px; background: url("$DIR/BL.png") no-repeat 0 0; bottom: -15px; height: 21px; }
.DlDialog-Dragging .DlDialog-Rel .Shadow-L { left: -15px; width: 15px; top: 10px; background: url("$DIR/L.png") repeat-y 0 0; bottom: 6px; }


/*
$VAR1 = {
          'T' => {
                   'css' => {
                              'left' => '17px',
                              'right' => '14px',
                              'top' => '-14px',
                              'background' => 'url("$DIR/T.png") repeat-x 0 0',
                              'height' => '14px'
                            },
                   'origsize' => {
                                   'y' => 24,
                                   'x' => 300
                                 },
                   'cut' => {
                              'x' => 16
                            },
                   'finalsize' => {
                                    'y' => 14,
                                    'x' => 16
                                  },
                   'diff' => 10,
                   'sel' => [
                              32,
                              0,
                              300,
                              24
                            ],
                   'name' => 'T.png'
                 },
          'B' => {
                   'css' => {
                              'left' => '17px',
                              'right' => '14px',
                              'background' => 'url("$DIR/B.png") repeat-x 0 0',
                              'bottom' => '-16px',
                              'height' => '16px'
                            },
                   'origsize' => {
                                   'y' => 22,
                                   'x' => 300
                                 },
                   'cut' => {
                              'x' => 16
                            },
                   'finalsize' => {
                                    'y' => 16,
                                    'x' => 16
                                  },
                   'diff' => 6,
                   'sel' => [
                              32,
                              244,
                              300,
                              22
                            ],
                   'name' => 'B.png'
                 },
          'TL' => {
                    'css' => {
                               'left' => '-15px',
                               'width' => '32px',
                               'top' => '-13px',
                               'background' => 'url("$DIR/TL.png") no-repeat 0 0',
                               'height' => '23px'
                             },
                    'origsize' => {
                                    'y' => 24,
                                    'x' => 32
                                  },
                    'finalsize' => {
                                     'y' => 23,
                                     'x' => 32
                                   },
                    'sel' => [
                               0,
                               0,
                               32,
                               24
                             ],
                    'name' => 'TL.png'
                  },
          'BR' => {
                    'css' => {
                               'width' => '31px',
                               'right' => '-17px',
                               'background' => 'url("$DIR/BR.png") no-repeat 0 0',
                               'bottom' => '-15px',
                               'height' => '21px'
                             },
                    'origsize' => {
                                    'y' => 22,
                                    'x' => 31
                                  },
                    'finalsize' => {
                                     'y' => 21,
                                     'x' => 31
                                   },
                    'sel' => [
                               332,
                               244,
                               31,
                               22
                             ],
                    'name' => 'BR.png'
                  },
          'R' => {
                   'css' => {
                              'width' => '17px',
                              'right' => '-17px',
                              'top' => '10px',
                              'background' => 'url("$DIR/R.png") repeat-y 0 0',
                              'bottom' => '6px'
                            },
                   'origsize' => {
                                   'y' => 220,
                                   'x' => 31
                                 },
                   'cut' => {
                              'y' => 16
                            },
                   'finalsize' => {
                                    'y' => 16,
                                    'x' => 17
                                  },
                   'diff' => 14,
                   'sel' => [
                              332,
                              24,
                              31,
                              220
                            ],
                   'name' => 'R.png'
                 },
          'TR' => {
                    'css' => {
                               'width' => '31px',
                               'right' => '-17px',
                               'top' => '-13px',
                               'background' => 'url("$DIR/TR.png") no-repeat 0 0',
                               'height' => '23px'
                             },
                    'origsize' => {
                                    'y' => 24,
                                    'x' => 31
                                  },
                    'finalsize' => {
                                     'y' => 23,
                                     'x' => 31
                                   },
                    'sel' => [
                               332,
                               0,
                               31,
                               24
                             ],
                    'name' => 'TR.png'
                  },
          'BL' => {
                    'css' => {
                               'left' => '-15px',
                               'width' => '32px',
                               'background' => 'url("$DIR/BL.png") no-repeat 0 0',
                               'bottom' => '-15px',
                               'height' => '21px'
                             },
                    'origsize' => {
                                    'y' => 22,
                                    'x' => 32
                                  },
                    'finalsize' => {
                                     'y' => 21,
                                     'x' => 32
                                   },
                    'sel' => [
                               0,
                               244,
                               32,
                               22
                             ],
                    'name' => 'BL.png'
                  },
          'L' => {
                   'css' => {
                              'left' => '-15px',
                              'width' => '15px',
                              'top' => '10px',
                              'background' => 'url("$DIR/L.png") repeat-y 0 0',
                              'bottom' => '6px'
                            },
                   'origsize' => {
                                   'y' => 220,
                                   'x' => 32
                                 },
                   'cut' => {
                              'y' => 16
                            },
                   'finalsize' => {
                                    'y' => 16,
                                    'x' => 15
                                  },
                   'diff' => 17,
                   'sel' => [
                              0,
                              24,
                              32,
                              220
                            ],
                   'name' => 'L.png'
                 }
        };
*/