OPAC: Update colors
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 12 Nov 2020 17:45:21 +0000 (12:45 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 25 Nov 2020 17:24:26 +0000 (12:24 -0500)
Change default Bootstrap OPAC colors to match PINES branding.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/css/colors.tt2

index 6367281..67c7443 100755 (executable)
         footer_link = "#fff",
         footer_link_disabled = "#000",
 
-        nav_separation = "#007a54",
-        header_primary = "#007a54", #Primary Header Color
-        header_primary_fade = "#007a54", #Fade Header Color, make equal to header_primary for no fade
-        footer_primary = "#007a54", #Primary Footer Color
-        footer_primary_fade = "#007a54", #Fade Footer Color, make equal to footer_primary for no fade
+        nav_separation = "#006838",
+        header_primary = "#006838", #Primary Header Color
+        header_primary_fade = "#006838", #Fade Header Color, make equal to header_primary for no fade
+        footer_primary = "#006838", #Primary Footer Color
+        footer_primary_fade = "#006838", #Fade Footer Color, make equal to footer_primary for no fade
 
-        bg_extras = "#007a54",
-        bg_filter = "#007a54",
+        bg_extras = "#006838",
+        bg_filter = "#006838",
         bg_filter_hover = "#00593d"
 
         text_filter = "#fff",
@@ -35,8 +35,8 @@
         text_greatnews = "green", # green
         text_invert = "#fff", # white
         text_match = "#c00", # deep red
-        primary = "#007a54", # dark green
-        primary_fade = "#007a54", # medium green
+        primary = "#006838", # dark green
+        primary_fade = "#006838", # medium green
         primary_offset = "#417860", # light_green
         control = "#69A088", # lighter green
         accent_light = "#ccc", #  grey (light)
         table_heading = "#d8d8d8", # grey-blue
         mobile_header_text = "#fff", # white
         item_selected = "#ddd", # grey (lighter)
-        link = "#007a54", # dark green
+        link = "#006838", # dark green
 
 #Buttons are using default Bootstrap styling colors by default with this scheme, changable to match your library colours
 
 #Submit buttons and confirmations likle login. Make all 4 the same color for no hover effect
-        button_confirm = "#007a54",
+        button_confirm = "#006838",
         button_confirm_hover = "#00593d",
-        button_confirm_border = "#007a54",
+        button_confirm_border = "#006838",
         button_confirm_border_hover = "#00593d",
         button_confirm_text = "#fff",
 
@@ -82,8 +82,8 @@
         button_remove_text = "#fff",
 
 #Main search buttons and buttons that are not a confirm or deny such as the Less and More details on the record. Make all 4 the same color for no hover effect
-        opac_button = "#424fa6",
-        opac_button_hover = "#4a58b7",
+        opac_button = "#0038A8",
+        opac_button_hover = "#236E9D",
         opac_button_border = "#2e3b91;",
         opac_button_border_hover = "#2e3b91;",
         opac_button_text = "#fff",
@@ -91,7 +91,7 @@
 #Action buttons such as Place Hold and Add to List seen in record and results. Make all 4 the same color for no hover effect
         action_button = "#f8f9fa",
         action_button_hover = "#e2e6ea",
-        action_button_border = "#007a54",
+        action_button_border = "#006838",
         action_button_border_hover = "#00593d",
         action_button_text = "#00593d",
         #Many action buttons use link coloring on the anchor tags. This setting will change the color to match your color schema if necessary