Active
Project:
Corporate Clean
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 May 2012 at 22:25 UTC
Updated:
1 May 2022 at 16:08 UTC
Jump to comment: Most recent
Create new color module schemes such as existing one "Alignment". Ι would appreciate any help and any color scheme proposal based on the following pattern.
'alignment' => array(
'title' => t('Alignment'),
'colors' => array(
'base' => '#7a7a7a',
'link' => '#de6a00',
'headingshadow' => '#ffffff',
'slogan' => '#d5d5d5',
'headertop' => '#222222',
'headerbottom' => '#203e42',
'headermenu' => '#222222',
'headermenulink' => '#d4fffd',
'headermenuborder' => '#222222',
'headermenubghover' => '#203e42',
'bannertop' => '#efeeee',
'bannerbottom' => '#dadada',
'bannerborder' => '#fcfcfc',
'contenttop' => '#e8e8e8',
'contentbottom' => '#efefef',
'blockbg' => '#fdfdfd',
'buttontop' => '#db9655',
'buttonbottom' => '#de6a00',
'buttontext' => '#fefefe',
'buttontextshadow' => '#222222',
'buttonboxshadow' => '#999999',
'buttonbghover' => '#de6a00',
'footer' => '#203e42',
'footerlink' => '#d4fffd', (will be included in 7.x-1.5 release)
'footerbottomtop' => '#203e42',
'footerbottombottom' => '#222222',
),
),
Thanks
/George
Comments
Comment #1
gtsopour commentedComment #2
gtsopour commentedHello everyone,
I would appreciate any help with this feature request.
Thanks
/George
Comment #2.0
gtsopour commentedCode changed
Comment #3
avpaderno