wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/default_settings.php
author ymh <ymh.work@gmail.com>
Wed, 06 Nov 2013 03:21:17 +0000
changeset 0 d970ebf37754
permissions -rwxr-xr-x
first import
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<?php
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
$title = '';
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
$settings = array( 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
	'scroll-speed' => '500',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
	'easing' => 'easeOutSine',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
	'hide-years' => false,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
	'cat-type' => 'months',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
	'number-of-posts' => '30',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
	
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
	// style
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
	'line-width' => '920',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
	'item-width' => '240',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
	'item-open-width' => '490',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
	'item-margin' => '20',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
	'item-height' => '360',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
	'read-more' => 'button',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
	'close-text' => 'Close',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
	'hide-line' => false,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
	'line-style' => 'light',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
	'hide-nav' => false,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
	'nav-style' => 'light',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
	'shdow' => 'show',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
	'button-hover-color' => '#1986ac',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
	'node-desc-color' => '#1986ac',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
	
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
	// item & open item
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
	'item-back-color' => '#ffffff',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
	'item-background' => '',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
	'item-open-back-color' => '#ffffff',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
	'item-open-background' => '',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
	'item-image-height' => '150',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
	'item-image-border-width' => '5',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
	'item-image-border-color' => '#1986ac',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
	'item-open-image-height' => '150',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
	'item-open-content-padding' => '10',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
	'item-open-image-border-width' => '5',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
	'item-open-image-border-color' => '#1986ac',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
	
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
	// item fonts
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
	'item-header-line-height' => '24',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
	'item-header-font-size' => '24',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
	'item-header-font-type' => 'regular',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
	'item-header-font-color' => '#2d2d2d',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
	'item-text-line-height' => '12',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
	'item-text-font-size' => '12',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
	'item-text-font-type' => 'regular',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
	'item-text-font-color' => '#4d4d4d',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
	
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
	// item open fonts
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
	'item-open-header-line-height' => '24',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
	'item-open-header-font-size' => '24',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
	'item-open-header-font-type' => 'regular',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
	'item-open-header-font-color' => '#2d2d2d',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
	'item-open-text-line-height' => '12',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
	'item-open-text-font-size' => '12',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
	'item-open-text-font-type' => 'regular',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
	'item-open-text-font-color' => '#4d4d4d'
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
	
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
);
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
?>