/[drupal]/contributions/themes/airyblue/airyblue.info
ViewVC logotype

Contents of /contributions/themes/airyblue/airyblue.info

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


Revision 1.3 - (show annotations) (download)
Sat Oct 31 23:01:43 2009 UTC (3 weeks, 6 days ago) by geerlingguy
Branch: MAIN
CVS Tags: DRUPAL-6--1-3
Changes since 1.2: +5 -5 lines
#568046 by geerlingguy - fixes zebra striping, plus a couple other small issues
1 ; $Id: airyblue.info,v 1.2 2009/10/31 22:51:31 geerlingguy Exp $
2
3
4 ; The name and description of the theme used on the admin/build/themes page.
5 name = Airy Blue
6 description = A lightweight, clean and beautiful blog-style theme originally designed for www.opensourcecatholic.com by Jeff Geerling.
7
8 ; The screenshot used on the admin/build/themes page.
9 screenshot = screenshot.png
10
11 ; "core" specifies the version of Drupal that this theme is compatible with.
12 ; "base theme" specifies that this is a theme that uses the "zen" theme as its
13 ; base theme. Its unlikely you will ever need to change these, but they are
14 ; required fields for a Zen sub-theme. The "engine" field is not used in a
15 ; sub-theme since the engine is inherited from its base theme.
16 core = 6.x
17 base theme = zen
18
19 ; This section adds CSS files to your theme. The media type is specified in
20 ; the brackets. Typical CSS media types include "all", "screen", "print", and
21 ; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full
22 ; list of stylesheet media types in CSS 2.1. The iPhone's preferred media type
23 ; is based on the CSS3 Media queries. http://www.w3.org/TR/css3-mediaqueries/
24 ;
25 ; You can also override any of Zen's stylesheets or any module's stylesheets,
26 ; an /extremely/ useful feature. See the excellent Drupal 6 Theme Guide at
27 ; http://drupal.org/node/171209 for more details.
28 stylesheets[all][] = css/html-elements.css
29 stylesheets[all][] = css/wireframes.css
30 stylesheets[all][] = css/layout.css
31 stylesheets[all][] = css/backgrounds.css
32 stylesheets[all][] = css/tabs.css
33 stylesheets[all][] = css/messages.css
34 stylesheets[all][] = css/pages.css
35 stylesheets[all][] = css/block-editing.css
36 stylesheets[all][] = css/blocks.css
37 stylesheets[all][] = css/navigation.css
38 stylesheets[all][] = css/views-styles.css
39 stylesheets[all][] = css/nodes.css
40 stylesheets[all][] = css/comments.css
41 stylesheets[all][] = css/forms.css
42 stylesheets[all][] = css/fields.css
43 stylesheets[print][] = css/print.css
44 ; stylesheets[handheld][] = css/mobile.css
45 ; stylesheets[only screen and (max-device-width: 480px)][] = css/iphone.css
46
47 ; Set the conditional stylesheets that are processed by IE.
48 ; conditional-stylesheets[if IE][all][] = css/ie.css
49 ; conditional-stylesheets[if lte IE 6][all][] = css/ie6.css
50
51 ; Optionally add some jquery scripts to your theme.
52 ; scripts[] = script.js
53
54 ; The regions defined in Zen's default page.tpl.php file. The name in
55 ; brackets is the name of the variable in the page.tpl.php file, (e.g.
56 ; "[content_top]" in the .info file means there should be a $content_top
57 ; variable in the page.tpl.php file.) The text after the equals sign is a
58 ; descriptive text used on the admin/build/blocks page.
59 ;
60 ; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory,
61 ; add a line line to this file, and then add the new variable to your
62 ; page.tpl.php template.
63 regions[left] = first sidebar
64 regions[right] = second sidebar
65 regions[navbar] = navigation bar
66 regions[content_top] = content top
67 regions[content_bottom] = content bottom
68 regions[footer] = footer
69 regions[closure_region] = closure
70
71 ; Various page elements output by the theme can be toggled on and off. The
72 ; "features" control which of these check boxes display on the
73 ; admin/build/themes config page. This is useful for suppressing check boxes
74 ; for elements not used by your sub-theme. To suppress a check box, omit the
75 ; entry for it below. See the Drupal 6 Theme Guide for more info:
76 ; http://drupal.org/node/171205#features
77 features[] = logo
78 features[] = name
79 features[] = slogan
80 features[] = mission
81 features[] = node_user_picture
82 features[] = comment_user_picture
83 features[] = search
84 features[] = favicon
85 features[] = primary_links
86 features[] = secondary_links
87
88 ; Set the default settings to be used in theme-settings.php
89 settings[zen_block_editing] = 1
90 settings[zen_breadcrumb] = yes
91 settings[zen_breadcrumb_separator] = ' › '
92 settings[zen_breadcrumb_home] = 1
93 settings[zen_breadcrumb_trailing] = 1
94 settings[zen_breadcrumb_title] = 0
95 settings[zen_rebuild_registry] = 1
96 settings[zen_wireframes] = 0

  ViewVC Help
Powered by ViewVC 1.1.2