This commit was manufactured by cvs2svn to create tag 'freeside_1_9_2'.
[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-2007 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 /* Fix to allow putting the caret at the end of the\r
25 content in Firefox if clicking below the content */\r
26 html\r
27 {\r
28         min-height: 100%;\r
29 }\r
30 \r
31 \r
32 table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th\r
33 {\r
34         border: #d3d3d3 1px solid;\r
35 }\r
36 \r
37 form\r
38 {\r
39         border: 1px dotted #FF0000;\r
40         padding: 2px;\r
41 }\r
42 \r
43 .FCK__Flash\r
44 {\r
45         border: #a9a9a9 1px solid;\r
46         background-position: center center;\r
47         background-image: url(images/fck_flashlogo.gif);\r
48         background-repeat: no-repeat;\r
49         width: 80px;\r
50         height: 80px;\r
51 }\r
52 \r
53 /* Empty anchors images */\r
54 .FCK__Anchor\r
55 {\r
56         border: 1px dotted #00F;\r
57         background-position: center center;\r
58         background-image: url(images/fck_anchor.gif);\r
59         background-repeat: no-repeat;\r
60         width: 16px;\r
61         height: 15px;\r
62         vertical-align: middle;\r
63 }\r
64 \r
65 /* Anchors with content */\r
66 .FCK__AnchorC\r
67 {\r
68         border: 1px dotted #00F;\r
69         background-position: 1px center;\r
70         background-image: url(images/fck_anchor.gif);\r
71         background-repeat: no-repeat;\r
72         padding-left: 18px;\r
73 }\r
74 \r
75 /* Any anchor for non-IE, if we combine it\r
76    with the previous rule IE ignores all. */\r
77 a[name]\r
78 {\r
79         border: 1px dotted #00F;\r
80         background-position: 0 center;\r
81         background-image: url(images/fck_anchor.gif);\r
82         background-repeat: no-repeat;\r
83         padding-left: 18px;\r
84 }\r
85 \r
86 .FCK__PageBreak\r
87 {\r
88         background-position: center center;\r
89         background-image: url(images/fck_pagebreak.gif);\r
90         background-repeat: no-repeat;\r
91         clear: both;\r
92         display: block;\r
93         float: none;\r
94         width: 100%;\r
95         border-top: #999999 1px dotted;\r
96         border-bottom: #999999 1px dotted;\r
97         border-right: 0px;\r
98         border-left: 0px;\r
99         height: 5px;\r
100 }\r
101 \r
102 /* Hidden fields */\r
103 .FCK__InputHidden\r
104 {\r
105         width: 19px;\r
106         height: 18px;\r
107         background-image: url(images/fck_hiddenfield.gif);\r
108         background-repeat: no-repeat;\r
109         vertical-align: text-bottom;\r
110         background-position: center center;\r
111 }\r