Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
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_editor.css
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Styles used by the editor IFRAME and Toolbar.
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 editor IFRAME and Toolbar.
18
 * 		gazou[Fr]
-
 
19
 */
22
 */
20
 
23
 
21
/*
24
/*
22
	### Basic Editor IFRAME Styles.
25
	### Basic Editor IFRAME Styles.
23
*/
26
*/
24
 
27
 
25
body
28
body
26
{
29
{
27
	padding: 1px 1px 1px 1px;
30
	padding: 1px;
28
	margin: 0px 0px 0px 0px;
31
	margin: 0;
-
 
32
	background-color: #ffffff;
29
}
33
}
30
 
34
 
31
#xEditingArea
35
#xEditingArea
32
{
36
{
33
	border: #696969 1px solid;
37
	border: #696969 1px solid;
34
}
38
}
35
 
39
 
36
.SourceField
40
.SourceField
37
{
41
{
38
	padding: 5px;
42
	padding: 5px;
39
	margin: 0px;
43
	margin: 0px;
40
	font-family: Monospace;
44
	font-family: Monospace;
41
}
45
}
42
 
46
 
43
/*
47
/*
44
	Toolbar
48
	Toolbar
45
*/
49
*/
46
 
50
 
47
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
51
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
48
{
52
{
49
    cursor: default;
53
    cursor: default;
50
	background-color: #f7f7f7;
54
	background-color: #f7f7f7;
51
}
55
}
52
 
56
 
53
.TB_ToolbarSet
57
.TB_ToolbarSet
54
{
58
{
55
	padding: 1px;
59
	padding: 1px;
56
	border-top: #efefde 1px outset;
60
	border-top: #efefde 1px outset;
57
	border-bottom: #efefde 1px outset;
61
	border-bottom: #efefde 1px outset;
58
}
62
}
59
 
63
 
60
.TB_ToolbarSet TD
64
.TB_ToolbarSet TD
61
{
65
{
62
	font-size: 11px;
66
	font-size: 11px;
63
	font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
67
	font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
64
}
68
}
65
 
69
 
66
.TB_Toolbar
70
.TB_Toolbar
67
{
71
{
68
    display: inline-table;
72
    display: inline-table;
69
}
73
}
70
 
74
 
71
.TB_Separator
75
.TB_Separator
72
{
76
{
73
    width: 1px;
77
    width: 1px;
74
    height: 21px;
78
    height: 21px;
75
    margin: 2px;
79
    margin: 2px;
76
    background-color: #C6C3BD;
80
    background-color: #C6C3BD;
77
}
81
}
78
 
82
 
79
.TB_Start
83
.TB_Start
80
{
84
{
81
    background-image: url(images/toolbar.start.gif);
85
    background-image: url(images/toolbar.start.gif);
82
    margin-left: 2px;
86
    margin-left: 2px;
83
    margin-right: 2px;
87
    margin-right: 2px;
84
    width: 3px;
88
    width: 3px;
85
    background-repeat: no-repeat;
89
    background-repeat: no-repeat;
86
    height: 27px;
90
    height: 27px;
87
    background-position: center center;
91
    background-position: center center;
88
}
92
}
89
 
93
 
90
.TB_End
94
.TB_End
91
{
95
{
92
	display: none;
96
	display: none;
93
}
97
}
94
 
98
 
95
.TB_ExpandImg
99
.TB_ExpandImg
96
{
100
{
97
	background-image: url(images/toolbar.expand.gif);
101
	background-image: url(images/toolbar.expand.gif);
98
	background-repeat: no-repeat;
102
	background-repeat: no-repeat;
99
}
103
}
100
 
104
 
101
.TB_CollapseImg
105
.TB_CollapseImg
102
{
106
{
103
	background-image: url(images/toolbar.collapse.gif);
107
	background-image: url(images/toolbar.collapse.gif);
104
	background-repeat: no-repeat;
108
	background-repeat: no-repeat;
105
}
109
}
106
 
110
 
107
.TB_SideBorder
111
.TB_SideBorder
108
{
112
{
109
	background-color: #696969;
113
	background-color: #696969;
110
}
114
}
111
 
115
 
112
.TB_Expand, .TB_Collapse
116
.TB_Expand, .TB_Collapse
113
{
117
{
114
	padding: 2px 2px 2px 2px;
118
	padding: 2px 2px 2px 2px;
115
	border: #efefde 1px outset;
119
	border: #efefde 1px outset;
116
}
120
}
117
 
