From: Dan Scott Date: Tue, 31 Jul 2012 18:53:48 +0000 (-0400) Subject: Basic TPAC Boreal branding: colours and logo and links X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=db658c774593a112b2730fbe12ed970a02306c96;p=contrib%2FConifer.git Basic TPAC Boreal branding: colours and logo and links Link from logo to College Boreal itself Remove "Tembec" from name, hide old OPAC link Change links to union catalogue for Boreal tpac skin Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates_boreal/opac/css/style_overrides.css.tt2 b/Open-ILS/src/templates_boreal/opac/css/style_overrides.css.tt2 new file mode 100644 index 0000000000..61b8f3ba07 --- /dev/null +++ b/Open-ILS/src/templates_boreal/opac/css/style_overrides.css.tt2 @@ -0,0 +1,20 @@ +#adv_search_tabs a.acct-tab-on, #acct_tabs a.acct-tab-on, #acct_fines_tabs a.acct-tab-on { + color: [% css_colors.primary %]; +} +#acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a { + color: [% css_colors.text_invert %]; +} + +#acct_checked_tabs div.selected a, #acct_holds_tabs div.selected a, #acct_prefs_tabs div.selected a { + color: [% css_colors.text %]; +} + +#acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs { + color: [% css_colors.text %]; +} + +.cached_list_div { height: 25px; } + +#header-wrap, #footer-wrap { + background: black !important; +} diff --git a/Open-ILS/src/templates_boreal/opac/parts/css/colors.tt2 b/Open-ILS/src/templates_boreal/opac/parts/css/colors.tt2 new file mode 100644 index 0000000000..e59844f10c --- /dev/null +++ b/Open-ILS/src/templates_boreal/opac/parts/css/colors.tt2 @@ -0,0 +1,36 @@ +[% + css_colors = { + + background = "#fff", # white + background_alert = "#ffcccc", # pink + background_invert = "#252525", # charcoal + text = "black", # black + text_alert = "red", # red + text_attention = "#ffcc33", # pumpkin orange + text_badnews = "#f41d36", # cherry red + text_goodnews = "#1dd93c", # lime green + text_greatnews = "green", # green + text_invert = "#fff", # white + text_match = "#c00", # deep red + primary = "#4F007D", # dark purple + primary_fade = "#8930BE", # medium purple + primary_offset = "#D8DCF7", # light purple + control = "#003E7E", # lighter green + accent_light = "#ccc", # grey (light) + accent_lighter = "#ddd", # grey (lighter) + accent_lighter2 = "#d8d8d8", # grey (lighter again) + accent_lightest = "#eee", # grey (lightest) + accent_ultralight = "#f0f0f0", # ivory + accent_medium = "#999", # gun metal grey (medium) + accent_mediumdark = "#888", # gun metal grey (medium dark) + accent_dark = "#666", # gun metal grey (dark) + accent_darker = "#5689BF", # gun metal grey (darker) + border_standard = "#e9ebf3", # light grey-blue + border_dark = "black", # black + border_alert = "red", # red + button_text = "#fbf9f9", # off-white + button_text_shadow = "#555555", # medium grey + table_heading = "#d8d8d8", # grey-blue + }; + +%] diff --git a/Open-ILS/src/templates_boreal/opac/parts/footer.tt2 b/Open-ILS/src/templates_boreal/opac/parts/footer.tt2 new file mode 100644 index 0000000000..cad096965e --- /dev/null +++ b/Open-ILS/src/templates_boreal/opac/parts/footer.tt2 @@ -0,0 +1,28 @@ + diff --git a/Open-ILS/src/templates_boreal/opac/parts/homesearch.tt2 b/Open-ILS/src/templates_boreal/opac/parts/homesearch.tt2 new file mode 100644 index 0000000000..1e11d75f9f --- /dev/null +++ b/Open-ILS/src/templates_boreal/opac/parts/homesearch.tt2 @@ -0,0 +1,3 @@ + diff --git a/Open-ILS/src/templates_boreal/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates_boreal/opac/parts/topnav_links.tt2 new file mode 100644 index 0000000000..5dcea6b475 --- /dev/null +++ b/Open-ILS/src/templates_boreal/opac/parts/topnav_links.tt2 @@ -0,0 +1,10 @@ + diff --git a/Open-ILS/src/templates_boreal/opac/parts/topnav_logo.tt2 b/Open-ILS/src/templates_boreal/opac/parts/topnav_logo.tt2 new file mode 100644 index 0000000000..23fd0b366b --- /dev/null +++ b/Open-ILS/src/templates_boreal/opac/parts/topnav_logo.tt2 @@ -0,0 +1,2 @@ + diff --git a/Open-ILS/web/images/boreal_logo.png b/Open-ILS/web/images/boreal_logo.png new file mode 100644 index 0000000000..6d8b421f9e Binary files /dev/null and b/Open-ILS/web/images/boreal_logo.png differ diff --git a/Open-ILS/web/images/boreal_logo_small.png b/Open-ILS/web/images/boreal_logo_small.png new file mode 100644 index 0000000000..8a2d1cad6d Binary files /dev/null and b/Open-ILS/web/images/boreal_logo_small.png differ