Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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