This commit serves to create the various "_custom.css" files referenced throughout the code.
These files, when nonexistent, can lead to bloated Apache error logs because they 404 each time
they are referred to.
In the interest of providing more information about what they do, lets create them during the install
process and provide a quick comment about their purpose.
Signed-off-by: Michael Peters <mrpeters@library.in.gov>
--- /dev/null
+/* CSS for customizations to marc2html */
--- /dev/null
+/* This css file is parsed before register.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin.
+This file should be edited, in lieu of register.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */
--- /dev/null
+/* CSS for customization of vandelay.tt2 */
--- /dev/null
+/* This css file is parsed before cat.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin.
+This file should be edited, in lieu of cat.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */
--- /dev/null
+/* This css file is parsed before circ.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin.
+This file should be edited, in lieu of circ.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */
--- /dev/null
+/* Settings here override default values from constants.js */
--- /dev/null
+/* This css file is parsed before global.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin.
+This file should be edited, in lieu of global.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */
--- /dev/null
+/* This css file is parsed before patron_display.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin.
+This file should be edited, in lieu of patron_display.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */
--- /dev/null
+/* This css file is parsed before patron_summary.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin.
+This file should be edited, in lieu of patron_summary.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */
--- /dev/null
+/* This css file is parsed before simple_auth.css in order to allow for upgrade-friendly customizations in the Evergreen OPAC skin.
+This file should be edited, in lieu of simple_auth.css, to avoid overwriting customizations when upgrading to new versions of Evergreen. */