121
 
118
.TB_Collapse
122
.TB_Collapse
119
{
123
{
120
	border: #efefde 1px outset;
124
	border: #efefde 1px outset;
121
	width: 5px;
125
	width: 5px;
122
}
126
}
123
 
127
 
124
.TB_Break
128
.TB_Break
125
{
129
{
126
	height: 27px;
130
	height: 27px;
127
}
131
}
128
 
132
 
129
/*
133
/*
130
	Toolbar Button
134
	Toolbar Button
131
*/
135
*/
132
 
136
 
133
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
137
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
134
{
138
{
135
	padding: 1px ;
139
	padding: 1px ;
136
	margin:1px;
140
	margin:1px;
137
	height: 21px;
141
	height: 21px;
138
}
142
}
139
 
143
 
140
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
144
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
141
{
145
{
142
	border: #cec6b5 1px solid;
146
	border: #cec6b5 1px solid;
143
}
147
}
144
 
148
 
145
.TB_Button_On
149
.TB_Button_On
146
{
150
{
147
	border-color: #316ac5;
151
	border-color: #316ac5;
148
	background-color: #c1d2ee;
152
	background-color: #c1d2ee;
149
}
153
}
150
 
154
 
151
.TB_Button_On_Over, .TB_Button_Off_Over
155
.TB_Button_On_Over, .TB_Button_Off_Over
152
{
156
{
153
    border: #316ac5 1px solid;
157
    border: #316ac5 1px solid;
154
    background-color: #dff1ff;
158
    background-color: #dff1ff;
155
}
159
}
156
 
160
 
157
.TB_Button_Off
161
.TB_Button_Off
158
{
162
{
159
	background: #efefef url(images/toolbar.buttonbg.gif) repeat-x;
163
	background: #efefef url(images/toolbar.buttonbg.gif) repeat-x;
160
}
164
}
161
 
165
 
162
.TB_Button_Off, .TB_Combo_Off
166
.TB_Button_Off, .TB_Combo_Off
163
{
167
{
164
	opacity: 0.70; /* Safari, Opera and Mozilla */
168
	opacity: 0.70; /* Safari, Opera and Mozilla */
165
	filter: alpha(opacity=70); /* IE */
169
	filter: alpha(opacity=70); /* IE */
166
	/* -moz-opacity: 0.70; Mozilla (Old) */
170
	/* -moz-opacity: 0.70; Mozilla (Old) */
167
}
171
}
168
 
172
 
169
.TB_Button_Disabled
173
.TB_Button_Disabled
170
{
174
{
171
    opacity: 0.30; /* Safari, Opera and Mozilla */
175
    opacity: 0.30; /* Safari, Opera and Mozilla */
172
    filter: gray() alpha(opacity=30); /* IE */
176
    filter: gray() alpha(opacity=30); /* IE */
173
}
177
}
174
 
178
 
175
.TB_Button_Padding
179
.TB_Button_Padding
176
{
180
{
177
    visibility: hidden;
181
    visibility: hidden;
178
    width: 3px;
182
    width: 3px;
179
    height: 21px;
183
    height: 21px;
180
}
184
}
181
 
185
 
182
.TB_Button_Image
186
.TB_Button_Image
183
{
187
{
184
    overflow: hidden;
188
    overflow: hidden;
185
    width: 16px;
189
    width: 16px;
186
    height: 16px;
190
    height: 16px;
187
    margin: 3px;
191
    margin: 3px;
188
    margin-top: 4px;
192
    margin-top: 4px;
189
    margin-bottom: 2px;
193
    margin-bottom: 2px;
190
    background-repeat: no-repeat;
194
    background-repeat: no-repeat;
191
}
195
}
192
 
196
 
193
/* For composed button ( icon + text, icon + arrow ), we must compensate the table */
197
/* For composed button ( icon + text, icon + arrow ), we must compensate the table */
194
.TB_Button_On TABLE .TB_Button_Image, 
198
.TB_Button_On TABLE .TB_Button_Image,
195
.TB_Button_Off TABLE .TB_Button_Image, 
199
.TB_Button_Off TABLE .TB_Button_Image,
196
.TB_Button_On_Over TABLE .TB_Button_Image,
200
.TB_Button_On_Over TABLE .TB_Button_Image,
197
.TB_Button_Off_Over TABLE .TB_Button_Image,
201
.TB_Button_Off_Over TABLE .TB_Button_Image,
198
.TB_Button_Disabled TABLE .TB_Button_Image
202
.TB_Button_Disabled TABLE .TB_Button_Image
199
{
203
{
200
    margin-top: 3px;
204
    margin-top: 3px;
201
}
205
}
202
 
