Hive admin-side theme (Classic Yellow) for Textpattern CMS

You are free to modify this theme, reuse code herein, and distribute all its
supporting files as long as licences are respected (see below).


== Installation instructions ==

# Upload the directory 'hive' into your Textpattern installation -> admin-themes
  directory.
# Log in to your Textpattern admin area. Navigate to admin -> preferences ->
  admin.
# Select 'Hive' from the 'Admin-side theme' dropdown list. Save the preferences.


== Optional customizations for advanced users ==

You can disable auto-expanding text areas (autosize.js) by adding the following
line into Textpattern 'config.php' file (before the closing '?>' line):

    define('no_autosize', true);

We also provide an optional user-defined custom CSS and JavaScript file for
further customization of the admin-side theme. By default, these are located at:

    assets -> css -> custom.css
    assets -> js -> custom.js

You may use different file names by adding the following line(s) within your
Textpattern 'config.php' file (before the closing '?>' line):

    define('admin_custom_css', 'your_custom_rules.css');
    define('admin_custom_js', 'your_custom_javascript.js');

You can then use those files to customize the admin-side theme to your
requirement.

Note: be careful not to overwrite your own custom rules when updating to a new
version of Textpattern!
