1<?xml version="1.0" encoding="utf-8" ?>
2<!--
3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
5 *
6 * == BEGIN LICENSE ==
7 *
8 * Licensed under the terms of any of the following licenses at your
9 * choice:
10 *
11 *  - GNU General Public License Version 2 or later (the "GPL")
12 *    http://www.gnu.org/licenses/gpl.html
13 *
14 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15 *    http://www.gnu.org/licenses/lgpl.html
16 *
17 *  - Mozilla Public License Version 1.1 or later (the "MPL")
18 *    http://www.mozilla.org/MPL/MPL-1.1.html
19 *
20 * == END LICENSE ==
21 *
22 * This is the sample style definitions file. It makes the styles combo
23 * completely customizable.
24 *
25 * See FCKConfig.StylesXmlPath in the configuration file.
26-->
27<Styles>
28	<Style name="Image on Left" element="img">
29		<Attribute name="style" value="padding: 5px; margin-right: 5px" />
30		<Attribute name="border" value="2" />
31		<Attribute name="align" value="left" />
32	</Style>
33	<Style name="Image on Right" element="img">
34		<Attribute name="style" value="padding: 5px; margin-left: 5px" />
35		<Attribute name="border" value="2" />
36		<Attribute name="align" value="right" />
37	</Style>
38	<Style name="Custom Bold" element="span">
39		<Attribute name="style" value="font-weight: bold;" />
40	</Style>
41	<Style name="Custom Italic" element="em" />
42	<Style name="Title" element="span">
43		<Attribute name="class" value="Title" />
44	</Style>
45	<Style name="Code" element="span">
46		<Attribute name="class" value="Code" />
47	</Style>
48	<Style name="Title H3" element="h3" />
49	<Style name="Custom Ruler" element="hr">
50		<Attribute name="size" value="1" />
51		<Attribute name="color" value="#ff0000" />
52	</Style>
53</Styles>