206
 
203
.TB_Button_Image img
207
.TB_Button_Image img
204
{
208
{
205
    position: relative;
209
    position: relative;
206
}
210
}
207
 
211
 
208
.TB_ConnectionLine
212
.TB_ConnectionLine
209
{
213
{
210
    background-color: #ffffff;
214
    background-color: #ffffff;
211
    height: 1px;
215
    height: 1px;
212
    margin-left: 1px;   /* ltr */
216
    margin-left: 1px;   /* ltr */
213
    margin-right: 1px;  /* rtl */
217
    margin-right: 1px;  /* rtl */
214
}
218
}
215
 
219
 
216
/*
220
/*
217
	Menu
221
	Menu
218
*/
222
*/
219
 
223
 
220
.MN_Menu
224
.MN_Menu
221
{
225
{
222
    border: 1px solid #8f8f73;
226
    border: 1px solid #8f8f73;
223
    padding: 2px;
227
    padding: 2px;
224
    background-color: #f7f7f7;
228
    background-color: #f7f7f7;
225
    cursor: default;
229
    cursor: default;
226
}
230
}
227
 
231
 
228
.MN_Menu, .MN_Menu .MN_Label
232
.MN_Menu, .MN_Menu .MN_Label
229
{
233
{
230
    font-size: 11px;
234
    font-size: 11px;
231
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
235
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
232
}
236
}
233
 
237
 
234
.MN_Item_Padding
238
.MN_Item_Padding
235
{
239
{
236
    visibility: hidden;
240
    visibility: hidden;
237
    width: 3px;
241
    width: 3px;
238
    height: 20px;
242
    height: 20px;
239
}
243
}
240
 
244
 
241
.MN_Icon
245
.MN_Icon
242
{
246
{
243
    background-color: #dedede;
247
    background-color: #dedede;
244
    text-align: center;
248
    text-align: center;
245
    height: 20px;
249
    height: 20px;
246
}
250
}
247
 
251
 
248
.MN_Label
252
.MN_Label
249
{
253
{
250
    padding-left: 3px;
254
    padding-left: 3px;
251
    padding-right: 3px;
255
    padding-right: 3px;
252
}
256
}
253
 
257
 
254
.MN_Separator
258
.MN_Separator
255
{
259
{
256
    height: 3px;
260
    height: 3px;
257
}
261
}
258
 
262
 
259
.MN_Separator_Line
263
.MN_Separator_Line
260
{
264
{
261
    border-top: #b9b99d 1px solid;
265
    border-top: #b9b99d 1px solid;
262
}
266
}
263
 
267
 
264
.MN_Item .MN_Icon IMG
268
.MN_Item .MN_Icon IMG
265
{
269
{
266
    filter: alpha(opacity=70);
270
    filter: alpha(opacity=70);
267
    opacity: 0.70;
271
    opacity: 0.70;
268
}
272
}
269
 
273
 
270
.MN_Item_Over
274
.MN_Item_Over
271
{
275
{
272
    color: #ffffff;
276
    color: #ffffff;
273
    background-color: #8a857d;
277
    background-color: #8a857d;
274
}
278
}
275
 
279
 
276
.MN_Item_Over .MN_Icon
280
.MN_Item_Over .MN_Icon
277
{
281
{
278
    background-color: #6c6761;
282
    background-color: #6c6761;
279
}
283
}
280
 
284
 
281
.MN_Item_Disabled IMG
285
.MN_Item_Disabled IMG
282
{
286
{
283
    filter: gray() alpha(opacity=30); /* IE */
287
    filter: gray() alpha(opacity=30); /* IE */
284
    opacity: 0.30; /* Safari, Opera and Mozilla */
288
    opacity: 0.30; /* Safari, Opera and Mozilla */
285
}
289
}
286
 
290
 
287
.MN_Item_Disabled .MN_Label
291
.MN_Item_Disabled .MN_Label
288
{
292
{
289
    color: #b7b7b7;
293
    color: #b7b7b7;
290
}
294
}
291
 
