eea.faceted.blue 1.0
Blue color theme for eea.facetednavigation
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| eea.faceted.blue-1.0.zip (md5) | Source | 2011-06-10 | 31KB | 325 | |
- Author: David Batranu
- Home Page: http://svn.plone.org/svn/collective/
- Keywords: eea facetednavigation blue theme
- License: GPL
- Categories
- Package Index Owner: david.batranu
- DOAP record: eea.faceted.blue-1.0.xml
