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