Templatize TPAC styles
authorDan Scott <dscott@laurentian.ca>
Thu, 26 Jul 2012 21:39:06 +0000 (17:39 -0400)
committerDan Scott <dan@coffeecode.net>
Sun, 29 Jul 2012 04:50:11 +0000 (00:50 -0400)
commitd6d31aab3c851c0613d46b2928839b76bff8efcb
tree5657a54219cfdf8cfec404c1391c113d83798df2
parentd128743dccb6a252f2765d93fcd5cefc0e7f958d
Templatize TPAC styles

Begin by gathering the colors together in one consistent file, such that
skinning for the purposes of color only needs to touch one small file.
Also, it should make things easier for designers to reduce drastically
the number of colors that are actually used in the design.

Also, enable TT to handle the CSS files in Apache configuration.

Also, convert the login background image into a simple gradient.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/examples/apache/eg_vhost.conf
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm
Open-ILS/src/templates/opac/css/style.css.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/base.tt2
Open-ILS/src/templates/opac/parts/css/colors.tt2 [new file with mode: 0644]
Open-ILS/web/css/skin/default/opac/style.css [deleted file]
Open-ILS/web/images/login-bg.jpg [deleted file]