wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/default_settings.php
author ymh <ymh.work@gmail.com>
Tue, 15 Oct 2019 15:48:13 +0200
changeset 13 d255fe9cd479
parent 0 d970ebf37754
permissions -rwxr-xr-x
Upgrade wordpress again

<?php

$title = '';
$settings = array( 
	'scroll-speed' => '500',
	'easing' => 'easeOutSine',
	'hide-years' => false,
	'cat-type' => 'months',
	'number-of-posts' => '30',
	
	// style
	'line-width' => '920',
	'item-width' => '240',
	'item-open-width' => '490',
	'item-margin' => '20',
	'item-height' => '360',
	'read-more' => 'button',
	'close-text' => 'Close',
	'hide-line' => false,
	'line-style' => 'light',
	'hide-nav' => false,
	'nav-style' => 'light',
	'shdow' => 'show',
	'button-hover-color' => '#1986ac',
	'node-desc-color' => '#1986ac',
	
	// item & open item
	'item-back-color' => '#ffffff',
	'item-background' => '',
	'item-open-back-color' => '#ffffff',
	'item-open-background' => '',
	'item-image-height' => '150',
	'item-image-border-width' => '5',
	'item-image-border-color' => '#1986ac',
	'item-open-image-height' => '150',
	'item-open-content-padding' => '10',
	'item-open-image-border-width' => '5',
	'item-open-image-border-color' => '#1986ac',
	
	// item fonts
	'item-header-line-height' => '24',
	'item-header-font-size' => '24',
	'item-header-font-type' => 'regular',
	'item-header-font-color' => '#2d2d2d',
	'item-text-line-height' => '12',
	'item-text-font-size' => '12',
	'item-text-font-type' => 'regular',
	'item-text-font-color' => '#4d4d4d',
	
	// item open fonts
	'item-open-header-line-height' => '24',
	'item-open-header-font-size' => '24',
	'item-open-header-font-type' => 'regular',
	'item-open-header-font-color' => '#2d2d2d',
	'item-open-text-line-height' => '12',
	'item-open-text-font-size' => '12',
	'item-open-text-font-type' => 'regular',
	'item-open-text-font-color' => '#4d4d4d'
	
);
?>