wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/default_settings.php
changeset 14 00ac8f60d73f
parent 13 d255fe9cd479
child 15 3d4e9c994f10
--- a/wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/default_settings.php	Tue Oct 15 15:48:13 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-<?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'
-	
-);
-?>
\ No newline at end of file