Author: pyaschenko
Date: 2009-04-23 09:41:49 -0400 (Thu, 23 Apr 2009)
New Revision: 13795
Modified:
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/default/content.xcss
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/o2k7/content.xcss
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/content.xcss
Log:
https://jira.jboss.org/jira/browse/RF-6613
Modified:
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/default/content.xcss
===================================================================
---
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/default/content.xcss 2009-04-23
12:54:58 UTC (rev 13794)
+++
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/default/content.xcss 2009-04-23
13:41:49 UTC (rev 13795)
@@ -60,4 +60,32 @@
}
]]>
</f:verbatim>
+
+/* RF: custom styles */
+
+<f:verbatim><![CDATA[
+.bold-larger {
+ font-weight: bold;
+ font-size: larger;
+}
+.bold-smaller {
+ font-weight: bold;
+ font-size: smaller;
+}
+.red-bold {
+ font-weight: bold;
+ color: red;
+}
+.red-bold-larger {
+ font-weight: bold;
+ font-size: larger;
+ color: red;
+}
+.red-bold-smaller {
+ font-weight: bold;
+ font-size: smaller;
+ color: red;
+}
+]]>
+</f:verbatim>
</f:template>
Modified:
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/o2k7/content.xcss
===================================================================
---
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/o2k7/content.xcss 2009-04-23
12:54:58 UTC (rev 13794)
+++
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/o2k7/content.xcss 2009-04-23
13:41:49 UTC (rev 13795)
@@ -59,4 +59,32 @@
}
]]>
</f:verbatim>
+
+/* RF: custom styles */
+
+<f:verbatim><![CDATA[
+.bold-larger {
+ font-weight: bold;
+ font-size: larger;
+}
+.bold-smaller {
+ font-weight: bold;
+ font-size: smaller;
+}
+.red-bold {
+ font-weight: bold;
+ color: red;
+}
+.red-bold-larger {
+ font-weight: bold;
+ font-size: larger;
+ color: red;
+}
+.red-bold-smaller {
+ font-weight: bold;
+ font-size: smaller;
+ color: red;
+}
+]]>
+</f:verbatim>
</f:template>
Modified:
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/content.xcss
===================================================================
---
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/content.xcss 2009-04-23
12:54:58 UTC (rev 13794)
+++
trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/themes/advanced/skins/richfaces/content.xcss 2009-04-23
13:41:49 UTC (rev 13795)
@@ -104,4 +104,32 @@
<u:style name="scrollbar-track-color" value="#F5F5F5"/>
</u:selector>
+/* RF: custom styles */
+
+<f:verbatim><![CDATA[
+.bold-larger {
+ font-weight: bold;
+ font-size: larger;
+}
+.bold-smaller {
+ font-weight: bold;
+ font-size: smaller;
+}
+.red-bold {
+ font-weight: bold;
+ color: red;
+}
+.red-bold-larger {
+ font-weight: bold;
+ font-size: larger;
+ color: red;
+}
+.red-bold-smaller {
+ font-weight: bold;
+ font-size: smaller;
+ color: red;
+}
+]]>
+</f:verbatim>
+
</f:template>
\ No newline at end of file