Skip to main content

Blue color theme for eea.facetednavigation

Project description

Introduction

This package applies a blue color theme to the eea.facetednavigation interface.

Three CSS files are used:

  • view.css - always loaded, contains CSS overrides for the facetednavigation styles displayed on view;

  • edit.css - loaded for the configuration page;

  • js.css - always loaded, contains JavaScript and plugins overrides.

Replacement images are also provided (used for loading animations and placeholder indicators on the configuration page)

The CSS overrides work by simply providing a more exact selector for the elements. This is accomplished by placing div in front of the default facetednavigation selector, e.g.:

div .tags-cloud li {
  color: #CDE0EF;
}

Installation

If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:

  • Add eea.faceted.blue to the list of eggs to install, e.g.:

[buildout]
...
eggs =
    ...
    eea.faceted.blue
  • Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

[instance]
recipe = plone.recipe.zope2instance
...
zcml =
    eea.faceted.blue
  • Re-run buildout, e.g. with:

    $ ./bin/buildout

After restarting the instance, go to Site Setup -> Add-on Products and install eea.faceted.blue.

You can also use portal_quickinstaller from the ZMI.

Changelog

1.0 (2011-06-10)

  • Feature: Blue color theme for eea.facetednavigation [david.batranu]

  • Initial release

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eea.faceted.blue-1.0.zip (32.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page