OSDN Git Service

Ver 0.5.9.2
[nucleus-jp/nucleus-plugins.git] / trunk / NP_MitasNom / mitasnom / fckstyles.xml
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  * "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  * Modified for Nucleus plugin by Katsumi
23  * The license turned to GPL.
24 -->
25 <Styles>
26         <Style name="Image on Left" element="img">
27                 <Attribute name="class" value="leftbox" />
28         </Style>
29         <Style name="Image on Right" element="img">
30                 <Attribute name="class" value="rightbox" />
31         </Style>
32         <Style name="Custom Bold" element="span">
33                 <Attribute name="style" value="font-weight: bold;" />
34         </Style>
35         <Style name="Custom Italic" element="em" />
36         <Style name="Title" element="span">
37                 <Attribute name="class" value="Title" />
38         </Style>
39         <Style name="Code" element="span">
40                 <Attribute name="class" value="Code" />
41         </Style>
42         <Style name="Title H3" element="h3" />
43         <Style name="Custom Ruler" element="hr">
44                 <Attribute name="size" value="1" />
45                 <Attribute name="color" value="#ff0000" />
46         </Style>
47 </Styles>