forked from plone/plonetheme.sunburst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
32 lines (22 loc) · 1.13 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Sunburst, a theme for Plone 4
=============================
Sunburst is a modern, minimalist, grid-based theme for Plone 4.
.. contents:: Table of contents
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.