diff themes/bluemarine/style-rtl.css @ 1:c1f4ac30525a 6.0

Drupal 6.0
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:28:28 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/bluemarine/style-rtl.css	Tue Dec 23 14:28:28 2008 +0100
@@ -0,0 +1,37 @@
+/* $Id: style-rtl.css,v 1.5 2007/12/17 15:05:09 goba Exp $ */
+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: none;
+}
+.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;
+}