Bug 8597: Create new CCSR theme
authorFrederick Capovilla <frederick.capovilla@libeo.com>
Sun, 12 Aug 2012 22:28:02 +0000 (18:28 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 18 Sep 2012 11:38:28 +0000 (13:38 +0200)
commitc7c2e9efbde273f2b77786316b7502a8847072bd
tree3cc22b1eee09bbb3c5633d2a6103631d1c4c5e20
parent9f1860c01e616ced4bf3e6123dfa2fd429b51709
Bug 8597: Create new CCSR theme

Creates a new theme for the OPAC called "ccsr." The new theme has a much
cleaner, more modern look than the prog theme, and is designed from the
ground up to work on mobile devices using media queries. A later patch
will include the mobile view.

In order to activate the theme, change the opacthemes syspref to 'ccsr'
and make sure that your opaccolorstylesheet is set to 'colors.css.'

Sponsored-by: Centre collégial des services regroupés (CCSR)
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
All work was originally done by Frederick, but I converted his
modifications to the prog template into a new template called ccsr.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
40 files changed:
koha-tmpl/opac-tmpl/ccsr/en/css/colors.css [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/en/includes/navigation.inc [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/en/includes/opac-bottom.inc [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/en/js/basket.js [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/en/js/script.js [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/arrow-right-grey-11x6.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/arrow-right-grey-logo.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/bg-result-light.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/bg-results-control.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/bg-search-bar.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/btn-search-bar.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_bg_header.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_bg_login-bottom.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_bg_login-top.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_bg_login.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_bg_search-control-left.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_bg_search-control-right.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_bg_search-left.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_bg_search-right.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_bg_submit.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_logo_koha.jpg [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_puce_liste.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_puce_search.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_select-puce.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_sep_account-bottom.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_sep_account-top.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_sep_account.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_sep_footer.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_sep_header.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_sep_search-bottom.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_sep_search-top.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_sep_search.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_sep_tabs.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_toolbar-button-cart.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/img_toolbar-button-lists.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/logo-koha.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/ccsr/images/mobile-menu-button.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jqtransform_select.js [new file with mode: 0644]