import torrus 1.0.9
[freeside.git] / httemplate / elements / fckeditor / editor / css / fck_internal.css
1 /*\r
2  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
3  * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
4  *\r
5  * == BEGIN LICENSE ==\r
6  *\r
7  * Licensed under the terms of any of the following licenses at your\r
8  * choice:\r
9  *\r
10  *  - GNU General Public License Version 2 or later (the "GPL")\r
11  *    http://www.gnu.org/licenses/gpl.html\r
12  *\r
13  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
14  *    http://www.gnu.org/licenses/lgpl.html\r
15  *\r
16  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
17  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
18  *\r
19  * == END LICENSE ==\r
20  *\r
21  * This CSS Style Sheet defines rules used by the editor for its internal use.\r
22  */\r
23 \r
24 /* #########\r
25  *  WARNING\r
26  * #########\r
27  * When changing this file, the minified version of it must be updated in the\r
28  * fckeditor.html file (see FCK_InternalCSS).\r
29  */\r
30 \r
31 /* Fix to allow putting the caret at the end of the content in Firefox if\r
32    clicking below the content. */\r
33 html\r
34 {\r
35         min-height: 100%;\r
36 }\r
37 \r
38 table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th\r
39 {\r
40         border: #d3d3d3 1px solid;\r
41 }\r
42 \r
43 form\r
44 {\r
45         border: 1px dotted #FF0000;\r
46         padding: 2px;\r
47 }\r
48 \r
49 .FCK__Flash\r
50 {\r
51         border: #a9a9a9 1px solid;\r
52         background-position: center center;\r
53         background-image: url(images/fck_flashlogo.gif);\r
54         background-repeat: no-repeat;\r
55         width: 80px;\r
56         height: 80px;\r
57 }\r
58 \r
59 .FCK__UnknownObject\r
60 {\r
61         border: #a9a9a9 1px solid;\r
62         background-position: center center;\r
63         background-image: url(images/fck_plugin.gif);\r
64         background-repeat: no-repeat;\r
65         width: 80px;\r
66         height: 80px;\r
67 }\r
68 \r
69 /* Empty anchors images */\r
70 .FCK__Anchor\r
71 {\r
72         border: 1px dotted #00F;\r
73         background-position: center center;\r
74         background-image: url(images/fck_anchor.gif);\r
75         background-repeat: no-repeat;\r
76         width: 16px;\r
77         height: 15px;\r
78         vertical-align: middle;\r
79 }\r
80 \r
81 /* Anchors with content */\r
82 .FCK__AnchorC\r
83 {\r
84         border: 1px dotted #00F;\r
85         background-position: 1px center;\r
86         background-image: url(images/fck_anchor.gif);\r
87         background-repeat: no-repeat;\r
88         padding-left: 18px;\r
89 }\r
90 \r
91 /* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */\r
92 a[name]\r
93 {\r
94         border: 1px dotted #00F;\r
95         background-position: 0 center;\r
96         background-image: url(images/fck_anchor.gif);\r
97         background-repeat: no-repeat;\r
98         padding-left: 18px;\r
99 }\r
100 \r
101 .FCK__PageBreak\r
102 {\r
103         background-position: center center;\r
104         background-image: url(images/fck_pagebreak.gif);\r
105         background-repeat: no-repeat;\r
106         clear: both;\r
107         display: block;\r
108         float: none;\r
109         width: 100%;\r
110         border-top: #999999 1px dotted;\r
111         border-bottom: #999999 1px dotted;\r
112         border-right: 0px;\r
113         border-left: 0px;\r
114         height: 5px;\r
115 }\r
116 \r
117 /* Hidden fields */\r
118 .FCK__InputHidden\r
119 {\r
120         width: 19px;\r
121         height: 18px;\r
122         background-image: url(images/fck_hiddenfield.gif);\r
123         background-repeat: no-repeat;\r
124         vertical-align: text-bottom;\r
125         background-position: center center;\r
126 }\r
127 \r
128 .FCK__ShowBlocks p,\r
129 .FCK__ShowBlocks div,\r
130 .FCK__ShowBlocks pre,\r
131 .FCK__ShowBlocks address,\r
132 .FCK__ShowBlocks blockquote,\r
133 .FCK__ShowBlocks h1,\r
134 .FCK__ShowBlocks h2,\r
135 .FCK__ShowBlocks h3,\r
136 .FCK__ShowBlocks h4,\r
137 .FCK__ShowBlocks h5,\r
138 .FCK__ShowBlocks h6\r
139 {\r
140         background-repeat: no-repeat;\r
141         border: 1px dotted gray;\r
142         padding-top: 8px;\r
143         padding-left: 8px;\r
144 }\r
145 \r
146 .FCK__ShowBlocks p\r
147 {\r
148         background-image: url(images/block_p.png);\r
149 }\r
150 \r
151 .FCK__ShowBlocks div\r
152 {\r
153         background-image: url(images/block_div.png);\r
154 }\r
155 \r
156 .FCK__ShowBlocks pre\r
157 {\r
158         background-image: url(images/block_pre.png);\r
159 }\r
160 \r
161 .FCK__ShowBlocks address\r
162 {\r
163         background-image: url(images/block_address.png);\r
164 }\r
165 \r
166 .FCK__ShowBlocks blockquote\r
167 {\r
168         background-image: url(images/block_blockquote.png);\r
169 }\r
170 \r
171 .FCK__ShowBlocks h1\r
172 {\r
173         background-image: url(images/block_h1.png);\r
174 }\r
175 \r
176 .FCK__ShowBlocks h2\r
177 {\r
178         background-image: url(images/block_h2.png);\r
179 }\r
180 \r
181 .FCK__ShowBlocks h3\r
182 {\r
183         background-image: url(images/block_h3.png);\r
184 }\r
185 \r
186 .FCK__ShowBlocks h4\r
187 {\r
188         background-image: url(images/block_h4.png);\r
189 }\r
190 \r
191 .FCK__ShowBlocks h5\r
192 {\r
193         background-image: url(images/block_h5.png);\r
194 }\r
195 \r
196 .FCK__ShowBlocks h6\r
197 {\r
198         background-image: url(images/block_h6.png);\r
199 }\r