Files
i2p.i2p/installer/resources/themes/console/light/console_ar.css

109 lines
1.3 KiB
CSS
Raw Normal View History

/* I2P Theme: Light */
/* Description: RTL Light blue highlights for Arabic locale. */
/* Author: dr|z3d */
2012-07-22 00:18:07 +00:00
body {
direction: rtl;
}
pre {
text-align: right;
}
2012-07-22 00:18:07 +00:00
table {
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;
}
2012-07-22 00:18:07 +00:00
div.routersummary h3 {
text-align: center;
}
2012-07-22 00:18:07 +00:00
div.routersummary td:last-child {
text-align: left;
margin-left: 3px;
}
div.logo {
float:right;
}
div.tunnels td:first-child {
text-align: right;
}
/* proxy error messages */
div.warning {
text-align: right;
}
div.main {
2011-07-15 14:04:25 +00:00
margin: 10px 210px 0px 10px;
padding: 7px 0px 30px 20px;
2012-07-22 00:18:07 +00:00
}
div.main li {
text-align: right;
2012-07-22 00:18:07 +00:00
}
div.news {
2011-07-15 14:04:25 +00:00
margin: 10px 210px 0px 10px;
padding: 7px 0px 30px 20px;
2012-07-22 00:18:07 +00:00
direction: ltr;
}
2012-07-22 00:18:07 +00:00
div.graphspanel form {
text-align: right;
}
2012-07-22 00:18:07 +00:00
.langbox {
float: left;
text-align: left;
}
2012-07-22 00:18:07 +00:00
.formaction {
text-align: left;
}
.tidylist code {
text-align: right;
}
code {
text-align: right;
}
2012-07-22 00:18:07 +00:00
div.joblog li, div.newsheadings li {
text-align: left;
direction: ltr;
}
2012-07-22 00:18:07 +00:00
span.newtab {
text-align: left;
font-size: 8pt;
float: left;
letter-spacing: 0;
}