[sword-cvs] swordweb wash.css,1.16,1.17

sword@www.crosswire.org sword@www.crosswire.org
Tue, 28 Oct 2003 12:27:01 -0700


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

Modified Files:
	wash.css 
Log Message:
added CSS for genbook tree, added CSS id for genbook text

Index: wash.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/wash.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- wash.css	28 Oct 2003 19:20:15 -0000	1.16
+++ wash.css	28 Oct 2003 19:26:59 -0000	1.17
@@ -115,6 +115,9 @@
 border-top: 1px solid #ccc;
 }
 
+#footer img {
+border:0;
+}
 
 
 /* ****** Individual Sections ****** */
@@ -271,7 +274,128 @@
 
 #translations hr {display:none;}
 
-/*   Commentaries   */
+/*   Devotionals   */
+
+#devotionals {
+margin: 0px -0.5em 0px 0px;
+padding: 0px 0 0px 0px;
+}
+
+#devotionals ul, #devotionals li {
+list-style-type: none;
+}
+
+
+#devotionals ul {
+background: #E8EBF0;
+text-indent: 0em;
+padding: 0px;
+margin: 0px 0px 10px 0px;
+}
+
+#devotionals li{
+list-style: none;
+margin: 0;
+border-top: 1px solid #ccc;
+text-align: left;
+border-bottom: 1px solid #E8EBF0;
+}
+
+#devotionals li a{
+display: block;
+padding: 0.25em 0.5em 0.25em 0.75em;
+background: #E8EBF0;
+text-decoration: none;
+}
+
+#devotionals li a:link { color: #000; }
+#externallinks li a:visited { color: #000; }
+
+#devotionals li a:hover{
+border-color: #8EABCD;
+color: #f00;
+background: #C5D6EA;
+}
+
+#devotionals h3 {
+background: #C5D6EA;
+margin: 0px 0px 0px 0px;
+padding: 2px 0.5em 2px 0.5em;
+text-align: center;
+font-size: 1.1em;
+border-top: 2px solid #ccc;
+}
+
+#devotionals p {
+background: #C5D6EA;
+margin: 0px 0px 0px 0px;
+padding: 2px 0.5em 2px 0.5em;
+text-align: center;
+font-style: italic;
+}
+
+/*   Study Tools  */
+
+#studytools {
+margin: 0px 0px 0px -1em;
+padding: 0px 0px 0px 0px;
+}
+
+#studytools ul, #studytools li {
+list-style-type: none;
+}
+
+#studytools ul {
+background: #E8EBF0;
+text-indent: 0em;
+padding: 0px;
+margin: 0px 0px 10px 0px;
+}
+
+#studytools li{
+list-style: none;
+margin: 0;
+border-top: 1px solid #ccc;
+text-align: left;
+border-bottom: 1px solid #E8EBF0;
+}
+
+#studytools li a{
+display: block;
+padding: 0.25em 0.5em 0.25em 0.75em;
+background: #E8EBF0;
+text-decoration: none;
+}
+
+#studytools li a:link { color: #000; }
+#externallinks li a:visited { color: #000; }
+
+#studytools li a:hover{
+border-color: #8EABCD;
+color: #f00;
+background: #C5D6EA;
+}
+
+#studytools h3 {
+background: #C5D6EA;
+margin: 0px 0px 0px 0px;
+padding: 2px 0.5em 2px 0.5em;
+text-align: center;
+font-size: 1.1em;
+border-top: 2px solid #ccc;
+}
+
+#studytools p {
+background: #C5D6EA;
+margin: 0px 0px 0px 0px;
+padding: 2px 0.5em 2px 0.5em;
+text-align: center;
+font-style: italic;
+}
+
+
+
+/*   Commentaries  */
 
 #commentaries {
 margin: 0px 0px 0px -1em;
@@ -333,12 +457,13 @@
 #commentaries hr {display:none;}
 
 
-#welcome, #about, #help  {
+#welcome, #about, #help, #preferences, #powersearch, #daily, #genbook   {
 margin: 0px 14em 0px 11.5em;
 padding: 0px .5em 0px .5em;
 }
 
 
+
 /*   Search Results   */
 
 #searchresults {
@@ -448,7 +573,7 @@
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
-padding: 0px 0px 0px 0px;
+padding: 0px 0px 0px 1em;
 text-indent: 0px;
 }
 
@@ -488,7 +613,7 @@
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
-padding: 0px 0px 0px 0px;
+padding: 0px 0px 0px 1em;
 text-indent: 0px;
 }
 
@@ -520,9 +645,6 @@
 	background-color: #eee;
 }
 
-
-
-
 /*   GenBook navigation tree  */
 #genbooknav {
 margin:0px 5px;
@@ -566,9 +688,12 @@
 }
 
 
+.wordsOfJesus {
+color: #bb0000;
+}
+
+
+
 
 
-#footer img {
-	border:0;
-}