[sword-cvs] swordweb wash.css,1.29,1.30

sword@www.crosswire.org sword@www.crosswire.org
Mon, 10 Nov 2003 10:21:18 -0700


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

Modified Files:
	wash.css 
Log Message:
Changed the library links a bit. I did not like that arrow I made. It also 
cramped the text too much.


Index: wash.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/wash.css,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- wash.css	8 Nov 2003 07:43:33 -0000	1.29
+++ wash.css	10 Nov 2003 17:21:16 -0000	1.30
@@ -79,8 +79,6 @@
 }
 
 h3{
-margin: 12px 0px 3px 0px;
-padding: 5px 0em 3px .5em;
 font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 1.0em;
@@ -197,6 +195,11 @@
 
 /* OSIS Library */
 
+#library{
+margin: 0px -0.5em 0px 0px;
+padding: 0px 0 0px 0px;
+}
+
 #library ul, #library li {list-style-type: none;}
 
 #library ul {text-indent: 0em;
@@ -204,38 +207,58 @@
 margin: 0px 0px 0px 0px;}
 
 #library ul ul {
-text-indent: 0em;
 padding: 0px 0px 0px 0px;
-margin: 0px 0px 0px 10px;
+margin: 0px 0px 0px 0px;
+background-color: #E8EBF0;
+border-top: 1px solid #ccc;
+border-left: 1px solid #ccc;
+border-bottom: 1px solid #ccc;
 }
 
 #library li{
-margin: 3px 0px 0px 10px;
-background-image: url(images/arrow.png);
-background-repeat: no-repeat;
-border-bottom: 1px solid white;
+margin: .5em 0px 0px 5px;
+border-bottom: 1px solid #C5D6EA;
+}
+
+#library li a:hover {
+text-decoration: underline;
+color:#f00;
 }
 
 #library li.closed {
+margin: .5em 0px 0px 0px;
 background-image: url(images/plus.png);
 background-repeat: no-repeat;
+border-left: 5px solid #fff;
+border-bottom: 1px solid #fff;
 }
 
 #library li.open {
+margin: .5em 0px 0px 0px;
 background-image: url(images/minus.png);
 background-repeat: no-repeat;
+background-color: #C5D6EA;
+border-bottom: 1px solid #C5D6EA;
+border-top: 5px solid #C5D6EA;
+border-left: 5px solid #C5D6EA;
+border-bottom: 1px solid #C5D6EA;
 }
 
 #library li a {
 display:block;
-padding: 0px 0px 0px 15px;
+padding: 0px 0px 0px px;
 text-decoration: none;
 color:#000}
 
-#library li a:hover {
-text-decoration: underline;
-color:#f00;
-}
+#library li.closed a {
+padding: 0px 0px 0px 15px;
+color:#000}
+
+#library li.open a {
+padding: 0px 0px 0px 15px;
+color:#000}
+
+
 
 
 /*   Translations   */