[sword-svn] r313 - trunk/webapp

refdoc at www.crosswire.org refdoc at www.crosswire.org
Tue Oct 28 17:21:00 MST 2008


Author: refdoc
Date: 2008-10-28 17:21:00 -0700 (Tue, 28 Oct 2008)
New Revision: 313

Modified:
   trunk/webapp/rtol.css
Log:
more of same


Modified: trunk/webapp/rtol.css
===================================================================
--- trunk/webapp/rtol.css	2008-10-28 23:53:40 UTC (rev 312)
+++ trunk/webapp/rtol.css	2008-10-29 00:21:00 UTC (rev 313)
@@ -1,3 +1,4 @@
+body {background-color: lightgrey;}
 
 #header { position: relative;
 top: 0pt;
@@ -10,36 +11,40 @@
 }
 
 #navlist { float: right;
-width: 200px;
-padding:1em;
-background-color:lightyellow;
-unicode-bidi: embed;   
-        direction: rtl;}
+	   width: 200px;
+	   padding:1em;
+	   unicode-bidi: embed;   
+           direction: rtl;}
+
 #printer { float: right;
-width: 200px;
-padding:1em;
-background-color:lightblue;
-clear:both;unicode-bidi: embed;   
-        direction: rtl;}
+	   width: 200px;
+	   padding:1em;
+	   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;}
+		 width: 200px;
+		 padding:1em;
+		 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;}
+		 width: 200px;
+		 padding:1em;
+		 clear:both;
+		 unicode-bidi: embed;   
+        	 direction: rtl;}
 
 #content-main {position:relative;
 top:0;
 left:0;
 margin-right:240px;
-padding:1em;
-}
+padding:1.5em;
+background-color:white;}
+#introhelp {unicode-bidi: embed;
+	direction: rtl;}
 
 #footer { position: relative;
 top: 0pt;
@@ -70,5 +75,6 @@
 		padding-right:0.2em}
 a:link {color: blue;text-decoration:none;}
 a:visited {color: darkblue;text-decoration:none;}
-a:hover {text-decoration: none; background-color: grey; } 
+a:hover {text-decoration: none; background-color: white; }
+a.content-main:hover {background-color: lightgrey;} 
 




More information about the sword-cvs mailing list