295
 
292
.MN_Arrow
296
.MN_Arrow
293
{
297
{
294
    padding-right: 3px;
298
    padding-right: 3px;
295
    padding-left: 3px;
299
    padding-left: 3px;
296
}
300
}
297
 
301
 
298
.MN_ConnectionLine
302
.MN_ConnectionLine
299
{
303
{
300
    background-color: #ffffff;
304
    background-color: #ffffff;
301
}
305
}
302
 
306
 
303
.Menu .TB_Button_On, .Menu .TB_Button_On_Over
307
.Menu .TB_Button_On, .Menu .TB_Button_On_Over
304
{
308
{
305
    border: #8f8f73 1px solid;
309
    border: #8f8f73 1px solid;
306
    background-color: #ffffff;
310
    background-color: #ffffff;
307
}
311
}
308
 
312
 
309
/*
313
/*
310
	### Panel Styles
314
	### Panel Styles
311
*/
315
*/
312
 
316
 
313
.FCK_Panel
317
.FCK_Panel
314
{
318
{
315
    border: #8f8f73 1px solid;
319
    border: #8f8f73 1px solid;
316
    padding: 2px;
320
    padding: 2px;
317
    background-color: #ffffff;
321
    background-color: #ffffff;
318
}
322
}
319
 
323
 
320
.FCK_Panel, .FCK_Panel TD
324
.FCK_Panel, .FCK_Panel TD
321
{
325
{
322
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
326
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
323
    font-size: 11px;
327
    font-size: 11px;
324
}
328
}
325
 
329
 
326
/*
330
/*
327
	### Special Combos
331
	### Special Combos
328
*/
332
*/
329
 
333
 
330
.SC_Panel
334
.SC_Panel
331
{
335
{
332
    overflow: auto;
336
    overflow: auto;
333
    white-space: nowrap;
337
    white-space: nowrap;
334
    cursor: default;
338
    cursor: default;
335
    border: 1px solid #8f8f73;
339
    border: 1px solid #8f8f73;
336
    padding-left: 2px;
340
    padding-left: 2px;
337
    padding-right: 2px;
341
    padding-right: 2px;
338
    background-color: #ffffff;
-
 
339
}
342
}
340
 
343
 
341
.SC_Panel, .SC_Panel TD
344
.SC_Panel, .SC_Panel TD
342
{
345
{
343
    font-size: 11px;
346
    font-size: 11px;
344
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
347
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
345
}
348
}
346
 
349
 
347
.SC_Item, .SC_ItemSelected
350
.SC_Item, .SC_ItemSelected
348
{
351
{
349
    margin-top: 2px;
352
    margin-top: 2px;
350
    margin-bottom: 2px;
353
    margin-bottom: 2px;
351
    background-position: left center;
354
    background-position: left center;
352
    padding-left: 11px;
355
    padding-left: 11px;
353
    padding-right: 3px;
356
    padding-right: 3px;
354
    padding-top: 2px;
357
    padding-top: 2px;
355
    padding-bottom: 2px;
358
    padding-bottom: 2px;
356
    text-overflow: ellipsis;
359
    text-overflow: ellipsis;
357
    overflow: hidden;
360
    overflow: hidden;
358
    background-repeat: no-repeat;
361
    background-repeat: no-repeat;
359
    border: #dddddd 1px solid;
362
    border: #dddddd 1px solid;
360
}
363
}
361
 
364
 
362
.SC_Item *, .SC_ItemSelected *
365
.SC_Item *, .SC_ItemSelected *
363
{
366
{
364
    margin-top: 0px;
367
    margin-top: 0px;
365
    margin-bottom: 0px;
368
    margin-bottom: 0px;
366
}
369
}
367
 
370
 
368
.SC_ItemSelected
371
.SC_ItemSelected
369
{
372
{
370
    border: #9a9afb 1px solid;
373
    border: #9a9afb 1px solid;
371
    background-image: url(images/toolbar.arrowright.gif);
374
    background-image: url(images/toolbar.arrowright.gif);
372
}
375
}
373
 
376
 
374
.SC_ItemOver
377
.SC_ItemOver
375
{
378
{
376
    border: #316ac5 1px solid;
379
    border: #316ac5 1px solid;
377
}
380
}
378
 
381
 
