Skip to main content

New theme for Plone 4.0

Project description

Sunburst, a theme for Plone 4

Sunburst is a modern, minimalist, grid-based theme for Plone 4.

Goals:

  • Keep the theme color-neutral (black, white, grays), so it meshes with any company logo and doesn’t feel like it requires color adjustment for doing the 10-minute-show-it-to-the-boss exercise.

  • The theme does not use any tables for layout, and is based on the Deco grid approach which is currently in use on plone.org. It works perfectly in all browsers, including IE6.

  • The grid works in both fixed-width and flexible-width modes, there’s a commented-out section in the top of the CSS file you can enable if you want fixed-width layout.

  • No substantial markup changes outside of the table removal - class and ID names are kept.

  • The theme uses some CSS3 features, but degrades gracefully.

  • The theme does not use any DTML.

  • When viewed on a device with less than 640px width, the portlets neatly tuck under the main content area. This means that the site works well with CSS-enabled devices like tablets and phones that may have limited resolution.

Changelog

1.0.1 - 2010-07-07

  • Removed remaining references to empty sunburst_js folder. [hannosch]

1.0 - 2010-07-07

1.0b7 - 2010-05-31

  • Improved typography and vertical rhythm of the theme to improve UX. [spliter]

  • Moved overlay close button to upper-left to get it off the vertical scrollbar when a an ajax overlay is longer than the viewport. [stevem]

  • Set overflow-y:auto on ajax overlays to support forms longer than the viewport. [stevem]

1.0b6 - 2010-05-03

  • Remove styling of path_bar. Breadcrumbs should now behave in a manner similar to that of Plone 3. [esteele]

1.0b5 - 2010-05-03

1.0b4 - 2010-05-01

  • Always enable breadcrumbs on all levels. ploneCustom contains an example on how to disable them on the first levels. This closes http://dev.plone.org/plone/ticket/9987 again. [elvix, hannosch]

  • Added tests for “ajax_load” query string in main_template. When found, skip anything expensive that isn’t going to show in an ajax overlay. The plone.app.jquerytools overlay helper sets the ajax_load query string to prevent browser caching. [smcmahon]

  • Removed fixed vertical position for overlays. This needs to be computed on display so that overlays don’t display out of the viewport on long pages. [smcmahon]

  • Remove display:none for navigation portlet header. This is now handled through the template. [esteele]

  • Improved style of blocked portlets. [igbun]

  • Be carefull with adding ie hacks to IEFixes.css since Sunburst Theme uses IE8.js. Fixes http://dev.plone.org/plone/ticket/10417. [pelle]

  • Improved overlay styling e.g. for openid overlay. Done when stepping trough #10035 and it’s tried to make as general as possible. [pelle]

1.0b3 - 2010-04-10

  • Improved mobile styling. [limi]

  • Less disruptive styling for inline validation, it no longer shifts the form around in a significant way. [limi]

  • Remove unused personalize_form template and unneeded copies of the author template and prefs_main_template. [davisagli]

  • Updated styling for breadcrumbs, tags/keywords, and added styles for the currently selected nav tree item. [limi]

  • Adjusted viewlets so that Sunburst uses the viewlet configuration from plone.app.layout.viewlets. [davisagli]

  • Improved call-out and pull-quote styling. [limi]

  • Improved general overlay styling. [limi]

  • Improved history pop-up styling. [limi]

  • Fix columns in prefs_main_template. [davisagli]

  • Pass the current view to getColumnsClass. This is needed if the view is not the @@plone view and it has different portlets (such as on the portlet management views). This closes http://dev.plone.org/plone/ticket/10320. [davisagli]

  • Repositioned the searchbox for RTL scripts. Fixes http://dev.plone.org/plone/ticket/10367. [emanlove]

  • Stop hiding the (now) non-existing sendto action. Refs http://dev.plone.org/plone/ticket/8800. [dukebody]

  • Fixed help_biography message. [vincentfretin]

1.0b2 - 2010-03-05

  • Established Sunburst-specific browser view similar to ploneview and moved out the logic of applying special width/position CSS class on #portal-column-content from main_template.pt to that view. Closes http://dev.plone.org/plone/ticket/10292 [spliter]

  • Set up testing environment for the package [spliter]

  • Inline images should not have borders (makes it hard to insert graphics that are part of a sentence, or similar), and we don’t have any other round elements in the basic design (the edit bar is special, and is round to differentiate itself from the “stable elements”), so removed the rounded corners for image frames. [limi]

  • Added some padding to a <fieldset> in order to have better-looking forms. References http://dev.plone.org/plone/ticket/9824 [spliter]

  • Moved language selector and personal tools viewlets into plone.portalheader viewlet manager and re-positioned them relatively instead of absolute. Closes http://dev.plone.org/plone/ticket/10252 [spliter]

  • Hide the “up to groups overview” link and fieldset border in the “add group” overlay. Closes http://dev.plone.org/plone/ticket/10149 Closes http://dev.plone.org/plone/ticket/10150 [stuttle]

  • Replaced references to redundant #region-content to #content in stylesheets. References http://dev.plone.org/plone/ticket/10231 [spliter]

  • Adding back IE8.js to fix Sunburst for IE6/7, re-enabling mobile device support. [limi]

  • Adding IE8.js v2.1 beta, this should resolve the issues with @media selectors, and let us re-enable the mobile support again. Thanks to Dean Edwards for fixing this. [limi]

1.0b1 - 2010-02-18

1.0a5 - 2010-02-01

1.0a4 - 2009-12-21

  • made descriptions for items in livesearch wrap normally [spliter]

  • fixed positioning of livesearch to not overflow the screen on the right and have horizontal scrollbar. [spliter]

  • Enabled thumbnails view in Sunburst. Fixes #9870. [spliter]

  • Do not display the author contact form when the author has no email (for example for openid users). Refs #8707. [maurits]

  • On author.cpt, only display the “log in to add comments” button if mailhost is defined. Only show the mailhost warning if user is authenticated. [esteele]

1.0a3 - 2009-12-02

  • Add selectors for openid login form section to login styles. [smcmahon]

  • Sunburst has it’s own table-less prefs_main_template.pt to keep validation of control panels for both sunburst and plonetheme.classic [spliter]

  • removed negative margin from #contentActionMenus - it broke the rounded corner of #edit-bar [spliter]

  • moved “Manage portlets” fallback link out of main_template to plone.manage_portlets_fallback viewlet http://dev.plone.org/plone/ticket/9808 [spliter]

  • Update styles to reflect the move to @@register and @@new-user [esteele]

1.0a2 - 2009-11-18

  • Remove non-ascii character in README that prevented distribution. [esteele]

1.0a1 - 2009-11-18

  • Initial release

Project details


Download files

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

Source Distribution

plonetheme.sunburst-1.0.1.zip (60.0 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