I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c145e426 authored by str4d's avatar str4d
Browse files

Fixes to light/console_ar.css

parent a4064190
No related branches found
No related tags found
No related merge requests found
...@@ -2,18 +2,52 @@ ...@@ -2,18 +2,52 @@
/* Description: RTL Light blue highlights for Arabic locale. */ /* Description: RTL Light blue highlights for Arabic locale. */
/* Author: dr|z3d */ /* Author: dr|z3d */
body {
direction: rtl;
}
pre { pre {
text-align: right; text-align: right;
} }
div.logo { table {
float:right; direction: rtl;
}
td {
text-align: right;
}
h1,h2,h3,h4 {
direction: rtl;
text-align: right;
}
h1 {
margin: 10px 210px 0px 10px;
padding: 7px 0px 30px 20px;
}
form {
text-align: right;
}
div.routersummary form {
text-align: center;
} }
div.routersummaryouter { div.routersummary h3 {
float: right; text-align: center;
} }
div.routersummary td:last-child {
text-align: left;
margin-left: 3px;
}
div.logo {
float:right;
}
div.tunnels td:first-child { div.tunnels td:first-child {
text-align: right; text-align: right;
...@@ -28,25 +62,29 @@ div.warning { ...@@ -28,25 +62,29 @@ div.warning {
div.main { div.main {
margin: 10px 210px 0px 10px; margin: 10px 210px 0px 10px;
padding: 7px 0px 30px 20px; padding: 7px 0px 30px 20px;
}
div.main li {
text-align: right; text-align: right;
} }
div.news { div.news {
margin: 10px 210px 0px 10px; margin: 10px 210px 0px 10px;
padding: 7px 0px 30px 20px; padding: 7px 0px 30px 20px;
text-align: right !important; direction: ltr;
} }
div.news h3 { div.graphspanel form {
text-align: right; text-align: right;
} }
div.graphspanel form { .langbox {
text-align: right; float: left;
text-align: left;
} }
div.main li { .formaction {
text-align: right; text-align: left;
} }
.tidylist code { .tidylist code {
...@@ -57,9 +95,14 @@ code { ...@@ -57,9 +95,14 @@ code {
text-align: right; text-align: right;
} }
div.joblog li, div.newsheadings li {
text-align: left;
direction: ltr;
}
h1 { span.newtab {
text-align: right; text-align: left;
margin: 10px 210px 0px 10px; font-size: 8pt;
padding: 7px 0px 30px 20px; float: left;
letter-spacing: 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment