aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeyed mohammad ali Hosseinifard <ali_hosseine@yahoo.com>2021-08-21 18:17:39 +0430
committerSeyed mohammad ali Hosseinifard <ali_hosseine@yahoo.com>2021-08-21 18:17:39 +0430
commitd471004da0ad8f85fd2c03fe0a01f8b2ccaa416f (patch)
tree77994100f6f3725344145378e5b7a7467cd8350d
parent24025f56630419307edff30ac5b23913dff917ea (diff)
[Persian] Adjust animation underlines and padding direction in CSS.
-rw-r--r--persian/debian-fa.css32
1 files changed, 31 insertions, 1 deletions
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;
+}
+

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