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_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
 */
22
 */
Line 19... Line 23...
19
 
23
 
20
/*
24
/*
21
	### Basic Editor IFRAME Styles.
25
	### Basic Editor IFRAME Styles.
Line 22... Line 26...
22
*/
26
*/
23
 
27
 
24
body
28
body
-
 
29
{
25
{
30
	padding: 1px;
26
    padding: 1px 1px 1px 1px;
31
	margin: 0;
Line 27... Line 32...
27
    margin: 0px 0px 0px 0px;
32
	background-color: #ffffff;
28
}
33
}
29
 
34
 
Line 91... Line 96...
91
{
96
{
92
    background-image: url(images/toolbar.end.gif);
97
    background-image: url(images/toolbar.end.gif);
93
    background-repeat: no-repeat;
98
    background-repeat: no-repeat;
94
    background-position: center left;
99
    background-position: center left;
95
    height: 24px;
100
    height: 24px;
96
    width: 12px;
101
    width: 4px;
97
}
102
}
Line 98... Line 103...
98
 
103
 
99
.TB_ExpandImg
104
.TB_ExpandImg
100
{
105
{
Line 333... Line 338...
333
    white-space: nowrap;
338
    white-space: nowrap;
334
    cursor: default;
339
    cursor: default;
335
    border: 1px solid #8f8f73;
340
    border: 1px solid #8f8f73;
336
    padding-left: 2px;
341
    padding-left: 2px;
337
    padding-right: 2px;
342
    padding-right: 2px;
338
    background-color: #ffffff;
-
 
339
}
343
}
Line 340... Line 344...
340
 
344
 
341
.SC_Panel, .SC_Panel TD
345
.SC_Panel, .SC_Panel TD
342
{
346
{
Line 415... Line 419...
415
    border-left: #b7b7a6 1px solid;
419
    border-left: #b7b7a6 1px solid;
416
    width: 14px;
420
    width: 14px;
417
    background-repeat: no-repeat;
421
    background-repeat: no-repeat;
418
}
422
}
Line 419... Line 423...
419
 
423
 
420
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
424
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text
421
{
425
{
422
    opacity: 0.30; /* Safari, Opera and Mozilla */
426
    opacity: 0.30; /* Safari, Opera and Mozilla */
423
    filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
427
    filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */