From d471004da0ad8f85fd2c03fe0a01f8b2ccaa416f Mon Sep 17 00:00:00 2001 From: Seyed mohammad ali Hosseinifard Date: Sat, 21 Aug 2021 18:17:39 +0430 Subject: [Persian] Adjust animation underlines and padding direction in CSS. --- persian/debian-fa.css | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/persian/debian-fa.css b/persian/debian-fa.css index 7e7a7ae6346..db537fb19e4 100644 --- a/persian/debian-fa.css +++ b/persian/debian-fa.css @@ -81,8 +81,38 @@ html[lang=fa] #navbar ul, html[lang=fa] h1, h2, h3, h4, h5, h6 { font-family: Tahoma, 'DejaVu Sans', sans-serif; } -/* Adjust padding direction for .project-news-content on the start page. */ +/* Change the direction of "Animating Underlines" from LTR to RTL */ + +html[lang=fa] .styled-href-blue a::after, +html[lang=fa] .project-news-content a::after { + right: 0; +} + + +/* Adjust padding direction of "Project News" section on the home page. */ + +html[lang=fa] .project-news { + margin-left: 0%; + margin-right: 15%; +} + + html[lang=fa] .project-news-content { padding-left: 0px; padding-right: 110px; } + +html[lang=fa] a:link.rss_logo { + + float: left; + margin-left: 0em; + margin-right: 0.25em; +} + + +html[lang=fa] .end-of-list-arrow { + -moz-transform: rotate(180deg); + left: 0em; + right: 3.5em; +} + -- cgit v1.2.3