Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
<?xml version="1.0" encoding="utf-8" ?>
2
<!--
3
 * FCKeditor - The text editor for internet
4
 * Copyright (C) 2003-2005 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
 * File Name: fckstyles.xml
13
 * 	This is the sample style definitions file. It makes the styles combo
14
 * 	completely customizable.
15
 * 	See FCKConfig.StylesXmlPath in the configuration file.
16
 *
17
 * File Authors:
18
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
19
-->
20
<Styles>
21
	<Style name="Image on Left" element="img">
22
		<Attribute name="style" value="padding: 5px; margin-right: 5px" />
23
		<Attribute name="border" value="2" />
24
		<Attribute name="align" value="left" />
25
	</Style>
26
	<Style name="Image on Right" element="img">
27
		<Attribute name="style" value="padding: 5px; margin-left: 5px" />
28
		<Attribute name="border" value="2" />
29
		<Attribute name="align" value="right" />
30
	</Style>
31
	<Style name="Custom Bold" element="span">
32
		<Attribute name="style" value="font-weight: bold;" />
33
	</Style>
34
	<Style name="Custom Italic" element="em" />
35
	<Style name="Title" element="span">
36
		<Attribute name="class" value="Title" />
37
	</Style>
38
	<Style name="Code" element="span">
39
		<Attribute name="class" value="Code" />
40
	</Style>
41
	<Style name="Title H3" element="h3" />
42
	<Style name="Custom Ruler" element="hr">
43
		<Attribute name="size" value="1" />
44
		<Attribute name="color" value="#ff0000" />
45
	</Style>
46
</Styles>