Subversion Repositories Applications.papyrus

Rev

Rev 1925 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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