Subversion Repositories Applications.papyrus

Rev

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

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