[open-ils-commits] r1083 - conifer/branches/rel_1_6_1/web/opac/theme/sjcg/css (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 24 12:37:26 EST 2010


Author: dbs
Date: 2010-11-24 12:37:23 -0500 (Wed, 24 Nov 2010)
New Revision: 1083

Modified:
   conifer/branches/rel_1_6_1/web/opac/theme/sjcg/css/colors.css
Log:
Make text visible on the dark primary accent background


Modified: conifer/branches/rel_1_6_1/web/opac/theme/sjcg/css/colors.css
===================================================================
--- conifer/branches/rel_1_6_1/web/opac/theme/sjcg/css/colors.css	2010-11-24 17:10:59 UTC (rev 1082)
+++ conifer/branches/rel_1_6_1/web/opac/theme/sjcg/css/colors.css	2010-11-24 17:37:23 UTC (rev 1083)
@@ -2,13 +2,17 @@
 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 @@
 .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; }



More information about the open-ils-commits mailing list