[sword-svn] r331 - trunk/webapp

refdoc at www.crosswire.org refdoc at www.crosswire.org
Fri Nov 7 00:15:07 MST 2008


Author: refdoc
Date: 2008-11-07 00:15:06 -0700 (Fri, 07 Nov 2008)
New Revision: 331

Modified:
   trunk/webapp/parchment.css
   trunk/webapp/sandy.css
   trunk/webapp/wash.css
Log:
more rtol stuff



Modified: trunk/webapp/parchment.css
===================================================================
(Binary files differ)

Modified: trunk/webapp/sandy.css
===================================================================
--- trunk/webapp/sandy.css	2008-11-06 05:54:36 UTC (rev 330)
+++ trunk/webapp/sandy.css	2008-11-07 07:15:06 UTC (rev 331)
@@ -715,3 +715,49 @@
      text-indent : 0;
      line-height : normal;
 }
+/*  RtoL stuff */  
+body.rtol #header {background-position: right top;}
+
+body.rtol #navlist   {unicode-bidi: embed;
+        direction: rtl;
+        padding-right: 200px}
+
+body.rtol div#introhelp{
+        unicode-bidi: embed;
+        direction: rtl;
+        text-align:right;
+}
+body.rtol div#printer{
+        unicode-bidi: embed;
+        direction: rtl;
+        text-align:right;
+}
+body.rtol div#content-sub-1{
+        unicode-bidi: embed;
+        direction: rtl;
+        text-align:right;
+}
+body.rtol div#content-sub-2 {
+        unicode-bidi: embed; 
+        direction: rtl;
+        text-align:right;
+}
+ 
+body.rtol #navlist a {float:right;}
+
+body.rtol #externallinks li a{
+        padding: 0.25em 0.5em 0.25em 0.75em;
+        border-left: .5em solid #ccc;
+        border-right: none;
+}
+ 
+body.rtol #header h1 {
+        text-align: right;
+        padding: 0px 70px 0px 0px;
+}
+body.rtol h2, body.rtol h3, body.rtol li, body.rtol ul, body.rtol form, body.rtol a {
+        unicode-bidi:embed;
+        direction:rtl;
+        text-align:right;
+}
+  

Modified: trunk/webapp/wash.css
===================================================================
--- trunk/webapp/wash.css	2008-11-06 05:54:36 UTC (rev 330)
+++ trunk/webapp/wash.css	2008-11-07 07:15:06 UTC (rev 331)
@@ -914,22 +914,22 @@
 body.rtol div#introhelp{
 	unicode-bidi: embed;
 	direction: rtl;
-	text-align-right;
+	text-align:right;
 }
 body.rtol div#printer{
 	unicode-bidi: embed;
 	direction: rtl;
-	text-align-right;
+	text-align:right;
 }
 body.rtol div#content-sub-1{
 	unicode-bidi: embed;
 	direction: rtl;
-	text-align-right;
+	text-align:right;
 }
 body.rtol div#content-sub-2 {
 	unicode-bidi: embed;
 	direction: rtl;
-	text-align-right;
+	text-align:right;
 }
 
 body.rtol #navlist a {float:right;}




More information about the sword-cvs mailing list