]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac-new/parts/css/colors.tt2
LP#1778972: (follow-up) remove a NFPL-specific template
[Evergreen.git] / Open-ILS / src / templates / opac-new / parts / css / colors.tt2
1 [%
2     css_colors = {
3         
4         
5 #The counts that appear in the navigation when signed into the OPAC -EX. X Ready For Pickup where x is the modified number
6
7         zero_count = "#a0ff9e", #Logged in item/charges count at 0
8         non_zero_count = "#ff0016", #Logged in item/charges count NOT at 0
9
10         facets_back = "#00593d", #search list facet backgrounds
11         footer_link = "#fff",
12
13         nav_separation = "#00593d",
14         header_primary = "#00593d", #Primary Header Color
15         header_primary_fade = "#007a54", #Fade Header Color, make equal to header_primary for no fade
16         footer_primary = "#00593d", #Primary Footer Color
17         footer_primary_fade = "#007a54", #Fade Footer Color, make equal to footer_primary for no fade
18
19         background = "#fff", # white
20         background_alert = "#ffcccc", # pink
21         background_invert = "#252525", # charcoal
22         text = "black", # black 
23         text_alert = "red", # red
24         text_attention = "#ffcc33", # pumpkin orange
25         text_badnews = "#f41d36", # cherry red
26         text_goodnews = "#1dd93c", # lime green
27         text_greatnews = "green", # green
28         text_invert = "#fff", # white
29         text_match = "#c00", # deep red
30         primary = "#00593d", # dark green
31         primary_fade = "#007a54", # medium green
32         primary_offset = "#417860", # light_green
33         control = "#69A088", # lighter green
34         accent_light = "#ccc", #  grey (light)
35         accent_lighter = "#ddd", #  grey (lighter)
36         accent_lighter2 = "#d8d8d8", #  grey (lighter again)
37         accent_lightest = "#eee", #  grey (lightest)
38         accent_ultralight = "#f0f0f0", # ivory
39         accent_medium = "#999", # gun metal grey (medium)
40         accent_mediumdark = "#888", # gun metal grey (medium dark)
41         accent_dark = "#666", # gun metal grey (dark)
42         accent_darker = "#333", # gun metal grey (darker)
43         border_standard = "#e9ebf3", # light grey-blue
44         border_dark = "black", # black
45         border_alert = "red", # red
46         button_text = "#fbf9f9", # off-white 
47         button_text_shadow = "#555555", # medium grey
48         table_heading = "#d8d8d8", # grey-blue
49         mobile_header_text = "#fff", # white
50         item_selected = "#ddd", # grey (lighter)
51         link = "#00593d", # dark green
52
53 #Buttons are using default Bootstrap styling colors by default with this scheme, changable to match your library colours
54
55 #Submit buttons and confirmations likle login. Make all 4 the same color for no hover effect
56         button_confirm = "#28a745",
57         button_confirm_hover = "#218838",
58         button_confirm_border = "#28a745",
59         button_confirm_border_hover = "#1e7e34",
60         button_confirm_text = "#fff",
61
62 #Denial buttons like Cancel. Make all 4 the same color for no hover effect    
63         button_deny = "#dc3545",
64         button_deny_hover = "#c82333",
65         button_deny_border = "#dc3545",
66         button_deny_border_hover = "#bd2130",
67         button_deny_text = "#fff",
68
69 #Removal buttons like removing a search row in the advanced search. Make all 4 the same color for no hover effect
70         button_remove = "#dc3545",
71         button_remove_hover = "#c82333",
72         button_remove_border = "#dc3545",
73         button_remove_border_hover = "#bd2130",
74         button_remove_text = "#fff",
75
76 #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 
77         opac_button = "#2e3b91",
78         opac_button_hover = "#949cc8",
79         opac_button_border = "#2e3b91",
80         opac_button_border_hover = "#949cc8",
81         opac_button_text = "#fff",
82
83 #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 
84         action_button = "#f8f9fa",
85         action_button_hover = "#e2e6ea",
86         action_button_border = "#f8f9fa",
87         action_button_border_hover = "#dae0e5",
88         action_button_text = "#00593d",
89         #Many action buttons use link coloring on the anchor tags. This setting will change the color to match your color schema if necessary
90         #action_button_text_anchors = "",
91 };
92     
93 %]