summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-05-29 14:58:25 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-05-29 14:58:25 +0000
commit4d8f12f9c0568c450374307f16ac7128702b0034 (patch)
treeefc3cd81702934f0acb828f8f6ff558d895ddfbf /themes
parent8f0870f31ea36bc287af5360f0d0f78d4e0215b2 (diff)
downloadbrdo-4d8f12f9c0568c450374307f16ac7128702b0034.tar.gz
brdo-4d8f12f9c0568c450374307f16ac7128702b0034.tar.bz2
#147265 by z.stolar: RTL styles for Bluemarine (part 2)
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/style-rtl.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/themes/bluemarine/style-rtl.css b/themes/bluemarine/style-rtl.css
new file mode 100644
index 000000000..f672decbb
--- /dev/null
+++ b/themes/bluemarine/style-rtl.css
@@ -0,0 +1,37 @@
+/* $Id$ */
+body {
+ direction: rtl;
+}
+#logo img {
+ float: right;
+}
+#menu {
+ padding: 0.5em 0.5em 0 0.5em;
+ text-align: left;
+}
+#navlist {
+ padding: 0 0 1.2em 0.8em;
+}
+#subnavlist {
+ padding: 0.5em 0 0.4em 1.2em;
+}
+ul.links li {
+ border-right: 1px solid #9cf;
+ border-left: inherit;
+}
+.block, .box {
+ padding: 0 1.5em 0 0;
+}
+.node .taxonomy {
+ padding-right: 1.5em;
+}
+.node .picture {
+ float: left;
+}
+.comment .new {
+ text-align: left;
+ float: left;
+}
+.comment .picture {
+ float: left;
+}