Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
4
 *
-
 
5
 * == BEGIN LICENSE ==
4
 * 
6
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
7
 * Licensed under the terms of any of the following licenses at your
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
8
 * choice:
7
 * 
9
 *
8
 * For further information visit:
10
 *  - GNU General Public License Version 2 or later (the "GPL")
9
 * 		http://www.fckeditor.net/
11
 *    http://www.gnu.org/licenses/gpl.html
10
 * 
12
 *
11
 * "Support Open Source software. What about a donation today?"
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-
 
14
 *    http://www.gnu.org/licenses/lgpl.html
12
 * 
15
 *
13
 * File Name: fck_dialog.css
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Styles used by the dialog boxes.
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
15
 * 
18
 *
16
 * File Authors:
19
 * == END LICENSE ==
-
 
20
 *
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
21
 * Styles used by the dialog boxes.
18
 */
22
 */
Line 19... Line 23...
19
 
23
 
20
body
24
html, body
-
 
25
{
21
{
26
	background-color: transparent;
-
 
27
	margin: 0px;
-
 
28
	padding: 0px;
-
 
29
}
-
 
30
 
-
 
31
body
22
	margin: 0px;
32
{
23
	padding: 10px;
-
 
24
	background-color: #f7f7f7;
33
	padding: 10px;
Line 25... Line 34...
25
}
34
}
26
 
35
 
27
body, td, input, select, textarea
36
body, td, input, select, textarea
Line 35... Line 44...
35
	background-color: #f7f7f7;
44
	background-color: #f7f7f7;
36
}
45
}
Line 37... Line 46...
37
 
46
 
38
.PopupBody
47
.PopupBody
39
{
48
{
-
 
49
	height: 100%;
-
 
50
	width: 100%;
-
 
51
	overflow: hidden;
40
	margin: 0px;
52
	background-color: transparent;
41
	padding: 0px;
53
	padding: 0px;
Line -... Line 54...
-
 
54
}
-
 
55
 
-
 
56
#header
-
 
57
{
-
 
58
	cursor: move;
42
}
59
}
43
 
60
 
44
.PopupTitle
-
 
45
{
-
 
46
	padding-right: 10px;
61
.PopupTitle
47
	padding-left: 10px;
62
{
48
	font-weight: bold;
-
 
49
	font-size: 14pt;
63
	font-weight: bold;
50
	padding-bottom: 3px;
-
 
51
	color: #504845;
64
	font-size: 14pt;
-
 
65
	color: #504845;
52
	padding-top: 3px;
66
	background-color: #dedede;
Line 53... Line 67...
53
	background-color: #dedede;
67
	padding: 3px 10px 3px 10px;
54
}
68
}
-
 
69
 
-
 
70
.PopupButtons
-
 
71
{
-
 
72
	position: absolute;
55
 
73
	right: 0px;
56
.PopupButtons
74
	left: 0px;
57
{
75
	bottom: 0px;
58
	border-top: #cec6b5 1px solid;
76
	border-top: #cec6b5 1px solid;
Line 65... Line 83...
65
	border: #7a7261 1px solid;
83
	border: #7a7261 1px solid;
66
	color: #504845;
84
	color: #504845;
67
	background-color: #cec6b5;
85
	background-color: #cec6b5;
68
}
86
}
Line -... Line 87...
-
 
87
 
-
 
88
#btnOk
-
 
89
{
-
 
90
	width: 100px;
-
 
91
}
69
 
92
 
70
.DarkBackground
93
.DarkBackground
71
{
94
{
72
	background-color: #d7d79f;
95
	background-color: #f2f2f2;
Line 73... Line 96...
73
}
96
}
74
 
97
 
75
.LightBackground
98
.LightBackground
Line 97... Line 120...
97
.PopupTab, .PopupTabSelected
120
.PopupTab, .PopupTabSelected
98
{
121
{
99
	border-right: #cec6b5 1px solid;
122
	border-right: #cec6b5 1px solid;
100
	border-top: #cec6b5 1px solid;
123
	border-top: #cec6b5 1px solid;
101
	border-left: #cec6b5 1px solid;
124
	border-left: #cec6b5 1px solid;
102
	padding-right: 5px;
-
 
103
	padding-left: 5px;
-
 
104
	padding-bottom: 3px;
-
 
105
	padding-top: 3px;
125
	padding: 3px 5px 3px 5px;
106
	color: #504845;
126
	color: #504845;
107
}
127
}
Line 108... Line 128...
108
 
