From: Dan Scott Date: Fri, 3 Aug 2012 21:24:26 +0000 (-0400) Subject: Add TPAC UHearst colours, logos, and links X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7ed0ff5ef9d3ae2ea49c4c519b61d5ba318c282d;p=contrib%2FConifer.git Add TPAC UHearst colours, logos, and links Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates_uhearst/opac/parts/css/colors.tt2 b/Open-ILS/src/templates_uhearst/opac/parts/css/colors.tt2 new file mode 100644 index 0000000000..1c9ceec98e --- /dev/null +++ b/Open-ILS/src/templates_uhearst/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 = "#BB6315", # dark green + primary_fade = "#DDA471", # medium green + primary_offset = "#60B1B8", # light_green + control = "#60B1B8", # 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 = "#60B1B8", # gun metal grey (medium) + accent_mediumdark = "#888", # gun metal grey (medium dark) + accent_dark = "#666", # gun metal grey (dark) + accent_darker = "#333", # 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_uhearst/opac/parts/footer.tt2 b/Open-ILS/src/templates_uhearst/opac/parts/footer.tt2 new file mode 100644 index 0000000000..b531112abf --- /dev/null +++ b/Open-ILS/src/templates_uhearst/opac/parts/footer.tt2 @@ -0,0 +1,27 @@ + diff --git a/Open-ILS/src/templates_uhearst/opac/parts/homesearch.tt2 b/Open-ILS/src/templates_uhearst/opac/parts/homesearch.tt2 new file mode 100644 index 0000000000..3ee65cf73e --- /dev/null +++ b/Open-ILS/src/templates_uhearst/opac/parts/homesearch.tt2 @@ -0,0 +1,3 @@ + diff --git a/Open-ILS/src/templates_uhearst/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates_uhearst/opac/parts/topnav_links.tt2 new file mode 100644 index 0000000000..2d904c5ea3 --- /dev/null +++ b/Open-ILS/src/templates_uhearst/opac/parts/topnav_links.tt2 @@ -0,0 +1,9 @@ + diff --git a/Open-ILS/src/templates_uhearst/opac/parts/topnav_logo.tt2 b/Open-ILS/src/templates_uhearst/opac/parts/topnav_logo.tt2 new file mode 100644 index 0000000000..89d1792288 --- /dev/null +++ b/Open-ILS/src/templates_uhearst/opac/parts/topnav_logo.tt2 @@ -0,0 +1,2 @@ + diff --git a/Open-ILS/web/images/uhearst_logo.png b/Open-ILS/web/images/uhearst_logo.png new file mode 100644 index 0000000000..e423bb5c09 Binary files /dev/null and b/Open-ILS/web/images/uhearst_logo.png differ diff --git a/Open-ILS/web/images/uhearst_logo_small.png b/Open-ILS/web/images/uhearst_logo_small.png new file mode 100644 index 0000000000..2539e07a45 Binary files /dev/null and b/Open-ILS/web/images/uhearst_logo_small.png differ