Projet

Général

Profil

Paste
Télécharger (14,7 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / pixture_reloaded / color / color.inc @ 87dbc3bf

1
<?php
2
// Color definitions for Pixture Reloaded.
3
$info = array(
4
  // Fields
5
  'fields' => array(
6
    'base'     => t('Base'),
7
    'page'     => t('Page background'),
8
    'sitename' => t('Site name'),
9
    'slogan'   => t('Slogan'),
10
    'header'   => t('Header text'),
11
    'mmenu'    => t('Main Menu links'),
12
    'link'     => t('Links'),
13
    'top'      => t('Header top'),
14
    'bottom'   => t('Header bottom'),
15
    'ftop'     => t('Footer top'),
16
    'fbottom'  => t('Footer bottom'),
17
    'text'     => t('Text'),
18
    'blockh'   => t('Block title bg'),
19
    'blockht'  => t('Block title'),
20
    'blockbg'  => t('Block body'),
21
    'borders'  => t('Borders'),
22
    'sticky'   => t('Sticky teaser'),
23
  ),
24
  // Pre-defined color schemes.
25
  'schemes' => array(
26
    'default' => array(
27
      'title' => t('Girly Pink (default)'),
28
      'colors' => array(
29
        'base'     => '#eb52c1',
30
        'page'     => '#ffffff',
31
        'sitename' => '#feffff',
32
        'slogan'   => '#fefefe',
33
        'header'   => '#fdfdfd',
34
        'mmenu'    => '#fffffe',
35
        'link'     => '#b21f88',
36
        'top'      => '#b800a5',
37
        'bottom'   => '#ff6bff',
38
        'ftop'     => '#181818',
39
        'fbottom'  => '#343434',
40
        'text'     => '#555555',
41
        'blockh'   => '#eb5ac3',
42
        'blockht'  => '#fffffc',
43
        'blockbg'  => '#f9cbec',
44
        'borders'  => '#e9e9e9',
45
        'sticky'   => '#f7f7f7',
46
      ),
47
    ),
48
    'redcarpet' => array(
49
      'title' => t('Red Carpet'),
50
      'colors' => array(
51
        'base'     => '#de8291',
52
        'page'     => '#ffffff',
53
        'sitename' => '#feffff',
54
        'slogan'   => '#fefefe',
55
        'header'   => '#fdfdfd',
56
        'mmenu'    => '#fffffe',
57
        'link'     => '#c55964',
58
        'top'      => '#861509',
59
        'bottom'   => '#f8306a',
60
        'ftop'     => '#181818',
61
        'fbottom'  => '#343434',
62
        'text'     => '#555555',
63
        'blockh'   => '#df8796',
64
        'blockht'  => '#fffffc',
65
        'blockbg'  => '#f5d9de',
66
        'borders'  => '#e9e9e9',
67
        'sticky'   => '#f7f7f7',
68
      ),
69
    ),
70
    'orangesunset' => array(
71
      'title' => t('Orange Sunset'),
72
      'colors' => array(
73
        'base'     => '#f7b42b',
74
        'page'     => '#ffffff',
75
        'sitename' => '#feffff',
76
        'slogan'   => '#fefefe',
77
        'header'   => '#fdfdfd',
78
        'mmenu'    => '#fffffe',
79
        'link'     => '#8e6130',
80
        'top'      => '#ec8c04',
81
        'bottom'   => '#fade42',
82
        'ftop'     => '#181818',
83
        'fbottom'  => '#343434',
84
        'text'     => '#555555',
85
        'blockh'   => '#f7b836',
86
        'blockht'  => '#fffffc',
87
        'blockbg'  => '#fde9c0',
88
        'borders'  => '#e9e9e9',
89
        'sticky'   => '#f7f7f7',
90
      ),
91
    ),
92
    'goldyellow' => array(
93
      'title' => t('Gold Yellow'),
94
      'colors' => array(
95
        'base'     => '#d1bc00',
96
        'page'     => '#ffffff',
97
        'sitename' => '#feffff',
98
        'slogan'   => '#fefefe',
99
        'header'   => '#fdfdfd',
100
        'mmenu'    => '#fffffe',
101
        'link'     => '#6c7019',
102
        'top'      => '#d5be01',
103
        'bottom'   => '#f0fd58',
104
        'ftop'     => '#181818',
105
        'fbottom'  => '#343434',
106
        'text'     => '#555555',
107
        'blockh'   => '#d3bf0d',
108
        'blockht'  => '#fffffc',
109
        'blockbg'  => '#f1ebb3',
110
        'borders'  => '#e9e9e9',
111
        'sticky'   => '#f7f7f7',
112
      ),
113
    ),
114
    'sandstone' => array(
115
      'title' => t('Sandstone'),
116
      'colors' => array(
117
        'base'     => '#d1681d',
118
        'page'     => '#ffffff',
119
        'sitename' => '#feffff',
120
        'slogan'   => '#fefefe',
121
        'header'   => '#fdfdfd',
122
        'mmenu'    => '#fffffe',
123
        'link'     => '#8b4513',
124
        'top'      => '#d37029',
125
        'bottom'   => '#d2691e',
126
        'ftop'     => '#181818',
127
        'fbottom'  => '#343434',
128
        'text'     => '#000000',
129
        'blockh'   => '#d37029',
130
        'blockht'  => '#fffffc',
131
        'blockbg'  => '#f1d2bc',
132
        'borders'  => '#e9e9e9',
133
        'sticky'   => '#f7f7f7',
134
      ),
135
    ),
136
    'caramelbrown' => array(
137
      'title' => t('Caramel Brown'),
138
      'colors' => array(
139
        'base'     => '#d59648',
140
        'page'     => '#ffffff',
141
        'sitename' => '#feffff',
142
        'slogan'   => '#fefefe',
143
        'header'   => '#fdfdfd',
144
        'mmenu'    => '#fffffe',
145
        'link'     => '#865518',
146
        'top'      => '#572e05',
147
        'bottom'   => '#eb8919',
148
        'ftop'     => '#181818',
149
        'fbottom'  => '#343434',
150
        'text'     => '#555555',
151
        'blockh'   => '#d79b51',
152
        'blockht'  => '#fffffc',
153
        'blockbg'  => '#f2e0c8',
154
        'borders'  => '#e9e9e9',
155
        'sticky'   => '#f7f7f7',
156
      ),
157
    ),
158
    'earthbrown' => array(
159
      'title' => t('Earth Brown'),
160
      'colors' => array(
161
        'base'     => '#cfb377',
162
        'page'     => '#ffffff',
163
        'sitename' => '#feffff',
164
        'slogan'   => '#fefefe',
165
        'header'   => '#fdfdfd',
166
        'mmenu'    => '#fffffe',
167
        'link'     => '#90712c',
168
        'top'      => '#463406',
169
        'bottom'   => '#e6bd5c',
170
        'ftop'     => '#181818',
171
        'fbottom'  => '#343434',
172
        'text'     => '#555555',
173
        'blockh'   => '#d1b77e',
174
        'blockht'  => '#fffffc',
175
        'blockbg'  => '#f1e8d6',
176
        'borders'  => '#e9e9e9',
177
        'sticky'   => '#f7f7f7',
178
      ),
179
    ),
180
    'olivegarden' => array(
181
      'title' => t('Olive Garden'),
182
      'colors' => array(
183
        'base'     => '#afc94a',
184
        'page'     => '#ffffff',
185
        'sitename' => '#feffff',
186
        'slogan'   => '#fefefe',
187
        'header'   => '#fdfdfd',
188
        'mmenu'    => '#fffffe',
189
        'link'     => '#61751f',
190
        'top'      => '#2d3701',
191
        'bottom'   => '#d2f943',
192
        'ftop'     => '#181818',
193
        'fbottom'  => '#343434',
194
        'text'     => '#555555',
195
        'blockh'   => '#b3cc53',
196
        'blockht'  => '#fffffc',
197
        'blockbg'  => '#e7efc9',
198
        'borders'  => '#e9e9e9',
199
        'sticky'   => '#f7f7f7',
200
      ),
201
    ),
202
    'forestgreen' => array(
203
      'title' => t('Forest Green'),
204
      'colors' => array(
205
        'base'     => '#9bc068',
206
        'page'     => '#ffffff',
207
        'sitename' => '#feffff',
208
        'slogan'   => '#fefefe',
209
        'header'   => '#fdfdfd',
210
        'mmenu'    => '#fffffe',
211
        'link'     => '#3c7c41',
212
        'top'      => '#0e3d0b',
213
        'bottom'   => '#6beb37',
214
        'ftop'     => '#181818',
215
        'fbottom'  => '#343434',
216
        'text'     => '#555555',
217
        'blockh'   => '#a0c370',
218
        'blockht'  => '#fffffc',
219
        'blockbg'  => '#e1ecd2',
220
        'borders'  => '#e9e9e9',
221
        'sticky'   => '#f7f7f7',
222
      ),
223
    ),
224
    'teal' => array(
225
      'title' => t('Teal'),
226
      'colors' => array(
227
        'base'     => '#83b49f',
228
        'page'     => '#ffffff',
229
        'sitename' => '#feffff',
230
        'slogan'   => '#fefefe',
231
        'header'   => '#fdfdfd',
232
        'mmenu'    => '#fffffe',
233
        'link'     => '#486156',
234
        'top'      => '#174431',
235
        'bottom'   => '#52bf90',
236
        'ftop'     => '#181818',
237
        'fbottom'  => '#343434',
238
        'text'     => '#555555',
239
        'blockh'   => '#89b8a4',
240
        'blockht'  => '#fffffc',
241
        'blockbg'  => '#dae9e2',
242
        'borders'  => '#e9e9e9',
243
        'sticky'   => '#f7f7f7',
244
      ),
245
    ),
246
    'aquamarine' => array(
247
      'title' => t('Aquamarine'),
248
      'colors' => array(
249
        'base'     => '#55c0e2',
250
        'page'     => '#ffffff',
251
        'sitename' => '#feffff',
252
        'slogan'   => '#fefefe',
253
        'header'   => '#fdfdfd',
254
        'mmenu'    => '#fffffe',
255
        'link'     => '#000000',
256
        'top'      => '#085360',
257
        'bottom'   => '#007e94',
258
        'ftop'     => '#181818',
259
        'fbottom'  => '#343434',
260
        'text'     => '#555555',
261
        'blockh'   => '#5ec3e3',
262
        'blockht'  => '#fffffc',
263
        'blockbg'  => '#ccecf6',
264
        'borders'  => '#e9e9e9',
265
        'sticky'   => '#f7f7f7',
266
      ),
267
    ),
268
    'oceanwater' => array(
269
      'title' => t('Ocean Water'),
270
      'colors' => array(
271
        'base'     => '#7bc0ea',
272
        'page'     => '#ffffff',
273
        'sitename' => '#feffff',
274
        'slogan'   => '#fefefe',
275
        'header'   => '#fdfdfd',
276
        'mmenu'    => '#fffffe',
277
        'link'     => '#3561b1',
278
        'top'      => '#025fb1',
279
        'bottom'   => '#62c8fd',
280
        'ftop'     => '#181818',
281
        'fbottom'  => '#343434',
282
        'text'     => '#555555',
283
        'blockh'   => '#82c3eb',
284
        'blockht'  => '#fffffc',
285
        'blockbg'  => '#d8ecf9',
286
        'borders'  => '#e9e9e9',
287
        'sticky'   => '#f7f7f7',
288
      ),
289
    ),
290
    'deepblue' => array(
291
      'title' => t('Deep Blue'),
292
      'colors' => array(
293
        'base'     => '#1c44a9',
294
        'page'     => '#ffffff',
295
        'sitename' => '#feffff',
296
        'slogan'   => '#fefefe',
297
        'header'   => '#fdfdfd',
298
        'mmenu'    => '#fffffe',
299
        'link'     => '#4b5cc3',
300
        'top'      => '#062984',
301
        'bottom'   => '#5283ff',
302
        'ftop'     => '#181818',
303
        'fbottom'  => '#343434',
304
        'text'     => '#555555',
305
        'blockh'   => '#284ead',
306
        'blockht'  => '#fffffc',
307
        'blockbg'  => '#bbc7e5',
308
        'borders'  => '#e9e9e9',
309
        'sticky'   => '#f7f7f7',
310
      ),
311
    ),
312
    'graphite' => array(
313
      'title' => t('Graphite'),
314
      'colors' => array(
315
        'base'     => '#9397d7',
316
        'page'     => '#ffffff',
317
        'sitename' => '#feffff',
318
        'slogan'   => '#fefefe',
319
        'header'   => '#fdfdfd',
320
        'mmenu'    => '#fffffe',
321
        'link'     => '#575dc1',
322
        'top'      => '#091c3e',
323
        'bottom'   => '#d0d6f6',
324
        'ftop'     => '#181818',
325
        'fbottom'  => '#343434',
326
        'text'     => '#555555',
327
        'blockh'   => '#203254',
328
        'blockht'  => '#fffffc',
329
        'blockbg'  => '#dfe0f3',
330
        'borders'  => '#e9e9e9',
331
        'sticky'   => '#f7f7f7',
332
      ),
333
    ),
334
    'violet' => array(
335
      'title' => t('Violet'),
336
      'colors' => array(
337
        'base'     => '#ba90c6',
338
        'page'     => '#ffffff',
339
        'sitename' => '#feffff',
340
        'slogan'   => '#fefefe',
341
        'header'   => '#fdfdfd',
342
        'mmenu'    => '#fffffe',
343
        'link'     => '#935b9f',
344
        'top'      => '#250c27',
345
        'bottom'   => '#c271d0',
346
        'ftop'     => '#181818',
347
        'fbottom'  => '#343434',
348
        'text'     => '#555555',
349
        'blockh'   => '#be96c9',
350
        'blockht'  => '#fffffc',
351
        'blockbg'  => '#eadeee',
352
        'borders'  => '#e9e9e9',
353
        'sticky'   => '#f7f7f7',
354
      ),
355
    ),
356
    'purplehaze' => array(
357
      'title' => t('Purple Haze'),
358
      'colors' => array(
359
        'base'     => '#b0a2f6',
360
        'page'     => '#ffffff',
361
        'sitename' => '#feffff',
362
        'slogan'   => '#fefefe',
363
        'header'   => '#fdfdfd',
364
        'mmenu'    => '#fffffe',
365
        'link'     => '#7958a7',
366
        'top'      => '#25008f',
367
        'bottom'   => '#c49eff',
368
        'ftop'     => '#181818',
369
        'fbottom'  => '#343434',
370
        'text'     => '#555555',
371
        'blockh'   => '#b4a7f6',
372
        'blockht'  => '#fffffc',
373
        'blockbg'  => '#e7e3fC',
374
        'borders'  => '#e9e9e9',
375
        'sticky'   => '#f7f7f7',
376
      ),
377
    ),
378
    'silver' => array(
379
      'title' => t('Silver'),
380
      'colors' => array(
381
        'base'     => '#aaaeb1',
382
        'page'     => '#ffffff',
383
        'sitename' => '#feffff',
384
        'slogan'   => '#fefefe',
385
        'header'   => '#fdfdfd',
386
        'mmenu'    => '#fffffe',
387
        'link'     => '#4d637a',
388
        'top'      => '#8c909b',
389
        'bottom'   => '#eeecec',
390
        'ftop'     => '#181818',
391
        'fbottom'  => '#343434',
392
        'text'     => '#555555',
393
        'blockh'   => '#aeb2b5',
394
        'blockht'  => '#fffffc',
395
        'blockbg'  => '#e6e7e8',
396
        'borders'  => '#e9e9e9',
397
        'sticky'   => '#f7f7f7',
398
      ),
399
    ),
400
    'ash' => array(
401
      'title' => t('Ash'),
402
      'colors' => array(
403
        'base'     => '#464849',
404
        'page'     => '#ffffff',
405
        'sitename' => '#feffff',
406
        'slogan'   => '#fefefe',
407
        'header'   => '#fdfdfd',
408
        'mmenu'    => '#fffffe',
409
        'link'     => '#2f416f',
410
        'top'      => '#2a2b2d',
411
        'bottom'   => '#5d6779',
412
        'ftop'     => '#181818',
413
        'fbottom'  => '#343434',
414
        'text'     => '#555555',
415
        'blockh'   => '#4f5152',
416
        'blockht'  => '#ffffff',
417
        'blockbg'  => '#c8c8c9',
418
        'borders'  => '#c8c8c9',
419
        'sticky'   => '#c8c8c9',
420
      ),
421
    ),
422
    'gothic' => array(
423
      'title' => t('Gothic'),
424
      'colors' => array(
425
        'base'     => '#202020',
426
        'page'     => '#ffffff',
427
        'sitename' => '#feffff',
428
        'slogan'   => '#fefefe',
429
        'header'   => '#fdfdfd',
430
        'mmenu'    => '#fffffe',
431
        'link'     => '#11275f',
432
        'top'      => '#000000',
433
        'bottom'   => '#808080',
434
        'ftop'     => '#181818',
435
        'fbottom'  => '#343434',
436
        'text'     => '#000000',
437
        'blockh'   => '#2b2b2b',
438
        'blockht'  => '#ffffff',
439
        'blockbg'  => '#bdbdbd',
440
        'borders'  => '#bdbdbd',
441
        'sticky'   => '#bdbdbd',
442
      ),
443
    ),
444
  ),
445

    
446
  // CSS files (excluding @import) to rewrite with new color scheme.
447
  'css' => array(
448
    'color/colors.css',
449
  ),
450

    
451
  // Images to copy over
452
  'copy' => array(
453
    'images/bullet-round.png',
454
    'images/bullet-sm-arrow-right.png',
455
    'images/bullet-sm-arrow-down.png',
456
    'images/button.gif',
457
    'images/button-o.gif',
458
  ),
459

    
460
  // Coordinates of gradient (x, y, width, height)
461
  'gradients' => array(
462
    array(
463
      'dimension' => array(0,0,800,94),
464
      'direction' => 'vertical',
465
      'colors'    => array('top', 'bottom'),
466
    ),
467
  ),
468

    
469
  // Color areas to fill (x, y, width, height)
470
  'fill' => array(
471
    'base' => array(0,0,800,570),
472
    'link' => array(240,530,40,40),
473
  ),
474

    
475
  // Coordinates of all the theme slices (x, y, width, height).
476
  'slices' => array(
477
    'images/header.png'         => array(2,0,512,88),
478
    'images/header-tile.png'    => array(792,0,8,88),
479
    'images/menu-tile.png'      => array(792,0,8,32),
480
    'images/bg-footer.png'      => array(792,0,8,88),
481
    'images/bg-footer-tile.png' => array(792,87,1,1),
482
    'images/bg-menu.png'        => array(0,88,8,32),
483
    'images/bg-title.png'       => array(20,130,10,10),
484
    'images/bg-wall.png'        => array(792,120,8,408),
485
    'images/bg-bar-lite.png'    => array(0,530,8,40),
486
    'images/bg-bar.png'         => array(20,530,8,40),
487
    'images/bg-lbar-lite.png'   => array(270,530,8,40),
488
    'images/bg-lbar.png'        => array(250,530,8,40),
489
    'images/sf-hover-tile.png'  => array(0,30,250,1),
490
  ),
491

    
492
  // Reference color used for blending. Matches the base.png's colors.
493
  'blend_target' => '#ffffff',
494

    
495
  // Preview files.
496
  'preview_image' => 'color/color-preview.png',
497
  'preview_css'   => 'color/preview.css',
498

    
499
  // Base file for image generation
500
  'base_image' => 'color/base.png',
501
);