mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-22 10:44:44 +00:00
RTLsupport for Arabic language
This commit is contained in:
parent
3e8b85ae61
commit
03204d8a05
2 changed files with 43 additions and 1 deletions
|
@ -41,7 +41,9 @@
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
<link href="/css/custom.css" rel="stylesheet">
|
<link href="/css/custom.css" rel="stylesheet">
|
||||||
|
{% if site.lang == 'ar' %}
|
||||||
|
<link href="/css/rtl.css" rel="stylesheet">
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<meta name="msapplication-config" content="/ietemplates/ieconfig.xml">
|
<meta name="msapplication-config" content="/ietemplates/ieconfig.xml">
|
||||||
|
|
||||||
|
|
40
css/rtl.css
Normal file
40
css/rtl.css
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
.nav-items {
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
|
||||||
|
.white-nav .nav-item .dropdown-content {
|
||||||
|
direction: rtl;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-wrap {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.guides {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2#main-h2 {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.using h2 {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-monero {
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
|
||||||
|
.moneropedia {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.roadmap {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-wrapper {
|
||||||
|
direction: rtl;
|
||||||
|
}
|
Loading…
Reference in a new issue