Metadata-Version: 1.1
Name: gloss.theme
Version: 0.7.1
Summary: gloss.theme
Home-page: https://github.com/glossproject/gloss.theme
Author: David Bain
Author-email: david@alteroo.com
License: GPL
Description: Gloss Project
        ==============
        
        A design process
        
        One of the key tools of the project is a theme which uses special gloss classes.
        
        CONSIDERED ALPHA: This project is considered in an alpha stage. Note because the tools don't work but because of the need for more comprehensive documentation. We are adding documentation as we go and when it is ready we will move the status to Beta.
        
        Gloss Classes
        ---------------
        The general approach is to use a gl namespace.
        So class will be always named in the manner below::
        
                    {gl namespace}-{what}-n{qualifier}
        
        classes provided::
        
                    core classes:
                    ==============
                    a.gl-logo (must be placed on an a tag, this is to preserve home link)
                    {gl namespace}-{what}-n{qualifier}
                    .gl-menu-link - add style to individual menu items
                    .gl-inner-only - (deprecated will be removed soon) only show on inner pages
                    .gl-front-only - (deprecated will be removed soon) only show on the frontpage
                    .gl-editbar - adds an edit bar
                    .gl-content - inserts the site content
                    .gl-content-body
                    .gl-content-byline
                    .gl-content-description
                    .gl-content-title
                    .gl-footer
                    .gl-below-content
        
                    drop classes:
                    ==============
                    .gl-drop
                    .gl-front-drop
                    .gl-inner-drop
        
                    layout classes:
                    ================
                    .gl-one-column-layout
                    .gl-two-column-layout.gl-right-sidebar
                    .gl-two-column-layout.gl-left-sidebar
                    .gl-two-column-layout.gl-right-column (deprecated will be removed soon)
                    .gl-two-column-layout.gl-left-column (deprecated will be removed soon)
                    .gl-three-column-layout
                    
                         .gl-second-column
                         .gl-first-column
                    
        For the most up-to-date reference documentation visit http://the-gloss-project.readthedocs.org/en/latest/
        
        
        
        
        Changelog
        ========
        
        0.7.1
        ------
        
        - added support for webflow dropdown/webcouturier.dropdownmenu menus
        
        0.7.0
        ------
        
        - there are enough changes to warrant bumping to 0.7.0
        
        - added jquery migrate to the registry
        
        - cssregistry now disables public.css and reset.css when theme is active
        
        - removed call to bootstrap css also added sensible webflow defaults
        
        - added rules to inject webflow current on the menu when a section is active
        
        - Update custom.xml
        
        - Create grid-webflow.xml
        
        - Update README.rst
        
        - added support for gl-sidebar-left and gl-sidebar-right
        
        
        0.5.4
        -------------------
        
        - reverted the factoring out of the inline xsl as it does not work
        
        - factored out plone.app.toolbar rules into an optional plone.app.toolbar.xml file
        
        - started keeping a changelog
        
        
        0.1dev (unreleased)
        -------------------
        
        - Initial release
        
Keywords: theme,gloss
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