128
 
109
.PopupTab
129
.PopupTab
Line 127... Line 147...
127
{
147
{
128
	border: #a9a9a9 1px solid !important;
148
	border: #a9a9a9 1px solid !important;
129
	background-color: #dcdcdc !important;
149
	background-color: #dcdcdc !important;
130
	cursor: pointer;
150
	cursor: pointer;
131
	cursor: hand;
151
	cursor: hand;
132
}
-
 
133
152
}
-
 
153
 
-
 
154
#tdBrowse
-
 
155
{
-
 
156
	vertical-align: bottom;
-
 
157
}
-
 
158
 
-
 
159
/**
-
 
160
 * Dialog frame related styles.
-
 
161
 */
-
 
162
 
-
 
163
.contents
-
 
164
{
-
 
165
	position: absolute;
-
 
166
	top: 2px;
-
 
167
	left: 16px;
-
 
168
	right: 16px;
-
 
169
	bottom: 20px;
-
 
170
	background-color: #f7f7f7;
-
 
171
	overflow: hidden;
-
 
172
	z-index: 1;
-
 
173
}
-
 
174
 
-
 
175
.tl, .tr, .tc, .bl, .br, .bc
-
 
176
{
-
 
177
	position: absolute;
-
 
178
	background-image: url(images/sprites.png);
-
 
179
	background-repeat: no-repeat;
-
 
180
}
-
 
181
 
-
 
182
* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc
-
 
183
{
-
 
184
	background-image: url(images/sprites.gif);
-
 
185
}
-
 
186
 
-
 
187
.ml, .mr
-
 
188
{
-
 
189
	position: absolute;
-
 
190
	background-image: url(images/dialog.sides.png);
-
 
191
	background-repeat: repeat-y;
-
 
192
}
-
 
193
 
-
 
194
* html .ml, * html .mr
-
 
195
{
-
 
196
	background-image: url(images/dialog.sides.gif);
-
 
197
}
-
 
198
 
-
 
199
.rtl .ml, .rtl .mr
-
 
200
{
-
 
201
	position: absolute;
-
 
202
	background-image: url(images/dialog.sides.rtl.png);
-
 
203
	background-repeat: repeat-y;
-
 
204
}
-
 
205
 
-
 
206
* html .rtl .ml, * html .rtl .mr
-
 
207
{
-
 
208
	background-image: url(images/dialog.sides.gif);
-
 
209
}
-
 
210
 
-
 
211
.tl
-
 
212
{
-
 
213
	top: 0px;
-
 
214
	left: 0px;
-
 
215
	width: 16px;
-
 
216
	height: 16px;
-
 
217
	background-position: -16px -16px;
-
 
218
}
-
 
219
 
-
 
220
.rtl .tl
-
 
221
{
-
 
222
	background-position: -16px -397px;
-
 
223
}
-
 
224
 
-
 
225
.tr
-
 
226
{
-
 
227
	top: 0px;
-
 
228
	right: 0px;
-
 
229
	width: 16px;
-
 
230
	height: 16px;
-
 
231
	background-position: -16px -76px;
-
 
232
}
-
 
233
 
-
 
234
.rtl .tr
-
 
235
{
-
 
236
	background-position: -16px -457px;
-
 
237
}
-
 
238
 
-
 
239
.tc
-
 
240
{
-
 
241
	top: 0px;
-
 
242
	right: 16px;
-
 
243
	left: 16px;
-
 
244
	height: 16px;
-
 
245
	background-position: 0px -136px;
-
 
246
	background-repeat: repeat-x;
-
 
247
}
-
 
248
 
-
 
249
.ml
-
 
250
{
-
 
251
	top: 16px;
-
 
252
	left: 0px;
-
 
253
	width: 16px;
-
 
254
	bottom: 51px;
-
 
255
	background-position: 0px 0px;
-
 
256
}
-
 
257
 
-
 
258
.mr
-
 
259
{
-
 
260
	top: 16px;
-
 
261
	right: 0px;
-
 
262
	width: 16px;
-
 
263
	bottom: 51px;
-
 
264
	background-position: -16px 0px;
-
 
265
}
-
 
266
 
-
 
267
.bl
-
 
