Features
Customize styles in control panel.
Responsive design for tablets and smartphones
Special path bar with children
Layout customizations
Theme is SCSS based and styles most things with variables which can easily be customized in a control panel.
Just visit the customization view: http://localhost:8080/Plone/customstyles_form
Additional SCSS
You can easily register custom SCSS files in your addon package using ZCML, if you need to customize more than available through the web:
The SCSS files can also be restricted to a specific context interface or a specific request layer. Be aware that the context interface applies to the context the styles are rendered on, which is either the Plone site root or an INavigationRoot object.
Special path bar
For another fast way to navigate between content, this theme includes a special path bar, which shows the breadcrumb's children. This behavior can be disabled in the plone.app.registry, using the setting plonetheme.onegov.flyout_breadcrumbs.
https://raw.github.com/OneGov/plonetheme.onegov/master/docs/screenshot_flyout_breadcrumbs.png
Links
Github project repository: https://github.com/OneGov/plonetheme.onegov
Issue tracker: https://github.com/OneGov/plonetheme.onegov/issues
Continuous integration: https://jenkins.4teamwork.ch/search?q=plonetheme.onegov
|