🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
themes
/
fortunato
/
Editing: rtl.css
/* Theme Name: fortunato Adding support for language written in a Right To Left (RTL) direction is easy - it's just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. http://codex.wordpress.org/Right_to_Left_Language_Support */ body { direction: rtl; unicode-bidi: embed; } .sticky .entry-header .entry-title:before { left: inherit; right: -1em; } .spaceRight { padding-right: 0; padding-left: 5px; } .spaceLeft { padding-right: 5px; padding-left: 0; } blockquote { padding: 1.5em 3.5em 1.5em 1.5em; border-left: 1px solid #cea525; border-right: 3px solid #cea525; } blockquote::before { left: inherit; right: 10px; } .post-navigation .nav-previous { text-align: left; } #comments article footer img { float: right; margin-right: inherit; margin-left: 1em; } #comments .reply { right: inherit; left: 0; } #comments ol ol { padding-left: inherit; padding-right: 5%; } .closeSearch { float: left; } .widget_archive li, .widget_categories li { text-align: left; } .widget_archive li a, .widget_categories li a { float: right; } .comment-reply-title small { float: left; } .main-navigation ul ul { text-align: right; padding-right: 0; } .main-navigation ul ul ul { left: inherit; right: 100%; } .main-navigation li a:not(:last-child):after { margin: 0 10px 0 0; float: left; } .main-navigation ul ul li a:not(:last-child):after { content: "\f104"; margin: 2px 10px 0 0; float: left; } .read-link i::before { content: "\f104"; } .sepHentry:before { margin: 0 -55% 0 3%; } .sepHentry:after { margin: 0 3% 0 -55%; } .main-navigation li a:not(:last-child):after { line-height: inherit; } .woocommerce #reviews #comments ol.commentlist li .comment-text { margin-right: 85px; margin-left: 0; } .woocommerce #reviews .commentlist li .avatar { top: 0; right: 0; left: inherit; } .woocommerce div.product form.cart .variations td.label { float: right; } .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before { left: inherit; right: 1em; } .woocommerce-error li a, .woocommerce-message a { float: left; } .woocommerce-message, .woocommerce-info, .woocommerce-error { padding: 0.5em 2.5em 0.5em 1.5em; } @media screen and (max-width: 768px) { .menu-toggle, .main-navigation a { text-align: right; } .menu-toggle i { float: left; } .main-navigation ul ul, .main-navigation ul ul ul { padding-left: 0; padding-right: 5%; } .main-navigation ul { padding: 0; } } @media (max-width: 579px) { .sticky .entry-title { padding-right: 1em; padding-left: inherit; } .sticky .entry-header .entry-title:before { right: 0; } .entry-meta .spaceLeftRight { margin-right: inherit; margin-left: 5px; } }
Save
Cancel