aboutsummaryrefslogtreecommitdiffstats
path: root/arabic
diff options
context:
space:
mode:
authorMed <2029-med@users.noreply.salsa.debian.org>2022-01-05 08:57:40 +0000
committerMed <2029-med@users.noreply.salsa.debian.org>2022-01-05 08:57:40 +0000
commit0e2322fe703b02273c38e6e96f161662782ec6c3 (patch)
treec03c75df732add07ad5727f9b38004054388f9e6 /arabic
parent8bd2224f819d30f5d2effe7b74e5604d192aa0d2 (diff)
(ar) Adjust animation underlines and padding direction in CSS. (from debian-fa.css d471004d)
Diffstat (limited to 'arabic')
-rw-r--r--arabic/debian-ar.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/arabic/debian-ar.css b/arabic/debian-ar.css
index 2cd6934a8dc..414501c8750 100644
--- a/arabic/debian-ar.css
+++ b/arabic/debian-ar.css
@@ -86,3 +86,34 @@ html[lang=ar] .project-news-content {
padding-left: 0px;
padding-right: 110px;
}
+
+/* Change the direction of "Animating Underlines" from LTR to RTL */
+
+html[lang=ar] .styled-href-blue a::after,
+html[lang=ar] .project-news-content a::after {
+ right: 0;
+}
+
+/* Adjust padding direction of "Project News" section on the home page. */
+
+html[lang=ar] .project-news {
+ margin-left: 0%;
+ margin-right: 15%;
+}
+
+html[lang=ar] .project-news-content {
+ padding-left: 0px;
+ padding-right: 110px;
+}
+
+html[lang=ar] a:link.rss_logo {
+ float: left;
+ margin-left: 0em;
+ margin-right: 0.25em;
+}
+
+html[lang=ar] .end-of-list-arrow {
+ -moz-transform: rotate(180deg);
+ left: 0em;
+ right: 3.5em;
+}

© 2014-2024 Faster IT GmbH | imprint | privacy policy