<?php
/**
 * Default settings for the scrollticker plugin
 *
 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @author Michael Bohn <mjbohn@gmail.com>
 *
 *
 */

$conf['counterstyle']  = 'none';
$conf['separator']     = ' +++ ';
$conf['speed']         = 6;
$conf['stopOnHover']   = 1;
$conf['showBorder']    = 0;
$conf['border']        = '0.5px dashed #000';
$conf['border-radius'] = '20px';
$conf['width']         = '90%';
$conf['height']        = '2.5em';
$conf['textcolor']     = 'red';
$conf['bgcolor']       = 'transparent';