[pmwiki-users] Changing Hove color in equilibrium Skin

Edwin Marte edwin.marte at leidba.com
Thu Jul 31 11:33:12 CDT 2014


Or better yet...

In Equilibrium Skin one can change the color scheme placing like
?color=red in the url . How could I copy that specific color scheme
and then only change some specific properties.



On Thu, Jul 31, 2014 at 11:23 AM, Edwin Marte <edwin.marte at leidba.com> wrote:
> I know I can change the color sheme  using code like the example below.
>
>
> $SkinColor = 'pumice';
> $ValidSkinColors['pumice'] = array(
>    'block-highlight-back'=>'pumice','entry-title-text'=>'#000',
>    'text-highlight'=>'#0B96D0','block-highlight-text'=>'#fff',
>    'title-text'=>'#000');
>
> How Could I change the Hover Color property, how am I supposed to
> write it in the code above ?
>
> Thanks



More information about the pmwiki-users mailing list