268
{
-
 
269
	bottom: 0px;
-
 
270
	left: 0px;
-
 
271
	width: 30px;
-
 
272
	height: 51px;
-
 
273
	background-position: -16px -196px;
-
 
274
}
-
 
275
 
-
 
276
.rtl .bl
-
 
277
{
-
 
278
	background-position: -16px -517px;
-
 
279
}
-
 
280
 
-
 
281
.br
-
 
282
{
-
 
283
	bottom: 0px;
-
 
284
	right: 0px;
-
 
285
	width: 30px;
-
 
286
	height: 51px;
-
 
287
	background-position: -16px -263px;
-
 
288
}
-
 
289
 
-
 
290
.rtl .br
-
 
291
{
-
 
292
	background-position: -16px -584px;
-
 
293
}
-
 
294
 
-
 
295
.bc
-
 
296
{
-
 
297
	bottom: 0px;
-
 
298
	right: 30px;
-
 
299
	left: 30px;
-
 
300
	height: 51px;
-
 
301
	background-position: 0px -330px;
-
 
302
	background-repeat: repeat-x;
-
 
303
}
-
 
304
 
-
 
305
/* For IE6. Do not change it. */
-
 
306
* html .blocker
-
 
307
{
-
 
308
	position: absolute;
-
 
309
	width: 100%;
-
 
310
	height: 100%;
-
 
311
	z-index: 12;
-
 
312
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
-
 
313
}
-
 
314
 
-
 
315
/* The layer used to cover the dialog when opening a child dialog. */
-
 
316
.cover
-
 
317
{
-
 
318
	position: absolute;
-
 
319
	top: 0px;
-
 
320
	left: 14px;
-
 
321
	right: 14px;
-
 
322
	bottom: 18px;
-
 
323
	z-index: 11;
-
 
324
}
-
 
325
 
-
 
326
#closeButton
-
 
327
{
-
 
328
	position: absolute;
-
 
329
	right: 0px;
-
 
330
	top: 0px;
-
 
331
	margin-top: 5px;
-
 
332
	margin-right: 10px;
-
 
333
	width: 20px;
-
 
334
	height: 20px;
-
 
335
	cursor: pointer;
-
 
336
	background-image: url(images/sprites.png);
-
 
337
	background-repeat: no-repeat;
-
 
338
	background-position: -16px -651px;
-
 
339
}
-
 
340
 
-
 
341
* html #closeButton
-
 
342
{
-
 
343
	cursor: hand;
-
 
344
	background-image: url(images/sprites.gif);
-
 
345
}
-
 
346
 
-
 
347
.rtl #closeButton
-
 
348
{
-
 
349
	right: auto;
-
 
350
	left: 10px;
-
 
351
	margin-right: 0px;
-
 
352
}
-
 
353
 
-
 
354
#closeButton:hover
-
 
355
{
-
 
356
	background-position: -16px -687px;
-
 
357
}
-
 
358
 
-
 
359
#throbberBlock
-
 
360
{
-
 
361
	z-index: 10;
-
 
362
}
-
 
363
 
-
 
364
#throbberBlock div
-
 
365
{
-
 
366
	float: left;
-
 
367
	width: 8px;
-
 
368
	height: 9px;
-
 
369
	margin-left: 2px;
-
 
370
	margin-right: 2px;
-
 
371
	font-size: 1px;	/* IE6 */
-
 
372
}
-
 
373
 
-
 
374
/*
-
 
375
	Color Gradient Generator:
-
 
376
	http://www.herethere.net/~samson/php/color_gradient/?cbegin=504845&cend=DEDEDE&steps=4
-
 
377
*/
-
 
378
 
-
 
379
.throbber_1
-
 
380
{
-
 
381
	background-color: #504845;
-
 
382
}
-
 
383
 
-
 
384
.throbber_2
-
 
385
{
-
 
386
	background-color: #736D6B;
-
 
387
}
-
 
388
 
-
 
389
.throbber_3
-
 
390
{
-
 
391
	background-color: #979391;
-
 
392
}
-
 
393
 
-
 
394
.throbber_4
-
 
395
{
-
 
396
	background-color: #BAB8B7;
-
 
397
}
-
 
398
 
-
 
399
.throbber_5
-
 
400
{
-
 
401
	background-color: #DEDEDE;
-
 
402
}
-
 
403