| 1 |
; $Id: newswire.info,v 1.8 2009/11/03 22:22:04 jmburnz Exp $
|
| 2 |
|
| 3 |
name = Newswire
|
| 4 |
description = A four column, fixed width theme with configurable color options and fancy block styles using the <a href="http://drupal.org/project/skinr">Skinr module</a>. By <a href="http://adaptivethemes.com/">AdaptiveThemes</a>
|
| 5 |
core = 6.x
|
| 6 |
engine = phptemplate
|
| 7 |
screenshot = screenshot.png
|
| 8 |
|
| 9 |
; The regions defined in the page.tpl.php files. The name in
|
| 10 |
; brackets is the name of the variable. The text after the
|
| 11 |
; = sign is the short description you see on the block
|
| 12 |
; configuration page.
|
| 13 |
|
| 14 |
regions[leaderboard] = Leaderboard
|
| 15 |
regions[suckerfish] = Suckerfish menu
|
| 16 |
|
| 17 |
regions[header] = Header
|
| 18 |
|
| 19 |
regions[content_top_full_width] = Content top (950px)
|
| 20 |
regions[content_top_left] = Content top col 1 (470px)
|
| 21 |
regions[content_top_right] = Content top col 2 (470px)
|
| 22 |
|
| 23 |
regions[left] = Left (col 1)
|
| 24 |
|
| 25 |
regions[main_content_top] = Main Content top (col 2 top)
|
| 26 |
regions[content] = Main Content (col 2)
|
| 27 |
regions[main_content_bottom] = Main Content bottom (col 2 bottom)
|
| 28 |
|
| 29 |
regions[right_2] = Right 2 (col 3)
|
| 30 |
regions[right] = Right (col 4)
|
| 31 |
|
| 32 |
regions[right_top_box] = Right top box (390px)
|
| 33 |
regions[right_bottom_box] = Right bottom box (390px)
|
| 34 |
|
| 35 |
regions[content_bottom_left] = Content bottom col 1 (470px)
|
| 36 |
regions[content_bottom_right] = Content bottom col 2 (470px)
|
| 37 |
regions[content_bottom_full_width] = Content bottom (950px)
|
| 38 |
|
| 39 |
regions[footer] = Footer
|
| 40 |
|
| 41 |
regions[node_region] = Node region
|
| 42 |
|
| 43 |
; This section adds CSS files to your theme. The media type is specified in
|
| 44 |
; the brackets. Typical CSS media types include "all", "screen", "print", and
|
| 45 |
; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full
|
| 46 |
; list of stylesheet media types in CSS 2.1.
|
| 47 |
|
| 48 |
stylesheets[all][] = reset.css
|
| 49 |
stylesheets[all][] = html-elements.css
|
| 50 |
stylesheets[all][] = forms.css
|
| 51 |
stylesheets[all][] = layout.css
|
| 52 |
stylesheets[all][] = suckerfish.css
|
| 53 |
stylesheets[all][] = style.css
|
| 54 |
|
| 55 |
; The "features" control which of these check boxes display on the
|
| 56 |
; admin/build/themes configuration page. This is useful for
|
| 57 |
; suppressing check boxes for elements not used by your theme.
|
| 58 |
|
| 59 |
features[] = logo
|
| 60 |
features[] = name
|
| 61 |
features[] = slogan
|
| 62 |
features[] = mission
|
| 63 |
features[] = node_user_picture
|
| 64 |
features[] = comment_user_picture
|
| 65 |
features[] = search
|
| 66 |
features[] = favicon
|
| 67 |
features[] = primary_links
|
| 68 |
features[] = secondary_links
|
| 69 |
|
| 70 |
;Skinr Block border classes
|
| 71 |
|
| 72 |
skinr[nw-border-style][title] = Border Style
|
| 73 |
skinr[nw-border-style][type] = select
|
| 74 |
skinr[nw-border-style][features][] = block
|
| 75 |
skinr[nw-border-style][description] = Select a border style, the default is none.
|
| 76 |
skinr[nw-border-style][options][1][label] = Single border thin
|
| 77 |
skinr[nw-border-style][options][1][class] = nw-border-style-thin
|
| 78 |
skinr[nw-border-style][options][2][label] = Single border medium
|
| 79 |
skinr[nw-border-style][options][2][class] = nw-border-style-medium
|
| 80 |
skinr[nw-border-style][options][3][label] = Single border thick
|
| 81 |
skinr[nw-border-style][options][3][class] = nw-border-style-thick
|
| 82 |
skinr[nw-border-style][options][4][label] = Double border thin
|
| 83 |
skinr[nw-border-style][options][4][class] = nw-border-style-double
|
| 84 |
skinr[nw-border-style][options][5][label] = No border
|
| 85 |
skinr[nw-border-style][options][5][class] = nw-border-style-none
|
| 86 |
|
| 87 |
skinr[nw-corners][title] = Rounded Corners
|
| 88 |
skinr[nw-corners][type] = select
|
| 89 |
skinr[nw-corners][features][] = block
|
| 90 |
skinr[nw-corners][description] = Add rounded corners block for Gecko and Webkit browsers (IE always gets square corners).
|
| 91 |
skinr[nw-corners][options][1][label] = 3px
|
| 92 |
skinr[nw-corners][options][1][class] = nw-corners-3px
|
| 93 |
skinr[nw-corners][options][2][label] = 6px
|
| 94 |
skinr[nw-corners][options][2][class] = nw-corners-6px
|
| 95 |
skinr[nw-corners][options][3][label] = 12px
|
| 96 |
skinr[nw-corners][options][3][class] = nw-corners-12px
|
| 97 |
|
| 98 |
skinr[nw-background-fill][title] = Background fill
|
| 99 |
skinr[nw-background-fill][type] = select
|
| 100 |
skinr[nw-background-fill][features][] = block
|
| 101 |
skinr[nw-background-fill][description] = Add background fill to blocks.
|
| 102 |
skinr[nw-background-fill][options][1][label] = Light fill
|
| 103 |
skinr[nw-background-fill][options][1][class] = nw-background-fill-light
|
| 104 |
skinr[nw-background-fill][options][2][label] = Dark fill
|
| 105 |
skinr[nw-background-fill][options][2][class] = nw-background-fill-dark
|
| 106 |
|