Make text visible on the dark primary accent background
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 24 Nov 2010 17:37:23 +0000 (17:37 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 24 Nov 2010 17:37:23 +0000 (17:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_1@1083 6d9bc8c9-1ec2-4278-b937-99fde70a366f

web/opac/theme/sjcg/css/colors.css

index 468513d..cb983ba 100644 (file)
@@ -2,13 +2,17 @@ body a                        { color: black; text-decoration: none;}
 body a:visited { color: black; text-decoration: none;}
 body a:hover   { color: red; text-decoration: underline;}
 
+/* SJCG chose a dark primary accent colour; make the text visible */
+body .color_1 a { color: white; text-decoration: none;}
+body .sidebar_item_active a { color: white; text-decoration: none;}
+
 
 /* the idea is to have 4 complimentary colors that 
  * are used throughout the opac.  Edit those colors
  * in this file
  */
  
-.color_1 { background: #492F91; color: #000000; }
+.color_1 { background: #492F91; color: #FFFFFF; }
 .color_2 { background: #FFC423; color: #000000; }
 .color_3 { background: #D8DCF7; color: #000000; }
 .color_4 { background: #E0E0F0; color: #000000; }
@@ -51,7 +55,7 @@ a:focus { background: #E0E0F0; color: #000000;}
 .home_search { border: 3px solid #492F91; }
 
 /* main nav sidebar */
-.sidebar_item_active { background: #492F91; }
+.sidebar_item_active { background: #492F91; color: #FFFFFF; }
 
 /* record detail summary block */
 .rdetail_desc { border: 1px solid #492F91; }