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_internal.css
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	This CSS Style Sheet defines rules used by the editor for its internal use.
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
 * This CSS Style Sheet defines rules used by the editor for its internal use.
18
 */
22
 */
Line -... Line 23...
-
 
23
 
-
 
24
/* #########
-
 
25
 *  WARNING
-
 
26
 * #########
-
 
27
 * When changing this file, the minified version of it must be updated in the
-
 
28
 * fckeditor.html file (see FCK_InternalCSS).
-
 
29
 */
19
 
30
 
20
/* Fix to allow putting the caret at the end of the
31
/* Fix to allow putting the caret at the end of the content in Firefox if
21
content in Firefox if clicking below the content */
32
   clicking below the content. */
22
html
33
html
23
{
34
{
24
	min-height:100%;
35
	min-height: 100%;
Line 25... Line -...
25
}
-
 
26
 
36
}
27
 
37
 
28
table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th
38
table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th
29
{
39
{
Line 36... Line 46...
36
	padding: 2px;
46
	padding: 2px;
37
}
47
}
Line 38... Line 48...
38
 
48
 
39
.FCK__Flash
49
.FCK__Flash
40
{
50
{
41
	border: darkgray 1px solid;
51
	border: #a9a9a9 1px solid;
42
	background-position: center center;
52
	background-position: center center;
43
	background-image: url(images/fck_flashlogo.gif);
53
	background-image: url(images/fck_flashlogo.gif);
44
	background-repeat: no-repeat;
54
	background-repeat: no-repeat;
45
	width: 80px;
55
	width: 80px;
46
	height: 80px;
56
	height: 80px;
Line -... Line 57...
-
 
57
}
-
 
58
 
-
 
59
.FCK__UnknownObject
-
 
60
{
-
 
61
	border: #a9a9a9 1px solid;
-
 
62
	background-position: center center;
-
 
63
	background-image: url(images/fck_plugin.gif);
-
 
64
	background-repeat: no-repeat;
-
 
65
	width: 80px;
-
 
66
	height: 80px;
-
 
67
}
47
}
68
 
48
 
69
/* Empty anchors images */
-
 
70
.FCK__Anchor
49
.FCK__Anchor
71
{
50
{
72
	border: 1px dotted #00F;
51
	background-position: center center;
73
	background-position: center center;
52
	background-image: url(images/fck_anchor.gif);
74
	background-image: url(images/fck_anchor.gif);
53
	background-repeat: no-repeat;
75
	background-repeat: no-repeat;
-
 
76
	width: 16px;
-
 
77
	height: 15px;
-
 
78
	vertical-align: middle;
-
 
79
}
-
 
80
 
-
 
81
/* Anchors with content */
-
 
82
.FCK__AnchorC
-
 
83
{
-
 
84
	border: 1px dotted #00F;
-
 
85
	background-position: 1px center;
-
 
86
	background-image: url(images/fck_anchor.gif);
-
 
87
	background-repeat: no-repeat;
-
 
88
	padding-left: 18px;
-
 
89
}
-
 
90
 
-
 
91
/* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */
-
 
92
a[name]
-
 
93
{
-
 
94
	border: 1px dotted #00F;
-
 
95
	background-position: 0 center;
-
 
96
	background-image: url(images/fck_anchor.gif);
54
	width: 16px;
97
	background-repeat: no-repeat;
Line 55... Line 98...
55
	height: 15px;
98
	padding-left: 18px;
56
}
99
}
57
 
100
 
Line 69... Line 112...
69
	border-right: 0px;
112
	border-right: 0px;
70
	border-left: 0px;
113
	border-left: 0px;
71
	height: 5px;
114
	height: 5px;
72
}
115
}
Line -... Line 116...
-
 
116
 
73
 
117
/* Hidden fields */
-
 
118
.FCK__InputHidden
-
 
119
{
-
 
120
	width: 19px;
-
 
121
	height: 18px;
-
 
122
	background-image: url(images/fck_hiddenfield.gif);
-
 
123
	background-repeat: no-repeat;
-
 
124
	vertical-align: text-bottom;
-
 
125
	background-position: center center;
-
 
126
}
-
 
127
 
-
 
128
.FCK__ShowBlocks p,
-
 
129
.FCK__ShowBlocks div,
-
 
130
.FCK__ShowBlocks pre,
-
 
131
.FCK__ShowBlocks address,
-
 
132
.FCK__ShowBlocks blockquote,
-
 
133
.FCK__ShowBlocks h1,
-
 
134
.FCK__ShowBlocks h2,
-
 
135
.FCK__ShowBlocks h3,
-
 
136
.FCK__ShowBlocks h4,
-
 
137
.FCK__ShowBlocks h5,
74
input[type="hidden"]
138
.FCK__ShowBlocks h6
75
{
-
 
76
	display: inline;
-
 
77
	width:20px;
-
 
78
	height:20px;
-
 
79
	border:1px dotted #FF0000 ;
-
 
80
	background-image: url(behaviors/hiddenfield.gif);
139
{
-
 
140
	background-repeat: no-repeat;
-
 
141
	border: 1px dotted gray;
-
 
142
	padding-top: 8px;
-
 
143
	padding-left: 8px;
-
 
144
}
-
 
145
 
-
 
146
.FCK__ShowBlocks p
-
 
147
{
-
 
148
	background-image: url(images/block_p.png);
-
 
149
}
-
 
150
 
-
 
151
.FCK__ShowBlocks div
-
 
152
{
-
 
153
	background-image: url(images/block_div.png);
-
 
154
}
-
 
155
 
-
 
156
.FCK__ShowBlocks pre
-
 
157
{
-
 
158
	background-image: url(images/block_pre.png);
-
 
159
}
-
 
160
 
-
 
161
.FCK__ShowBlocks address
-
 
162
{
-
 
163
	background-image: url(images/block_address.png);
-
 
164
}
-
 
165
 
-
 
166
.FCK__ShowBlocks blockquote
-
 
167
{
-
 
168
	background-image: url(images/block_blockquote.png);
-
 
169
}
-
 
170
 
-
 
171
.FCK__ShowBlocks h1
-
 
172
{
-
 
173
	background-image: url(images/block_h1.png);
-
 
174
}
-
 
175
 
-
 
176
.FCK__ShowBlocks h2
-
 
177
{
-
 
178
	background-image: url(images/block_h2.png);
-
 
179
}
-
 
180
 
-
 
181
.FCK__ShowBlocks h3
-
 
182
{
-
 
183
	background-image: url(images/block_h3.png);
-
 
184
}
-
 
185
 
-
 
186
.FCK__ShowBlocks h4
-
 
187
{
-
 
188
	background-image: url(images/block_h4.png);
-
 
189
}
-
 
190
 
-
 
191
.FCK__ShowBlocks h5
-
 
192
{
81
	background-repeat: no-repeat;
193
	background-image: url(images/block_h5.png);
Line 82... Line 194...
82
}
194
}
83
 
195
 
84
input[type="hidden"]:after
196
.FCK__ShowBlocks h6
85
{
-
 
86
	padding-left: 20px;
197
{