event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / fckstyles.xml
diff --git a/httemplate/elements/fckeditor/fckstyles.xml b/httemplate/elements/fckeditor/fckstyles.xml
new file mode 100644 (file)
index 0000000..bfd80e7
--- /dev/null
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8" ?>\r
+<!--\r
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
+ *\r
+ * == BEGIN LICENSE ==\r
+ *\r
+ * Licensed under the terms of any of the following licenses at your\r
+ * choice:\r
+ *\r
+ *  - GNU General Public License Version 2 or later (the "GPL")\r
+ *    http://www.gnu.org/licenses/gpl.html\r
+ *\r
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
+ *    http://www.gnu.org/licenses/lgpl.html\r
+ *\r
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
+ *    http://www.mozilla.org/MPL/MPL-1.1.html\r
+ *\r
+ * == END LICENSE ==\r
+ *\r
+ * This is the sample style definitions file. It makes the styles combo\r
+ * completely customizable.\r
+ *\r
+ * See FCKConfig.StylesXmlPath in the configuration file.\r
+-->\r
+<Styles>\r
+       <Style name="Image on Left" element="img">\r
+               <Attribute name="style" value="padding: 5px; margin-right: 5px" />\r
+               <Attribute name="border" value="2" />\r
+               <Attribute name="align" value="left" />\r
+       </Style>\r
+       <Style name="Image on Right" element="img">\r
+               <Attribute name="style" value="padding: 5px; margin-left: 5px" />\r
+               <Attribute name="border" value="2" />\r
+               <Attribute name="align" value="right" />\r
+       </Style>\r
+       <Style name="Custom Bold" element="span">\r
+               <Attribute name="style" value="font-weight: bold;" />\r
+       </Style>\r
+       <Style name="Custom Italic" element="em" />\r
+       <Style name="Title" element="span">\r
+               <Attribute name="class" value="Title" />\r
+       </Style>\r
+       <Style name="Code" element="span">\r
+               <Attribute name="class" value="Code" />\r
+       </Style>\r
+       <Style name="Title H3" element="h3" />\r
+       <Style name="Custom Ruler" element="hr">\r
+               <Attribute name="size" value="1" />\r
+               <Attribute name="color" value="#ff0000" />\r
+       </Style>\r
+</Styles>
\ No newline at end of file