From: dbs Date: Fri, 4 Dec 2009 21:33:21 +0000 (+0000) Subject: Add a basic HRSRH theme for testing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8e86467712e8c74bc1610f4da29206735ecee641;p=contrib%2FConifer.git Add a basic HRSRH theme for testing git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@739 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/web/opac/images/hrsrh_logo.png b/web/opac/images/hrsrh_logo.png new file mode 100644 index 0000000000..bea349b346 Binary files /dev/null and b/web/opac/images/hrsrh_logo.png differ diff --git a/web/opac/images/hrsrh_logo_small.png b/web/opac/images/hrsrh_logo_small.png new file mode 100644 index 0000000000..59de781a9f Binary files /dev/null and b/web/opac/images/hrsrh_logo_small.png differ diff --git a/web/opac/skin/hrsrh/xml/common/css_common.xml b/web/opac/skin/hrsrh/xml/common/css_common.xml new file mode 100644 index 0000000000..c3b1c6d622 --- /dev/null +++ b/web/opac/skin/hrsrh/xml/common/css_common.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/web/opac/skin/hrsrh/xml/common/logo.xml b/web/opac/skin/hrsrh/xml/common/logo.xml new file mode 100644 index 0000000000..da03395f20 --- /dev/null +++ b/web/opac/skin/hrsrh/xml/common/logo.xml @@ -0,0 +1,4 @@ +
+ + +
diff --git a/web/opac/skin/hrsrh/xml/home/homesearch.xml b/web/opac/skin/hrsrh/xml/home/homesearch.xml new file mode 100644 index 0000000000..14d2b8bab0 --- /dev/null +++ b/web/opac/skin/hrsrh/xml/home/homesearch.xml @@ -0,0 +1,135 @@ + + + + + + + + diff --git a/web/opac/theme/hrsrh/css/colors.css b/web/opac/theme/hrsrh/css/colors.css new file mode 100644 index 0000000000..6086d689c9 --- /dev/null +++ b/web/opac/theme/hrsrh/css/colors.css @@ -0,0 +1,102 @@ +body a { color: black; text-decoration: none;} +body a:visited { color: black; text-decoration: none;} +body a.search_link:visited { color: #003399; text-decoration: none; font-weight: bold; } +body a:hover { color: red; text-decoration: underline;} + + +/* the idea is to have 4 complimentary colors that + * are used throughout the opac. Edit those colors + * in this file + */ + +.color_1 { background: #00AAAA; color: #000000; } +.color_2 { background: #FFC211; color: #000000; } +.color_3 { background: #00CCCC; color: #000000; } +.color_4 { background: #E0E0F0; color: #000000; } + +.border_1 { border: 1px solid #00AAAA; } +.border_2 { border: 1px solid #FFC211; } +.border_3 { border: 1px solid #00CCCC; } +.border_4 { border: 1px solid #E0E0F0; } + +.border_1_2 { border: 2px solid #00AAAA; } +.border_2_2 { border: 2px solid #FFC211; } +.border_3_2 { border: 2px solid #00CCCC; } +.border_4_2 { border: 2px solid #E0E0F0; } + +.border_1_3 { border: 3px solid #00AAAA; } +.border_2_3 { border: 3px solid #FFC211; } +.border_3_3 { border: 3px solid #00CCCC; } +.border_4_3 { border: 3px solid #E0E0F0; } + + + + +/* general purpose light borders */ +.border_5 { border: 1px solid #D0D0D0; } +.border_6 { border: 1px solid #808080; } + +input:focus { background: #E0E0F0; color: #000000;} +a:focus { background: #E0E0F0; color: #000000;} + + +/* ---------------------------------------------------------------------- */ + +.canvas { /* main content div for each page */ + border-left: 3px solid #00AAAA; + border-bottom: 3px solid #00AAAA; + border-top: 3px solid #00AAAA; +} + +/* border around home search box */ +.home_search { border: 3px solid #00AAAA; } + +/* main nav sidebar */ +.sidebar_item_active { background: #00AAAA; } + +/* record detail summary block */ +.rdetail_desc { border: 1px solid #00AAAA; } +.rdetail_item { border: 1px solid #00AAAA; } +.rdetail_extras_selected { background: #E0E0F0;} + + +.data_grid thead tr { background: #E0E0F0; color: #000000; } +.data_grid thead td { border: 1px solid #808080; } +.data_grid tbody td { border: 1px solid #00CCCC; } +.data_grid_nb thead tr { background: #E0E0F0; color: #000000; } +.data_grid_nb thead td { border: none; } +.data_grid_nb tbody td { border: none; } + +.light_border { border: 1px solid #00CCCC; } + +.adv_quick_search_submit { border-bottom: 3px solid #00CCCC;} + +.myopac_link_active { background: #00CCCC; } + +.sidebar_extra_link { text-decoration: none; } +#searchbar_tag_on { color: red; } +.searchbar_item { color: black; } +#login_box { border-top: 1px solid #808080; border-bottom: 1px solid #808080; } +#next_prev_links_dead { color: #808080; text-decoration: none; } + +.nav_link_active {font-weight: bold;} + +.search_link { color: #003399; text-decoration: none; font-weight: bold; } +.result_table_subtable { border-top: 1px solid #E0E0F0; } + +.copy_count_cell { border-right: 1px solid #E0E0F0; } +.copy_count_div { border-left: 2px solid #00CCCC; border-right: 2px solid #00CCCC; } + +#rdetail_image_cell { border: 1px solid white; border-right: 1px solid #00AAAA;} + + + +.x_mark { color: red; } +.check_mark { color: green; } + +#myopac_holds_thaw_date_form { border: 1px solid #E0E0F0; } + +.invalid_field { border: 3px solid red; } + +.hold_expire_warning { color:red; } +