/[drupal]/contributions/themes/civicspace/README.txt
ViewVC logotype

Contents of /contributions/themes/civicspace/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Thu Nov 10 16:14:14 2005 UTC (4 years ago) by occy
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.5: +5 -1 lines
File MIME type: text/plain
updated TODO setion
1 $Id: README.txt,v 1.5 2005/11/10 14:36:22 occy Exp $
2
3 CIVICSPACE THEME README
4 v0.2 Trae McCombs
5 Released with CivicSpace 0.8.2 under the AGPL license
6 Last updated 2005-11-10 9:20:02 AM
7
8 RELEASE NOTES
9 =============
10
11 The CivicSpace theme is taking a new direction. We ultimately hope to
12 have a theme that everyone can use as a good "base" theme for their
13 theming needs. We have developed a system of Layouts, and Skins.
14
15
16 Features
17 --------
18
19 * Layouts - pre-built templates for you to stack a skin on top of.
20 * Skins - built on top of a pre-existing layout, or create a new layout!
21 * no more hacks for previews!
22 * rich body classes for styling different node type or pages
23 * 1, 2, or 3 column source-ordered fluid columns
24
25 COMMENTS
26 ========
27 This theme is now broken up into these divisions:
28
29 /styles/layout.css Defines columnar layout styles for screen viewing
30 /styles/utility.css This stylesheet provides basic, generic styles
31 that can be used in all CivicSpace themes.
32
33 /global/print/
34 /global/print/print.css Print stylesheet for printer output;
35 toggle print preview with &print querystring
36
37
38 /layouts The base directory for all "templates"
39 /layouts/$LAYOUT Where $LAYOUT is a specific layout.
40 /layouts/republica/ An example layout.
41
42 /layouts/$LAYOUT/$SKIN Each layout can have multiple skins built
43 on top of it. The Skin is how the theme looks
44 while the layout is how things are positioned.
45
46 /layouts/republica/democratica
47 The Layout(Republica) has a Skin(Democratica)
48 and it is nestled inside of that layouts directory
49 The Republica layout may have more than one skin.
50
51 custom.css The file your skin will utilize to create the
52 ultimate look and feel of your theme.
53
54
55 These types of objects are styled as groups:
56
57 #branding
58 #navigation
59 * menus
60 * primary & secondary links
61 #local-tasks
62 #primary-local-tasks
63 #secondary-local-tasks
64 #content
65 #notices
66 #help
67 #messages
68 * forms
69 * lists
70 * inline elements
71
72
73 RECOMMENDATIONS
74 ===============
75 * set your date format to something nice looking under admin/settings and
76 "Date settings". Set it to something like May 20, 2005 18:30. Hopefully
77 we'll get nicer date formats in the future.
78
79
80 CONTACT US
81 ==========
82 This theme is now a group effort. If you would like to help us make
83 this theme better, please join #cstheme on irc.freenode.net
84
85 TO DO
86 =====
87 Information on features, bugs, and the future can be found here:
88
89 http://civicspacelabs.org/home/CivicSpaceThemePlan
90
91

  ViewVC Help
Powered by ViewVC 1.1.2