[2] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <!--
|
---|
| 3 | * FCKeditor - The text editor for internet
|
---|
| 4 | * Copyright (C) 2003-2006 Frederico Caldeira Knabben
|
---|
| 5 | *
|
---|
| 6 | * Licensed under the terms of the GNU Lesser General Public License:
|
---|
| 7 | * http://www.opensource.org/licenses/lgpl-license.php
|
---|
| 8 | *
|
---|
| 9 | * For further information visit:
|
---|
| 10 | * http://www.fckeditor.net/
|
---|
| 11 | *
|
---|
| 12 | * "Support Open Source software. What about a donation today?"
|
---|
| 13 | *
|
---|
| 14 | * File Name: fckstyles.xml
|
---|
| 15 | * This is the sample style definitions file. It makes the styles combo
|
---|
| 16 | * completely customizable.
|
---|
| 17 | * See FCKConfig.StylesXmlPath in the configuration file.
|
---|
| 18 | *
|
---|
| 19 | * File Authors:
|
---|
| 20 | * Frederico Caldeira Knabben (fredck@fckeditor.net)
|
---|
| 21 | -->
|
---|
| 22 | <Styles>
|
---|
| 23 | <Style name="Image on Left" element="img">
|
---|
| 24 | <Attribute name="style" value="padding: 5px; margin-right: 5px" />
|
---|
| 25 | <Attribute name="border" value="2" />
|
---|
| 26 | <Attribute name="align" value="left" />
|
---|
| 27 | </Style>
|
---|
| 28 | <Style name="Image on Right" element="img">
|
---|
| 29 | <Attribute name="style" value="padding: 5px; margin-left: 5px" />
|
---|
| 30 | <Attribute name="border" value="2" />
|
---|
| 31 | <Attribute name="align" value="right" />
|
---|
| 32 | </Style>
|
---|
| 33 | <Style name="Custom Bold" element="span">
|
---|
| 34 | <Attribute name="style" value="font-weight: bold;" />
|
---|
| 35 | </Style>
|
---|
| 36 | <Style name="Custom Italic" element="em" />
|
---|
| 37 | <Style name="Title" element="span">
|
---|
| 38 | <Attribute name="class" value="Title" />
|
---|
| 39 | </Style>
|
---|
| 40 | <Style name="Code" element="span">
|
---|
| 41 | <Attribute name="class" value="Code" />
|
---|
| 42 | </Style>
|
---|
| 43 | <Style name="Title H3" element="h3" />
|
---|
| 44 | <Style name="Custom Ruler" element="hr">
|
---|
| 45 | <Attribute name="size" value="1" />
|
---|
| 46 | <Attribute name="color" value="#ff0000" />
|
---|
| 47 | </Style>
|
---|
| 48 | </Styles>
|
---|