diff options
Diffstat (limited to 'themes/mantra/resources/css/editor-style-rtl.css')
-rw-r--r-- | themes/mantra/resources/css/editor-style-rtl.css | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/themes/mantra/resources/css/editor-style-rtl.css b/themes/mantra/resources/css/editor-style-rtl.css new file mode 100644 index 00000000..e44679af --- /dev/null +++ b/themes/mantra/resources/css/editor-style-rtl.css @@ -0,0 +1,56 @@ +/* +Theme Name: Mantra +*/ +/* +Used to style the TinyMCE editor. +*/ +html .mceContentBody{ + direction:rtl; + unicode-bidi:embed; + float:right; +} +* { + font-family: Arial, Tahoma, sans-serif; +} +/* Text elements */ +ul { + margin: 0 -18px 18px 0; +} +ol { + margin: 0 -18px 18px 0; +} +dd { + margin-right: 0; +} +blockquote { + font-style: normal; +} +table { + text-align: right; + margin: 0 0 24px -1px; +} +html .mceContentBody{ + direction:rtl; + unicode-bidi:embed; + float:right; +} +* { + font-family: Arial, Tahoma, sans-serif; +} +/* Text elements */ +ul { + margin: 0 -18px 18px 0; +} +ol { + margin: 0 -18px 18px 0; +} +dd { + margin-right: 0; +} +blockquote { + font-style: normal; +} +table { + text-align: right; + margin: 0 0 24px -1px; +}
\ No newline at end of file |