FCKeditor 2.6.6
[freeside.git] / httemplate / elements / fckeditor / fckstyles.xml
1 <?xml version="1.0" encoding="utf-8" ?>\r
2 <!--\r
3  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
4  * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
5  *\r
6  * == BEGIN LICENSE ==\r
7  *\r
8  * Licensed under the terms of any of the following licenses at your\r
9  * choice:\r
10  *\r
11  *  - GNU General Public License Version 2 or later (the "GPL")\r
12  *    http://www.gnu.org/licenses/gpl.html\r
13  *\r
14  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
15  *    http://www.gnu.org/licenses/lgpl.html\r
16  *\r
17  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
18  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
19  *\r
20  * == END LICENSE ==\r
21  *\r
22  * This is the sample style definitions file. It makes the styles combo\r
23  * completely customizable.\r
24  *\r
25  * See FCKConfig.StylesXmlPath in the configuration file.\r
26 -->\r
27 <Styles>\r
28 \r
29         <!-- Block Styles -->\r
30 \r
31         <!--\r
32         # These styles are already available in the "Format" combo, so they are not\r
33         # needed here by default.\r
34 \r
35         <Style name="Heading 1" element="h1" />\r
36         <Style name="Heading 2" element="h2" />\r
37         <Style name="Heading 3" element="h3" />\r
38         <Style name="Heading 4" element="h4" />\r
39         <Style name="Heading 5" element="h5" />\r
40         <Style name="Heading 6" element="h6" />\r
41         <Style name="Paragraph" element="p" />\r
42         <Style name="Document Block" element="div" />\r
43         <Style name="Preformatted Text" element="pre" />\r
44         <Style name="Address" element="address" />\r
45         -->\r
46 \r
47         <!-- Inline Styles -->\r
48 \r
49         <!--\r
50         # These are core styles available as toolbar buttons.\r
51 \r
52         <Style name="Bold" element="b">\r
53                 <Override element="strong" />\r
54         </Style>\r
55         <Style name="Italic" element="i">\r
56                 <Override element="em" />\r
57         </Style>\r
58         <Style name="Underline" element="u" />\r
59         <Style name="Strikethrough" element="strike" />\r
60         <Style name="Subscript" element="sub" />\r
61         <Style name="Superscript" element="sup" />\r
62         -->\r
63 \r
64         <Style name="Marker: Yellow" element="span">\r
65                 <Style name="background-color" value="Yellow" />\r
66         </Style>\r
67         <Style name="Marker: Green" element="span">\r
68                 <Style name="background-color" value="Lime" />\r
69         </Style>\r
70 \r
71         <Style name="Big" element="big" />\r
72         <Style name="Small" element="small" />\r
73         <Style name="Typewriter" element="tt" />\r
74 \r
75         <Style name="Computer Code" element="code" />\r
76         <Style name="Keyboard Phrase" element="kbd" />\r
77         <Style name="Sample Text" element="samp" />\r
78         <Style name="Variable" element="var" />\r
79 \r
80         <Style name="Deleted Text" element="del" />\r
81         <Style name="Inserted Text" element="ins" />\r
82 \r
83         <Style name="Cited Work" element="cite" />\r
84         <Style name="Inline Quotation" element="q" />\r
85 \r
86         <Style name="Language: RTL" element="span">\r
87                 <Attribute name="dir" value="rtl" />\r
88         </Style>\r
89         <Style name="Language: LTR" element="span">\r
90                 <Attribute name="dir" value="ltr" />\r
91         </Style>\r
92         <Style name="Language: RTL Strong" element="bdo">\r
93                 <Attribute name="dir" value="rtl" />\r
94         </Style>\r
95         <Style name="Language: LTR Strong" element="bdo">\r
96                 <Attribute name="dir" value="ltr" />\r
97         </Style>\r
98 \r
99         <!-- Object Styles -->\r
100 \r
101         <Style name="Image on Left" element="img">\r
102                 <Attribute name="style" value="padding: 5px; margin-right: 5px" />\r
103                 <Attribute name="border" value="2" />\r
104                 <Attribute name="align" value="left" />\r
105         </Style>\r
106         <Style name="Image on Right" element="img">\r
107                 <Attribute name="style" value="padding: 5px; margin-left: 5px" />\r
108                 <Attribute name="border" value="2" />\r
109                 <Attribute name="align" value="right" />\r
110         </Style>\r
111 </Styles>\r