Projet

Général

Profil

Paste
Télécharger (6,51 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / sky / color / color.inc @ 98c5df5c

1
<?php
2
// Sky
3
$info = array(
4
  'fields' => array(
5
    'base'             => t('Page background'),
6
    'contentbg'        => t('Content background'),
7
    'text'             => t('Text'),
8
    'sitename'         => t('Site name'),
9
    'siteslogan'       => t('Site slogan'),
10
    'navigationbg'     => t('Nav background'),
11
    'navigationfg'     => t('Nav foreground'),
12
    'titlepage'        => t('Page title'),
13
    'titleblock'       => t('Block title'),
14
    'titlelinked'      => t('Linked titles'),
15
    'link'             => t('Links'),
16
    'linkhover'        => t('Links hover'),
17
    'tabbg'            => t('Tabs background'),
18
    'tabfg'            => t('Tabs foreground'),
19
    'tabbgactive'      => t('Tabs background hover'),
20
    'tabfgactive'      => t('Tabs foreground hover'),
21
    'nodelinksbg'      => t('Node links background'),
22
    'nodelinksfg'      => t('Node links foreground'),
23
    'nodelinksbghover' => t('Node links background hover'),
24
    'nodelinksfghover' => t('Node links foreground hover'),
25
    'footerbg'         => t('Footer background'),
26
    'footerfg'         => t('Footer foreground'),
27
    'footerlinks'      => t('Footer links'),
28
    'footerlinkshover' => t('Footer links hover'),
29
    'headerfg'         => t('Header foreground'),
30
    'headerlinks'      => t('Header links'),
31
    'headerlinkshover' => t('Header links hover'),
32
  ),
33
  'schemes' => array(
34
    'default' => array(
35
      'title' => t('Vanilla Sky (default)'),
36
      'colors' => array(
37
        'base'             => '#efedea',
38
        'contentbg'        => '#ffffff',
39
        'text'             => '#000000',
40
        'tabbg'            => '#fffffe',
41
        'tabfg'            => '#101010',
42
        'tabbgactive'      => '#efedeb',
43
        'tabfgactive'      => '#111111',
44
        'sitename'         => '#4c4742',
45
        'siteslogan'       => '#837b72',
46
        'navigationbg'     => '#e1dfdc',
47
        'navigationfg'     => '#4d453e',
48
        'titlepage'        => '#100001',
49
        'titleblock'       => '#5e5247',
50
        'titlelinked'      => '#100011',
51
        'link'             => '#1c6ea0',
52
        'linkhover'        => '#42a9be',
53
        'nodelinksbg'      => '#e7e5e3',
54
        'nodelinksfg'      => '#100100',
55
        'nodelinksbghover' => '#d7d5d3',
56
        'nodelinksfghover' => '#100101',
57
        'footerbg'         => '#e3e1df',
58
        'footerfg'         => '#010101',
59
        'footerlinks'      => '#126598',
60
        'footerlinkshover' => '#127ba5',
61
        'headerfg'         => '#101000',
62
        'headerlinks'      => '#0679be',
63
        'headerlinkshover' => '#42a9ba',
64
      ),
65
    ),
66
    'sky_blue' => array(
67
      'title' => t('Blue Sky'),
68
      'colors' => array(
69
        'base'             => '#195594',
70
        'contentbg'        => '#ffffff',
71
        'text'             => '#000000',
72
        'tabbg'            => '#eeeeee',
73
        'tabfg'            => '#000000',
74
        'tabbgactive'      => '#ededed',
75
        'tabfgactive'      => '#000000',
76
        'sitename'         => '#ffffff',
77
        'siteslogan'       => '#ffffff',
78
        'navigationbg'     => '#5d9dd0',
79
        'navigationfg'     => '#111111',
80
        'titlepage'        => '#100001',
81
        'titleblock'       => '#101010',
82
        'titlelinked'      => '#000000',
83
        'link'             => '#2897d7',
84
        'linkhover'        => '#1473d7',
85
        'nodelinksbg'      => '#eeeeee',
86
        'nodelinksfg'      => '#000002',
87
        'nodelinksbghover' => '#aaaaaa',
88
        'nodelinksfghover' => '#000003',
89
        'footerbg'         => '#eeeeee',
90
        'footerfg'         => '#000000',
91
        'footerlinks'      => '#2897d7',
92
        'footerlinkshover' => '#1473d7',
93
        'headerfg'         => '#ffffff',
94
        'headerlinks'      => '#78bbe2',
95
        'headerlinkshover' => '#42a9be',
96
      ),
97
    ),
98
    'sky_purple' => array(
99
      'title' => t('Purple'),
100
      'colors' => array(
101
        'base'             => '#382d49',
102
        'contentbg'        => '#ffffff',
103
        'text'             => '#000000',
104
        'tabbg'            => '#efedea',
105
        'tabfg'            => '#000000',
106
        'tabbgactive'      => '#382d48',
107
        'tabfgactive'      => '#ffffff',
108
        'sitename'         => '#ffffff',
109
        'siteslogan'       => '#ccbcd2',
110
        'navigationbg'     => '#ada2b4',
111
        'navigationfg'     => '#000000',
112
        'titlepage'        => '#5f3276',
113
        'titleblock'       => '#666666',
114
        'titlelinked'      => '#482762',
115
        'link'             => '#4f1b88',
116
        'linkhover'        => '#8e45d3',
117
        'nodelinksbg'      => '#ddd6e0',
118
        'nodelinksfg'      => '#000000',
119
        'nodelinksbghover' => '#d7d5d3',
120
        'nodelinksfghover' => '#000000',
121
        'footerbg'         => '#4a3f5a',
122
        'footerfg'         => '#f8f2f2',
123
        'footerlinks'      => '#b195b0',
124
        'footerlinkshover' => '#42a9be',
125
        'headerfg'         => '#cccccc',
126
        'headerlinks'      => '#997da6',
127
        'headerlinkshover' => '#42a9be',
128
      ),
129
    ),
130
    'sky_red' => array(
131
      'title' => t('Red'),
132
      'colors' => array(
133
        'base'             => '#a21a2e',
134
        'contentbg'        => '#fffffe',
135
        'text'             => '#000000',
136
        'tabbg'            => '#fffffe',
137
        'tabfg'            => '#101010',
138
        'tabbgactive'      => '#efedeb',
139
        'tabfgactive'      => '#111111',
140
        'sitename'         => '#ffffff',
141
        'siteslogan'       => '#ffffff',
142
        'navigationbg'     => '#8a0509',
143
        'navigationfg'     => '#ffffff',
144
        'titlepage'        => '#000000',
145
        'titleblock'       => '#999999',
146
        'titlelinked'      => '#000000',
147
        'link'             => '#cf3f54',
148
        'linkhover'        => '#42a9be',
149
        'nodelinksbg'      => '#e7e5e3',
150
        'nodelinksfg'      => '#54493e',
151
        'nodelinksbghover' => '#d7d5d3',
152
        'nodelinksfghover' => '#42382e',
153
        'footerbg'         => '#8a0509',
154
        'footerfg'         => '#ffffff',
155
        'footerlinks'      => '#aaaaaa',
156
        'footerlinkshover' => '#42a9be',
157
        'headerfg'         => '#ffffff',
158
        'headerlinks'      => '#aaaaaa',
159
        'headerlinkshover' => '#42a9be',
160
      ),
161
    ),
162
  ),
163
  'css' => array(
164
    'color/colors.css',
165
  ),
166
  'copy' => array(
167
    'logo.png',
168
  ),
169
  'gradients' => array(
170
    array(
171
      'dimension' => array(0, 0, 0, 0),
172
      'direction' => 'vertical',
173
      'colors' => array('link', 'text'),
174
    ),
175
  ),
176
  'fill' => array(),
177
  'slices' => array(),
178
  'blend_target' => '#ffffff',
179
  'preview_image' => 'color/color-preview.png',
180
  'preview_css' => 'color/preview.css',
181
  'base_image' => 'color/base.png',
182
);