This commit was manufactured by cvs2svn to create tag 'freeside_1_9_2'.
[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-2007 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         <Style name="Image on Left" element="img">\r
29                 <Attribute name="style" value="padding: 5px; margin-right: 5px" />\r
30                 <Attribute name="border" value="2" />\r
31                 <Attribute name="align" value="left" />\r
32         </Style>\r
33         <Style name="Image on Right" element="img">\r
34                 <Attribute name="style" value="padding: 5px; margin-left: 5px" />\r
35                 <Attribute name="border" value="2" />\r
36                 <Attribute name="align" value="right" />\r
37         </Style>\r
38         <Style name="Custom Bold" element="span">\r
39                 <Attribute name="style" value="font-weight: bold;" />\r
40         </Style>\r
41         <Style name="Custom Italic" element="em" />\r
42         <Style name="Title" element="span">\r
43                 <Attribute name="class" value="Title" />\r
44         </Style>\r
45         <Style name="Code" element="span">\r
46                 <Attribute name="class" value="Code" />\r
47         </Style>\r
48         <Style name="Title H3" element="h3" />\r
49         <Style name="Custom Ruler" element="hr">\r
50                 <Attribute name="size" value="1" />\r
51                 <Attribute name="color" value="#ff0000" />\r
52         </Style>\r
53 </Styles>