温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:科信客户关系管理系统源码
当前文件路径:KeXinCrm/fckeditor/fckstyles.xml

1<?xml version="1.0" encoding="utf-8" ?> 2
<!-- 3
* FCKeditor - The text editor for Internet - http://www.fckeditor.net 4
* Copyright (C) 2003-2007 Frederico Caldeira Knabben 5
* 6
* == BEGIN LICENSE == 7
* 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") 12
* http://www.gnu.org/licenses/gpl.html 13
* 14
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 15
* http://www.gnu.org/licenses/lgpl.html 16
* 17
* - Mozilla Public License Version 1.1 or later (the "MPL") 18
* http://www.mozilla.org/MPL/MPL-1.1.html 19
* 20
* == END LICENSE == 21
* 22
* File Name: fckstyles.xml 23
* This is the sample style definitions file. It makes the styles combo 24
* completely customizable. 25
* See FCKConfig.StylesXmlPath in the configuration file. 26
* 27
* File Authors: 28
* Frederico Caldeira Knabben (www.fckeditor.net) 29
--> 30
<Styles> 31
<Style name="Image on Left" element="img"> 32
<Attribute name="style" value="padding: 5px; margin-right: 5px" /> 33
<Attribute name="border" value="2" /> 34
<Attribute name="align" value="left" /> 35
</Style> 36
<Style name="Image on Right" element="img"> 37
<Attribute name="style" value="padding: 5px; margin-left: 5px" /> 38
<Attribute name="border" value="2" /> 39
<Attribute name="align" value="right" /> 40
</Style> 41
<Style name="Custom Bold" element="span"> 42
<Attribute name="style" value="font-weight: bold;" /> 43
</Style> 44
<Style name="Custom Italic" element="em" /> 45
<Style name="Title" element="span"> 46
<Attribute name="class" value="Title" /> 47
</Style> 48
<Style name="Code" element="span"> 49
<Attribute name="class" value="Code" /> 50
</Style> 51
<Style name="Title H3" element="h3" /> 52
<Style name="Custom Ruler" element="hr"> 53
<Attribute name="size" value="1" /> 54
<Attribute name="color" value="#ff0000" /> 55
</Style> 56
</Styles>


