OSDN Git Service

FIX: NP_AttachをNucleus 3.65/PHP5.4/MySQL5.5で動作するよう修正
[nucleus-jp/nucleus-plugins.git] / trunk / NP_MitasNom / mitasnom / 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  * Modified for Nucleus plugin by Katsumi\r
27  * The license turned to GPL.\r
28 -->\r
29 <Styles>\r
30  \r
31         <!-- Block Styles -->\r
32 \r
33         <!--\r
34         # These styles are already available in the "Format" combo, so they are not\r
35         # needed here by default.\r
36 \r
37         <Style name="Heading 1" element="h1" />\r
38         <Style name="Heading 2" element="h2" />\r
39         <Style name="Heading 3" element="h3" />\r
40         <Style name="Heading 4" element="h4" />\r
41         <Style name="Heading 5" element="h5" />\r
42         <Style name="Heading 6" element="h6" />\r
43         <Style name="Paragraph" element="p" />\r
44         <Style name="Document Block" element="div" />\r
45         <Style name="Preformatted Text" element="pre" />\r
46         <Style name="Address" element="address" />\r
47         -->\r
48 \r
49         <!-- Inline Styles -->\r
50 \r
51         <!--\r
52         # These are core styles available as toolbar buttons.\r
53 \r
54         <Style name="Bold" element="b">\r
55                 <Override element="strong" />\r
56         </Style>\r
57         <Style name="Italic" element="i">\r
58                 <Override element="em" />\r
59         </Style>\r
60         <Style name="Underline" element="u" />\r
61         <Style name="Strikethrough" element="strike" />\r
62         <Style name="Subscript" element="sub" />\r
63         <Style name="Superscript" element="sup" />\r
64         -->\r
65 \r
66         <Style name="Marker: Yellow" element="span">\r
67                 <Style name="background-color" value="Yellow" />\r
68         </Style>\r
69         <Style name="Marker: Green" element="span">\r
70                 <Style name="background-color" value="Lime" />\r
71         </Style>\r
72 \r
73         <Style name="Strong Emphasis" element="strong" />\r
74         <Style name="Emphasis" element="em" />\r
75 \r
76         <Style name="Big" element="big" />\r
77         <Style name="Small" element="small" />\r
78         <Style name="Typewriter" element="tt" />\r
79 \r
80         <Style name="Computer Code" element="code" />\r
81         <Style name="Keyboard Phrase" element="kbd" />\r
82         <Style name="Sample Text" element="samp" />\r
83         <Style name="Variable" element="var" />\r
84 \r
85         <Style name="Deleted Text" element="del" />\r
86         <Style name="Inserted Text" element="ins" />\r
87 \r
88         <Style name="Cited Work" element="cite" />\r
89         <Style name="Inline Quotation" element="q" />\r
90 \r
91         <Style name="Language: RTL" element="span">\r
92                 <Attribute name="dir" value="rtl" />\r
93         </Style>\r
94         <Style name="Language: LTR" element="span">\r
95                 <Attribute name="dir" value="ltr" />\r
96         </Style>\r
97         <Style name="Language: RTL Strong" element="bdo">\r
98                 <Attribute name="dir" value="rtl" />\r
99         </Style>\r
100         <Style name="Language: LTR Strong" element="bdo">\r
101                 <Attribute name="dir" value="ltr" />\r
102         </Style>\r
103 \r
104         <!-- Object Styles -->\r
105 \r
106         <Style name="Image on Left" element="img">\r
107                 <Attribute name="class" value="leftbox" />\r
108         </Style>\r
109         <Style name="Image on Right" element="img">\r
110                 <Attribute name="class" value="rightbox" />\r
111         </Style>\r
112 </Styles>