379
.SC_Field
382
.SC_Field
380
{
383
{
381
    margin-top:1px ;
384
    margin-top:1px ;
382
    border: #b7b7a6 1px solid;
385
    border: #b7b7a6 1px solid;
383
    cursor: default;
386
    cursor: default;
384
}
387
}
385
 
388
 
386
.SC_FieldCaption
389
.SC_FieldCaption
387
{
390
{
388
    padding-top: 1px ;
391
    padding-top: 1px ;
389
    overflow: visible;
392
    overflow: visible;
390
    padding-right: 5px;
393
    padding-right: 5px;
391
    padding-left: 5px;
394
    padding-left: 5px;
392
    opacity: 0.75; /* Safari, Opera and Mozilla */
395
    opacity: 0.75; /* Safari, Opera and Mozilla */
393
    filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
396
    filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
394
    height: 23px;
397
    height: 23px;
395
    background-color: #f7f7f7;
398
    background-color: #f7f7f7;
396
}
399
}
397
 
400
 
398
.SC_FieldLabel
401
.SC_FieldLabel
399
{
402
{
400
    white-space: nowrap;
403
    white-space: nowrap;
401
    padding: 2px;
404
    padding: 2px;
402
    width: 100%;
405
    width: 100%;
403
    cursor: default;
406
    cursor: default;
404
    background-color: #ffffff;
407
    background-color: #ffffff;
405
    text-overflow: ellipsis;
408
    text-overflow: ellipsis;
406
    overflow: hidden;
409
    overflow: hidden;
407
}
410
}
408
 
411
 
409
.SC_FieldButton
412
.SC_FieldButton
410
{
413
{
411
    background-position: center center;
414
    background-position: center center;
412
    background-image: url(images/toolbar.buttonarrow.gif);
415
    background-image: url(images/toolbar.buttonarrow.gif);
413
    border-left: #b7b7a6 1px solid;
416
    border-left: #b7b7a6 1px solid;
414
    width: 14px;
417
    width: 14px;
415
    background-repeat: no-repeat;
418
    background-repeat: no-repeat;
416
}
419
}
417
 
420
 
418
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
421
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text
419
{
422
{
420
    opacity: 0.30; /* Safari, Opera and Mozilla */
423
    opacity: 0.30; /* Safari, Opera and Mozilla */
421
    filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
424
    filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
422
}
425
}
423
 
426
 
424
.SC_FieldOver
427
.SC_FieldOver
425
{
428
{
426
    border: #316ac5 1px solid;
429
    border: #316ac5 1px solid;
427
}
430
}
428
 
431
 
429
.SC_FieldOver .SC_FieldButton
432
.SC_FieldOver .SC_FieldButton
430
{
433
{
431
    border-left: #316ac5 1px solid;
434
    border-left: #316ac5 1px solid;
432
}
435
}
433
 
436
 
434
/*
437
/*
435
	### Color Selector Panel
438
	### Color Selector Panel
436
*/
439
*/
437
 
440
 
438
.ColorBoxBorder
441
.ColorBoxBorder
439
{
442
{
440
    border: #808080 1px solid;
443
    border: #808080 1px solid;
441
    position: static;
444
    position: static;
442
}
445
}
443
 
446
 
444
.ColorBox
447
.ColorBox
445
{
448
{
446
    font-size: 1px;
449
    font-size: 1px;
447
    width: 10px;
450
    width: 10px;
448
    position: static;
451
    position: static;
449
    height: 10px;
452
    height: 10px;
450
}
453
}
451
 
454
 
452
.ColorDeselected, .ColorSelected
455
.ColorDeselected, .ColorSelected
453
{
456
{
454
    cursor: default;
457
    cursor: default;
455
}
458
}
456
 
459
 
457
.ColorDeselected
460
.ColorDeselected
458
{
461
{
459
    border: #ffffff 1px solid;
462
    border: #ffffff 1px solid;
460
    padding: 2px;
463
    padding: 2px;
461
    float: left;
464
    float: left;
462
}
465
}
463
 
466
 
464
.ColorSelected
467
.ColorSelected
465
{
468
{
466
    border: #316ac5 1px solid;
469
    border: #316ac5 1px solid;
467
    padding: 2px;
470
    padding: 2px;
468
    float: left;
471
    float: left;
469
    background-color: #c1d2ee;
472
    background-color: #c1d2ee;
470
}
473
}