Metadata-Version: 1.0
Name: plonetheme.responsive1140
Version: 1.1
Summary: A responsive theme for Plone
Home-page: https://github.com/collective/plonetheme.responsive1140
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This theme use 1140_ css grid system. It use plone.app.theming_ but it
        is not 100% diazo compliant because it override globalnav viewlet template.
        
        You can watch a `preview on Youtube <http://www.youtube.com/watch?v=5_VGtfYR3zE>`_.
        
        About 1140 CSS grid
        ===================
        
        The 1140 grid fits perfectly into a 1280 monitor. On smaller monitors it becomes
        fluid and adapts to the width of the browser.
        
        Beyond a certain point it uses media queries to serve up a mobile version, which
        essentially stacks all the columns on top of each other so the flow of
        information still makes sense.
        
        Scrap 1024! Design once at 1140 for 1280, and with very little extra work, it
        will adapt itself to work on just about any monitor, even mobile.
        
        By Andy Taylor `@andytlr <https://twitter.com/andytlr>`_
        
        You can get a `photoshop template <http://download.cssgrid.net/1140_CccGrid_Template.psd>`_
        
        License: 1140 grid is licensed under `Creative Commons Attribution 3.0 <http://creativecommons.org/licenses/by/3.0/au>`_
        
        Differences with plonetheme.responsivetheme_
        ============================================
        
        The main difference is only on implementation: this theme is based on the
        framework 1140 where responsivetheme use only mediaqueries.
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
        - `Planet Makina Corpus <http://www.makina-corpus.org>`_
        - `Contact us <mailto:python@makina-corpus.org>`_
        
        Authors
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. Contributors
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        .. _1140: http://cssgrid.net/
        .. _plone.app.theming: http://pypi.python.org/pypi/plone.app.theming
        .. _plonetheme.responsivetheme: http://plone.org/products/plonetheme.responsivetheme
        
        Changelog
        =========
        
        1.1 (2012-02-17)
        ----------------
        
        - Fix css registry configuration, that make the theme broken in production mode
          [toutpt kiorky]
        
        1.0 (2012-01-17)
        ----------------
        
        - Initial release
        
Keywords: plone
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
