// Showcase/Bottom Colors
$showcaseColor = new Color($gantry->get('showcasepanel-accentcolor'));
$showcaseBgColor = new Color($gantry->get('showcasepanel-backgroundcolor'));
$css .= '#rt-showcase h1 span, #rt-showcase .module-title .title span, #rt-bottom h1 span, #rt-bottom .module-title .title span {color:'.$gantry->get('showcasepanel-accentcolor').';}'."\n";
$css .= '#rt-showcase h1 span, #rt-showcase .module-title .title span, #rt-bottom h1 span, #rt-bottom .module-title .title span {color:'.$gantry->get('showcasepanel-accentcolor').';}'."\n";
$css .= '#EXAMPLE h1 span, #EXAMPLE .module-title .title span, #rt-showcase h1 span, #rt-showcase .module-title .title span, #rt-bottom h1 span, #rt-bottom .module-title .title span {color:'.$gantry->get('showcasepanel-accentcolor').';}'."\n";
/* Showcase - LIGHT */
#rt-showcase {box-shadow: inset 0 -1px 5px #000;}
/* Showcase - LIGHT */
#EXAMPLE, #rt-showcase {box-shadow: inset 0 -1px 5px #000;}
Time to create page: 0.051 seconds