[sword-cvs] swordweb bookdisplay.jsp,1.4,1.5 parallelstudy.jsp,1.19,1.20 wash.css,1.7,1.8

sword@www.crosswire.org sword@www.crosswire.org
Fri, 24 Oct 2003 01:05:47 -0700


Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv18536

Modified Files:
	bookdisplay.jsp parallelstudy.jsp wash.css 
Log Message:
fixes

Index: bookdisplay.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/bookdisplay.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bookdisplay.jsp	15 Oct 2003 15:05:33 -0000	1.4
+++ bookdisplay.jsp	24 Oct 2003 08:05:44 -0000	1.5
@@ -96,7 +96,7 @@
 				out.print("<b>");
 
 			if (children.length > 0) {
-				out.print("<a class=\"" + ((open)?"closed":"open") + "\" href=\"bookdisplay.jsp?" + ((open)?"close":"open") + "=" + URLEncoder.encode(rootTreeKey) + "\"></a>");
+				out.print("<a class=\"" + ((open)?"closed":"open") + "\" href=\"bookdisplay.jsp?" + ((open)?"close":"open") + "=" + URLEncoder.encode(rootTreeKey) + "\"><img src=\"images/" + ((open)?"minus":"plus") + ".png\" alt=\"action\"/></a>");
 			}
 
 			if (target.equals(rootTreeKey))

Index: parallelstudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/parallelstudy.jsp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- parallelstudy.jsp	22 Oct 2003 09:13:37 -0000	1.19
+++ parallelstudy.jsp	24 Oct 2003 08:05:44 -0000	1.20
@@ -171,7 +171,6 @@
 		</p>
 
 		<ul class="booknav">
-			<%= activeKey %>
 			<li><a href="">previous chapter</a></li>
 			<li><a href="">this chapter</a></li>
 			<li><a href="">next chapter</a></li>

Index: wash.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/wash.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- wash.css	22 Oct 2003 09:13:37 -0000	1.7
+++ wash.css	24 Oct 2003 08:05:44 -0000	1.8
@@ -40,7 +40,7 @@
 padding: 0;
 }
 
-#navlist a:link, #navlist a:visited {
+#navlist a:link, #navlist a:visited{
 background: #E8EBF0;
 border: 1px solid #ccc;
 color: #666;
@@ -51,7 +51,6 @@
 margin-right: 8px;
 padding: 2px 10px 2px 10px;
 text-decoration: none;
--moz-border-radius: .5em .3em 0 0;
 }
 
 #navlist a:link#current, #navlist a:visited#current{
@@ -60,11 +59,13 @@
 color: #000;
 }
 
-#navlist a:hover {
+#navlist a:hover { 
 color: #ff0000;
 background: #C5D6EA;
 }
 
+#navlist li#skip {display:none;}
+
 /* General - Site wide style */
 
 h2{
@@ -86,7 +87,7 @@
 #content-sub-1{
 width:12em;
 float:left;
-margin: 0px 1em 0px 0px;
+margin: 0px 0em 0px 0px;
 padding: 0px 0.5em 20px 0px;
 border-right: 1px solid #ccc;
 }
@@ -105,6 +106,10 @@
 width:auto;
 }
 
+
+
+
+
 #footer{clear:both;
 margin: 0px 0px 0px 0px;
 border-top: 1px solid #ccc;
@@ -328,6 +333,13 @@
 #commentaries hr {display:none;}
 
 
+#welcome, #about, #help  {
+margin: 0px 14em 0px 11.5em;
+padding: 0px .5em 0px .5em;
+}
+
+
+
 /*   Search Results   */
 
 #searchresults {
@@ -408,21 +420,22 @@
 }
 
 #passagestudy div{
-padding: 0px 0.5em 0px 0px;
+	padding: 0px .5em 0px .5em;
 }
 
-#passagestudy span.versenum{
+ span.versenum{
 	font-size: 0.7em;
 	padding: 0px 3px 0px 10px;
 	font-weight: bold;
+
 }
 
-#passagestudy span.versenum a {
+ span.versenum a {
 	text-decoration: none;
 	color:navy;
 }
 
-#passagestudy span.versenum a:hover {
+ span.versenum a:hover {
 	text-decoration: underline;
 	color:#ff0000;
 }
@@ -456,12 +469,60 @@
 color:#f00;
 }
 
-#footer img {border:0;
+/* Parallel Display */
+
+#paralleldisplay {
+font-family:  Verdana, Arial, Helvetica, Sans-Serif;
+font-size: 1em;
+line-height: 1.4em;
+margin: 0px 14em 0px 11.5em;
+padding: 0 0 0px 0;
 }
 
+#paralleldisplay p {
+padding: 0px .5em 0px .5em;
+}
 
-/*  Unicode formatting  */
-span.unicode {
-	font-size:1.6em;
-	font-family: code2000, code2001, arial unicode ms, cyberbit, arial, palatino, gergia, sans-serif;
+
+#paralleldisplay  ul {
+background: #eee;
+border-top: 1px solid #ccc;
+border-bottom: 1px solid #ccc;
+margin: 0px 0px 5px 0px;
+padding: 0px 0px 0px 0px;
+text-indent: 0px;
+}
+
+#paralleldisplay  ul li {
+display: inline;
+list-style-type: none;
+line-height: 2em;
+font-size: 1em;
+margin: 0px 1.1em 0px 0px;
+}
+
+#paralleldisplay  ul li a {
+color:#000;
+}
+
+#paralleldisplay  ul li a:hover {
+color:#f00;
+}
+
+#paralleldisplay td {
+ vertical-align: top;
+}
+
+#paralleldisplay td {
+	padding: 0px .5em 0px .5em;
+}
+
+#paralleldisplay td.currentverse {
+	background-color: #eee;
+}
+
+
+
+
+#footer img {border:0;
 }