// 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 .readon span, #rt-showcase .readon .button, #rt-bottom .readon span, #rt-bottom .readon .button {background-color:'.$showcaseColor->darken('10%').';}'."\n";
$css .= '#rt-showcase, #rt-bottom {background-color:'.$gantry->get('showcasepanel-backgroundcolor').';}'."\n";
$css .= '#rt-showcase .box1 .module-surround, #rt-showcase .box4 .module-surround, #rt-bottom .box1 .module-surround, #rt-bottom .box4 .module-surround, #rt-bottom .bottom-accentoverlay-dark .box1 a, #rt-bottom .bottom-accentoverlay-dark .box4 .title span, #rt-bottom .bottom-accentoverlay-dark .box4 a, #rt-bottom .bottom-accentoverlay-dark .box1 .title span {background-color:'.$gantry->get('showcasepanel-accentcolor').';}'."\n";
$css .= '#rt-showcase .title, #rt-bottom .title, #rt-showcase .paneltitle, #rt-showcase .panelsubtitle, #rt-bottom .paneltitle, #rt-bottom .panelsubtitle {text-shadow: -1px 1px 0 '.$gantry->get('showcasepanel-backgroundcolor').', -3px 3px 0 rgba(0,0,0,0.2);}'."\n";
$css .= '#rt-showcase a, #rt-bottom a {color:'.$gantry->get('showcasepanel-accentcolor').';}'."\n";
$css .= '#rt-showcase.showcasepanel-overlay-light a:hover, #rt-bottom.showcasepanel-overlay-light a:hover {color:'.$showcaseColor->darken('10%').';}'."\n";
$css .= '#rt-showcase.showcasepanel-overlay-dark a:hover, #rt-bottom.showcasepanel-overlay-dark a:hover {color:'.$showcaseColor->lighten('10%').';}'."\n";
$css .= '#rt-showcase .box1 a, #rt-showcase .box1 .title span, #rt-showcase .box4 a, #rt-showcase .box4 .title span, #rt-bottom .box1 a, #rt-bottom .box1 .title span, #rt-bottom .box4 a, #rt-bottom .box4 .title span {color:'.$showcaseColor->lighten('15%').';}'."\n";
$css .= '#rt-showcase .box4 .title, #rt-showcase .box1 .title, #rt-bottom .box4 .title, #rt-bottom .box1 .title {text-shadow: -1px 1px 0 '.$gantry->get('showcasepanel-accentcolor').', -3px 3px 0 rgba(0,0,0,0.15);}'."\n";
// Tims new positon called "example" copied from Showcase/Bottom Colors...just find and replaced rt-showcase with example
$showcaseColor = new Color($gantry->get('showcasepanel-accentcolor'));
$showcaseBgColor = new Color($gantry->get('showcasepanel-backgroundcolor'));
$css .= '#example h1 span, #example .module-title .title span, #rt-bottom h1 span, #rt-bottom .module-title .title span {color:'.$gantry->get('showcasepanel-accentcolor').';}'."\n";
$css .= '#example .readon span, #example .readon .button, #rt-bottom .readon span, #rt-bottom .readon .button {background-color:'.$showcaseColor->darken('10%').';}'."\n";
$css .= '#example, #rt-bottom {background-color:'.$gantry->get('showcasepanel-backgroundcolor').';}'."\n";
$css .= '#example .box1 .module-surround, #example .box4 .module-surround, #rt-bottom .box1 .module-surround, #rt-bottom .box4 .module-surround, #rt-bottom .bottom-accentoverlay-dark .box1 a, #rt-bottom .bottom-accentoverlay-dark .box4 .title span, #rt-bottom .bottom-accentoverlay-dark .box4 a, #rt-bottom .bottom-accentoverlay-dark .box1 .title span {background-color:'.$gantry->get('showcasepanel-accentcolor').';}'."\n";
$css .= '#example .title, #rt-bottom .title, #example .paneltitle, #example .panelsubtitle, #rt-bottom .paneltitle, #rt-bottom .panelsubtitle {text-shadow: -1px 1px 0 '.$gantry->get('showcasepanel-backgroundcolor').', -3px 3px 0 rgba(0,0,0,0.2);}'."\n";
$css .= '#example a, #rt-bottom a {color:'.$gantry->get('showcasepanel-accentcolor').';}'."\n";
$css .= '#example.showcasepanel-overlay-light a:hover, #rt-bottom.showcasepanel-overlay-light a:hover {color:'.$showcaseColor->darken('10%').';}'."\n";
$css .= '#example.showcasepanel-overlay-dark a:hover, #rt-bottom.showcasepanel-overlay-dark a:hover {color:'.$showcaseColor->lighten('10%').';}'."\n";
$css .= '#example .box1 a, #example .box1 .title span, #example .box4 a, #example .box4 .title span, #rt-bottom .box1 a, #rt-bottom .box1 .title span, #rt-bottom .box4 a, #rt-bottom .box4 .title span {color:'.$showcaseColor->lighten('15%').';}'."\n";
$css .= '#example .box4 .title, #example .box1 .title, #rt-bottom .box4 .title, #rt-bottom .box1 .title {text-shadow: -1px 1px 0 '.$gantry->get('showcasepanel-accentcolor').', -3px 3px 0 rgba(0,0,0,0.15);}'."\n";
<?php /** Begin Showcase **/ if ($gantry->countModules('showcase')) : ?>
<div id="rt-showcase" <?php echo $gantry->displayClassesByTag('rt-showcaseblock'); ?>><div id="rt-showcase2" <?php echo $gantry->displayClassesByTag('rt-showcasepattern'); ?>><div id="rt-showcase3" class="showcasepanel-accentoverlay-<?php echo $gantry->get('showcasepanel-accentoverlay'); ?>">
<div class="rt-container">
<?php echo $gantry->displayModules('showcase','standard','standard'); ?>
<div class="clear"></div>
</div>
</div></div></div>
<?php /** End Showcase **/ endif; ?>
<?php echo $gantry->get('showcasepanel-accentoverlay'); ?>">
#rt-exampleposition .rt-container{padding-top: 25px;}
Time to create page: 0.057 seconds