Questions tagged [rtlcss]

RTLCSS is a framework for converting LTR CSS to RTL.

RTLCSS is a framework for converting LTR CSS to RTL. The framework supports a wide-range of CSS properties and processing directives. Its is highly extensible as you can inject your own processing directives.

  • Supported CSS Properties (a-z)

    background background-image background-position background-position-x border-bottom-left-radius border-bottom-right-radius border-color border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-style border-top-left-radius border-top-right-radius border-width box-shadow clear cursor direction float left margin margin-left margin-right padding padding-left padding-right right text-align text-shadow transform transform-origin transition transition-property

  • Supported Processing Directives

    When RTLing a CSS document, there are cases where its impossible to know if the property value should be mirrored or not! If the rule selector need to be changed! Or a none directional property have to be updated. In such cases, RTLCSS provides processing directives in the form of CSS comments

    • Rule Level: ignore, rename.
    • Declaration Level: ignore, replace, append, prepend, insert.

Fore more details view the library documentation on github.

Resources:

21 questions
0
votes
0 answers

How to convert jquery pic zoomer for RTL users

I would like to get jquery plugin for the following code for RTL users. Can someone help me convert this jquery code in RTL. https://www.jqueryscript.net/demo/jQuery-Plugin-For-Image-Zoom-On-Hover-picZoomer here is the jquery code. i just need help…
0
votes
1 answer

odoo 14 - on windows : RTL rtlcss directions > solution here

1 - Install node js from official website : www.nodejs.org 2 - open cmd and run : npm install -g rtlcss 3 - go to : C:\Users("User Here")\AppData\Roaming\npm | copy all files and dirs there example : ("node_modules , rtlcss , rtlcss.cmd,…
0
votes
0 answers

how to update existing databse to RTL?

there was a broblem with me to make odoo RTL in arabic langauge i solve it by instaling npm rtlcss , it working while creating a new database ,but the exixting on still LTR , how can update thr UI to make it appear RTL
Mohamed Fouad
  • 476
  • 9
  • 27
0
votes
1 answer

The unicode-bidi property doesn't work on HTML Input Placeholder

Unicode Bidirectional override fails for Input Placeholders. Unicode Bidirectional fails for Input placeholder , below is the MARKUP with html and CSS(having rtl implementation and unicode bidirectional overide) and output for the same.
0
votes
1 answer

Right to Left in Arabic language in odoo12 in Windows OS is not working

I have followed the steps in odoo 12 documentation to implement rtl in odoo 12 But it is not working in Windows but it is well worked in linux OS Help me with it!
0
votes
0 answers

Ignore vendor directories in Ember rtl css

We have an Ember application, where we are converting both the Vendor CSS and custom CSS into RTL CSS. We would like certain parts of vendor CSS to not be converted to RTL format. Can we exclude certain files from being converted
Nive29
  • 1
  • 1
1
2