Project

General

Profile

« Previous | Next » 

Revision 1256

Added by Dietmar over 14 years ago

fix wrong settings in image browser dialog

View differences:

fck_editor.css
1
@charset "UTF-8";
1 2
/*
2 3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 4
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
......
20 21
 *
21 22
 * Styles used by the editor IFRAME and Toolbar.
22 23
 */
23

  
24 24
/*
25 25
	### Basic Editor IFRAME Styles.
26 26
*/
27

  
28
body
29
{
30
	padding: 1px;
31
	margin: 0;
32
	background-color: #ffffff;
33
}
34

  
35
#xEditingArea
36
{
37
    border: #696969 1px solid;
38
}
39

  
40
.SourceField
41
{
42
    padding: 5px;
43
    margin: 0px;
44
    font-family: Monospace;
45
}
46

  
27
body { padding: 1px; margin: 0; background-color: #ffffff; }
28
#xEditingArea { border: #696969 1px solid; }
29
.SourceField { padding: 5px; margin: 0px; font-family: Monospace; }
47 30
/*
48 31
	Toolbar
49 32
*/
50

  
51
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
52
{
53
    cursor: default;
54
    background-color: #f7f8fd;
55
}
56

  
57
.TB_ToolbarSet
58
{
59
    border-top: #f7f8fd 1px outset;
60
    border-bottom: #f7f8fd 1px outset;
61
}
62

  
63
.TB_ToolbarSet TD
64
{
65
    font-size: 11px;
66
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
67
}
68

  
69
.TB_Toolbar
70
{
71
   	background-color: #d6dff7;
72
	background-image: url(images/toolbar.bg.gif);
73
	background-repeat: repeat-x;
74
    display: inline-table;
75
}
76

  
77
.TB_Separator
78
{
79
    width: 1px;
80
    height: 16px;
81
    margin: 2px;
82
    background-color: #B2CBFF;
83
}
84

  
85
.TB_Start
86
{
87
    background-image: url(images/toolbar.start.gif);
88
    background-repeat: no-repeat;
89
    background-position: center center;
90
    margin: 0px;
91
    width: 7px;
92
    height: 24px;
93
}
94

  
95
.TB_End
96
{
97
    background-image: url(images/toolbar.end.gif);
98
    background-repeat: no-repeat;
99
    background-position: center left;
100
    height: 24px;
101
    width: 4px;
102
}
103

  
104
.TB_ExpandImg
105
{
106
    background-image: url(images/toolbar.expand.gif);
107
    background-repeat: no-repeat;
108
}
109

  
110
.TB_CollapseImg
111
{
112
    background-image: url(images/toolbar.collapse.gif);
113
    background-repeat: no-repeat;
114
}
115

  
116
.TB_SideBorder
117
{
118
    background-color: #696969;
119
}
120

  
121
.TB_Expand, .TB_Collapse
122
{
123
    padding: 2px 2px 2px 2px;
124
    border: #f7f8fd 1px outset;
125
}
126

  
127
.TB_Collapse
128
{
129
    width: 5px;
130
}
131

  
132
.TB_Break
133
{
134
    height: 24px; /* IE needs the height to be set, otherwise no break */
135
}
136

  
33
.TB_ToolbarSet, .TB_Expand, .TB_Collapse { background-color: #f7f8fd; cursor: default; }
34
.TB_ToolbarSet { border-top: #f7f8fd 1px outset; border-bottom: #f7f8fd 1px outset; }
35
.TB_Toolbar { display: inline-table; background-color: #d6dff7; background-image: url(images/toolbar.bg.gif); background-repeat: repeat-x; }
36
.TB_Separator { width: 1px; margin: 2px; background-color: #B2CBFF; height: 16px; }
37
.TB_Start { margin: 0px; width: 7px; background-image: url(images/toolbar.start.gif); background-repeat: no-repeat; background-position: center center; height: 24px; }
38
.TB_End { width: 4px; background-image: url(images/toolbar.end.gif); background-repeat: no-repeat; background-position: center left; height: 24px; }
39
.TB_ExpandImg { background-image: url(images/toolbar.expand.gif); background-repeat: no-repeat; }
40
.TB_CollapseImg { background-image: url(images/toolbar.collapse.gif); background-repeat: no-repeat; }
41
.TB_SideBorder { background-color: #696969; }
42
.TB_Expand, .TB_Collapse { padding: 2px 2px 2px 2px; border: #f7f8fd 1px outset; }
43
.TB_Collapse { width: 5px; }
44
.TB_Break { height: 24px; /* IE needs the height to be set, otherwise no break */ }
137 45
/*
138 46
	Toolbar Button
139 47
*/
140

  
141
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
142
{
143
    margin: 1px;
144
    height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
145
}
146

  
147
.TB_Button_On
148
{
149
    margin: 0px;
150
    border: #316ac5 1px solid;
151
    background-color: #c1d2ee;
152
}
153

  
154
.TB_Button_On_Over, .TB_Button_Off_Over
155
{
156
    margin: 0px ;
157
    border: #316ac5 1px solid;
158
    background-color: #dff1ff;
159
}
160

  
161
.TB_Button_Off
162
{
163
    filter: alpha(opacity=70); /* IE */
164
    opacity: 0.70; /* Safari, Opera and Mozilla */
165
}
166

  
167
.TB_Button_Disabled
168
{
169
    filter: gray() alpha(opacity=30); /* IE */
170
    opacity: 0.30; /* Safari, Opera and Mozilla */
171
}
172

  
173
.TB_Button_Padding
174
{
175
    visibility: hidden;
176
    width: 3px;
177
    height: 22px;
178
}
179

  
180
.TB_Button_Image
181
{
182
    overflow: hidden;
183
    width: 16px;
184
    height: 16px;
185
    margin: 3px;
186
    background-repeat: no-repeat;
187
}
188

  
189
.TB_Button_Image img
190
{
191
    position: relative;
192
}
193

  
194
.TB_Button_Off .TB_Button_Text
195
{
196
   	background-color: #d6dff7;  /* Needed because of a bug on ClearType */
197
	background-image: url(images/toolbar.bg.gif);
198
	background-repeat: repeat-x;
199
}
200

  
201
.TB_ConnectionLine
202
{
203
    background-color: #f7f8fd;
204
    height: 1px;
205
    margin-left: 1px;   /* ltr */
206
    margin-right: 1px;  /* rtl */
207
}
208

  
209
.TB_Button_Off .TB_Text
210
{
211
   	background-color: #d6dff7;  /* Needed because of a bug on ClearType */
212
	background-image: url(images/toolbar.bg.gif);
213
	background-repeat: repeat-x;
214
}
215

  
216
.TB_Button_On_Over .TB_Text
217
{
218
   	background-color: #dff1ff ;  /* Needed because of a bug on ClearType */
219
}
220

  
48
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled { margin: 1px; height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */ }
49
.TB_Button_On { margin: 0px; border: #316ac5 1px solid; background-color: #c1d2ee; }
50
.TB_Button_On_Over, .TB_Button_Off_Over { margin: 0px; border: #316ac5 1px solid; background-color: #dff1ff; }
51
.TB_Button_Padding { width: 3px; visibility: hidden; height: 22px; }
52
.TB_Button_Image { width: 16px; margin: 3px; background-repeat: no-repeat; overflow: hidden; height: 16px; }
53
.TB_Button_Image img { position: relative; }
54
.TB_ConnectionLine { margin-left: 1px; /* ltr */ margin-right: 1px; /* rtl */ background-color: #f7f8fd; height: 1px; }
55
.TB_Button_On_Over .TB_Text { background-color: #dff1ff; /* Needed because of a bug on ClearType */ }
221 56
/*
222 57
	Menu
223 58
*/
224

  
225
.MN_Menu
226
{
227
    border: 1px solid #8f8f73;
228
    padding: 2px;
229
    background-color: #f7f8fd;
230
    cursor: default;
231
}
232

  
233
.MN_Menu, .MN_Menu .MN_Label
234
{
235
    font-size: 11px;
236
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
237
}
238

  
239
.MN_Item_Padding
240
{
241
    visibility: hidden;
242
    width: 3px;
243
    height: 20px;
244
}
245

  
246
.MN_Icon
247
{
248
    background-color: #d6dff7;
249
    text-align: center;
250
    height: 20px;
251
}
252

  
253
.MN_Label
254
{
255
    padding-left: 3px;
256
    padding-right: 3px;
257
}
258

  
259
.MN_Separator
260
{
261
    height: 3px;
262
}
263

  
264
.MN_Separator_Line
265
{
266
    border-top: #b9b99d 1px solid;
267
}
268

  
269
.MN_Item .MN_Icon IMG
270
{
271
    filter: alpha(opacity=70);
272
    opacity: 0.70;
273
}
274

  
275
.MN_Item_Over
276
{
277
    color: #ffffff;
278
    background-color: #7096FA;
279
}
280

  
281
.MN_Item_Over .MN_Icon
282
{
283
    background-color: #466ca6;
284
}
285

  
286
.MN_Item_Disabled IMG
287
{
288
    filter: gray() alpha(opacity=30); /* IE */
289
    opacity: 0.30; /* Safari, Opera and Mozilla */
290
}
291

  
292
.MN_Item_Disabled .MN_Label
293
{
294
    color: #b7b7b7;
295
}
296

  
297
.MN_Arrow
298
{
299
    padding-right: 3px;
300
    padding-left: 3px;
301
}
302

  
303
.MN_ConnectionLine
304
{
305
    background-color: #f7f8fd;
306
}
307

  
308
.Menu .TB_Button_On, .Menu .TB_Button_On_Over
309
{
310
    border: #8f8f73 1px solid;
311
    background-color: #f7f8fd;
312
}
313

  
59
.MN_Menu { border: 1px solid #8f8f73; padding: 2px; background-color: #f7f8fd; cursor: default; }
60
.MN_Item_Padding { width: 3px; visibility: hidden; height: 20px; }
61
.MN_Icon { background-color: #d6dff7; text-align: center; height: 20px; }
62
.MN_Separator { height: 3px; }
63
.MN_Separator_Line { border-top: #b9b99d 1px solid; }
64
.MN_Item_Over { color: #ffffff; background-color: #7096FA; }
65
.MN_Item_Over .MN_Icon { background-color: #466ca6; }
66
.MN_Item_Disabled .MN_Label { color: #b7b7b7; }
67
.MN_ConnectionLine { background-color: #f7f8fd; }
68
.Menu .TB_Button_On, .Menu .TB_Button_On_Over { border: #8f8f73 1px solid; background-color: #f7f8fd; }
314 69
/*
315 70
	### Panel Styles
316 71
*/
317

  
318
.FCK_Panel
319
{
320
    border: #8f8f73 1px solid;
321
    padding: 2px;
322
    background-color: #f7f8fd;
323
}
324

  
325
.FCK_Panel, .FCK_Panel TD
326
{
327
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
328
    font-size: 11px;
329
}
330

  
72
.FCK_Panel { border: #8f8f73 1px solid; padding: 2px; background-color: #f7f8fd; }
331 73
/*
332 74
	### Special Combos
333 75
*/
334

  
335
.SC_Panel
336
{
337
    overflow: auto;
338
    white-space: nowrap;
339
    cursor: default;
340
    border: 1px solid #8f8f73;
341
    padding-left: 2px;
342
    padding-right: 2px;
343
}
344

  
345
.SC_Panel, .SC_Panel TD
346
{
347
    font-size: 11px;
348
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
349
}
350

  
351
.SC_Item, .SC_ItemSelected
352
{
353
    margin-top: 2px;
354
    margin-bottom: 2px;
355
    background-position: left center;
356
    padding-left: 11px;
357
    padding-right: 3px;
358
    padding-top: 2px;
359
    padding-bottom: 2px;
360
    text-overflow: ellipsis;
361
    overflow: hidden;
362
    background-repeat: no-repeat;
363
    border: #dddddd 1px solid;
364
}
365

  
366
.SC_Item *, .SC_ItemSelected *
367
{
368
    margin-top: 0px;
369
    margin-bottom: 0px;
370
}
371

  
372
.SC_ItemSelected
373
{
374
    border: #9a9afb 1px solid;
375
    background-image: url(images/toolbar.arrowright.gif);
376
}
377

  
378
.SC_ItemOver
379
{
380
    border: #316ac5 1px solid;
381
}
382

  
383
.SC_Field
384
{
385
    margin-top: 2px ;
386
    border: #b7b7a6 1px solid;
387
    cursor: default;
388
}
389

  
390
.SC_FieldCaption
391
{
392
    overflow: visible;
393
    padding-right: 5px;
394
    padding-left: 5px;
395
    opacity: 0.75; /* Safari, Opera and Mozilla */
396
    filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
397
    height: 23px;
398
   	background-color: #d6dff7;  /* Needed because of a bug on ClearType */
399
	background-image: url(images/toolbar.bg.gif);
400
	background-repeat: repeat-x;
401
/*    background-color:  inherit;     Maybe this is needed wait to check */
402
}
403

  
404
.SC_FieldLabel
405
{
406
    white-space: nowrap;
407
    padding: 2px;
408
    width: 100%;
409
    cursor: default;
410
    background-color: #ffffff;
411
    text-overflow: ellipsis;
412
    overflow: hidden;
413
}
414

  
415
.SC_FieldButton
416
{
417
    background-position: center center;
418
    background-image: url(images/toolbar.buttonarrow.gif);
419
    border-left: #b7b7a6 1px solid;
420
    width: 14px;
421
    background-repeat: no-repeat;
422
}
423

  
424
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text
425
{
426
    opacity: 0.30; /* Safari, Opera and Mozilla */
427
    filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
428
}
429

  
430
.SC_FieldOver
431
{
432
    border: #316ac5 1px solid;
433
}
434

  
435
.SC_FieldOver .SC_FieldButton
436
{
437
    border-left: #316ac5 1px solid;
438
}
439

  
76
.SC_Panel { border: 1px solid #8f8f73; padding-left: 2px; padding-right: 2px; white-space: nowrap; overflow: auto; cursor: default; }
77
.SC_Item, .SC_ItemSelected { margin-top: 2px; margin-bottom: 2px; padding-left: 11px; padding-right: 3px; padding-top: 2px; padding-bottom: 2px; border: #dddddd 1px solid; background-position: left center; background-repeat: no-repeat; overflow: hidden; text-overflow: ellipsis; }
78
.SC_Item *, .SC_ItemSelected * { margin-top: 0px; margin-bottom: 0px; }
79
.SC_ItemSelected { border: #9a9afb 1px solid; background-image: url(images/toolbar.arrowright.gif); }
80
.SC_Field { margin-top: 2px; border: #b7b7a6 1px solid; cursor: default; }
81
.SC_FieldCaption { padding-right: 5px; padding-left: 5px; background-color: #d6dff7; /* Needed because of a bug on ClearType */ background-image: url(images/toolbar.bg.gif); background-repeat: repeat-x; /*    background-color:  inherit;     Maybe this is needed wait to check */ overflow: visible; height: 23px; /* -moz-opacity: 0.75; Mozilla (Old) */ opacity: 0.75; /* Safari, Opera and Mozilla */ filter: alpha(opacity=70); /* IE */ }
82
.SC_FieldLabel { padding: 2px; width: 100%; white-space: nowrap; background-color: #ffffff; cursor: default; overflow: hidden; text-overflow: ellipsis; }
83
.SC_FieldButton { border-left: #b7b7a6 1px solid; width: 14px; background-position: center center; background-image: url(images/toolbar.buttonarrow.gif); background-repeat: no-repeat; }
84
.SC_FieldOver .SC_FieldButton { border-left: #316ac5 1px solid; }
440 85
/*
441 86
	### Color Selector Panel
442 87
*/
443

  
444
.ColorBoxBorder
445
{
446
    border: #808080 1px solid;
447
    position: static;
448
}
449

  
450
.ColorBox
451
{
452
    font-size: 1px;
453
    width: 10px;
454
    position: static;
455
    height: 10px;
456
}
457

  
458
.ColorDeselected, .ColorSelected
459
{
460
    cursor: default;
461
}
462

  
463
.ColorDeselected
464
{
465
    border: #ffffff 1px solid;
466
    padding: 2px;
467
    float: left;
468
}
469

  
470
.ColorSelected
471
{
472
    border: #330066 1px solid;
473
    padding: 2px;
474
    float: left;
475
    background-color: #c4cdd6;
476
}
88
.ColorBoxBorder { border: #808080 1px solid; position: static; }
89
.ColorBox { width: 10px; font-size: 1px; position: static; height: 10px; }
90
.ColorDeselected, .ColorSelected { cursor: default; }
91
.ColorDeselected { border: #ffffff 1px solid; padding: 2px; float: left; }
92
.ColorSelected { border: #330066 1px solid; padding: 2px; float: left; background-color: #c4cdd6; }
93
.TB_Button_Off, .MN_Item .MN_Icon IMG { filter: alpha(opacity=70); /* IE */ opacity: 0.70; /* Safari, Opera and Mozilla */ }
94
.TB_Button_Off .TB_Button_Text, .TB_Button_Off .TB_Text { background-color: #d6dff7; /* Needed because of a bug on ClearType */ background-image: url(images/toolbar.bg.gif); background-repeat: repeat-x; }
95
.MN_Label, .MN_Arrow { padding-left: 3px; padding-right: 3px; }
96
.SC_ItemOver, .SC_FieldOver { border: #316ac5 1px solid; }
97
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text, .TB_Button_Disabled, .MN_Item_Disabled IMG { opacity: 0.30; /* Safari, Opera and Mozilla */ filter: gray() alpha(opacity=30); /* IE */ }
98
.TB_ToolbarSet TD, .MN_Menu, .MN_Menu .MN_Label, .FCK_Panel, .FCK_Panel TD, .SC_Panel, .SC_Panel TD { font-size: 11px; font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; }

Also available in: Unified diff