[sword-svn] r311 - trunk/webapp

refdoc at www.crosswire.org refdoc at www.crosswire.org
Tue Oct 28 15:47:44 MST 2008


Author: refdoc
Date: 2008-10-28 15:47:44 -0700 (Tue, 28 Oct 2008)
New Revision: 311

Added:
   trunk/webapp/rtol.css
Modified:
   trunk/webapp/init.jsp
Log:
introduction of an rtol stylesheet, as discussed.



Modified: trunk/webapp/init.jsp
===================================================================
--- trunk/webapp/init.jsp	2008-09-28 13:06:29 UTC (rev 310)
+++ trunk/webapp/init.jsp	2008-10-28 22:47:44 UTC (rev 311)
@@ -59,6 +59,9 @@
 			styleNames.add("Sandy Creek");
 			styleFiles.add("sandy.css");
 
+			styleNames.add("RtoL");
+			styleFiles.add("rtol.css");
+
 			tabNames  = new Vector();
 			tabLinks  = new Vector();
 			tabTitles = new Vector();

Added: trunk/webapp/rtol.css
===================================================================
--- trunk/webapp/rtol.css	                        (rev 0)
+++ trunk/webapp/rtol.css	2008-10-28 22:47:44 UTC (rev 311)
@@ -0,0 +1,65 @@
+
+#header { position: relative;
+top: 0pt;
+left: 0pt;
+margin:none;
+visibility: visible;
+clear: both;
+padding:1em;
+background-color:lightgrey;
+}
+
+#navlist { float: right;
+width: 200px;
+padding:1em;
+background-color:lightyellow;
+unicode-bidi: embed;   
+        direction: rtl;}
+#printer { float: right;
+width: 200px;
+padding:1em;
+background-color:lightblue;
+clear:both;unicode-bidi: embed;   
+        direction: rtl;}
+#content-sub-1 { float: right;
+width: 200px;
+padding:1em;
+background-color:lightgreen;
+clear:both;unicode-bidi: embed;   
+        direction: rtl;}
+#content-sub-2 { float: right;
+width: 200px;
+padding:1em;
+background-color:lightpink;
+clear:both;unicode-bidi: embed;   
+        direction: rtl;}
+
+#main { float:right;
+	padding:2em;}
+#main_bak {position:relative;
+top:0;
+left:0;
+margin-right:200px;
+padding:1em;
+}
+
+#footer { position: relative;
+top: 0pt;
+left: 0pt;
+clear: both;
+text-align:center;}
+
+h1 { font-size: normal;
+	text-align: center;
+    font-weight: bold;}
+h2 { font-size: normal;
+	text-align: center;
+    font-weight: bold;}
+h3 { font-size: normal;
+	text-align: center;
+	font-weight:bold;}
+
+li {unicode-bidi: embed; 
+	direction: rtl;}
+form {unicode-bidi:embed;
+	direction:rtl;}




More information about the sword-cvs mailing list