Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 246d56a

Browse files
Merge pull request #211 from Codeinwp/development
Development
2 parents 07d2ae7 + 1acb175 commit 246d56a

File tree

2 files changed

+42
-20
lines changed

2 files changed

+42
-20
lines changed

functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ function parallax_get_file($file){
362362
if ( file_exists( $file_path ) ){
363363
return esc_url(get_stylesheet_directory_uri() . $file);
364364
} else {
365-
return esc_url(get_template_directory_uri());
365+
return esc_url(get_template_directory_uri() . $file);
366366
}
367367
}
368368
}

style.css

+41-19
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://themeisle.com/themes/parallax-one/
44
Author: ThemeIsle
55
Author URI: http://themeisle.com/
66
Description: Parallax One is a free and elegant one page theme that can be used for web agency business,corporate business,personal and parallax business portfolio, photography sites and freelancer . It comes with a clean and beautiful design, completed by the parallax effect, which makes it run smoothly and easily. You can simply modify everything, as the theme comes with a complex and user-friendly set of customization options. Parallax One is ecommerce (WooCommerce) Compatible, WPML and SEO Friendly and is one of the best business themes.
7-
Version: 1.0.4
7+
Version: 1.0.5
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: parallax-one
@@ -1746,7 +1746,6 @@ h2.site-description {
17461746
padding-right: 110px;
17471747
}
17481748

1749-
/*.timeline-section li { */
17501749
.timeline-box-wrap {
17511750
list-style-type: none;
17521751
padding: 1em 1em 1em 0;
@@ -1770,6 +1769,10 @@ h2.site-description {
17701769
position: absolute;
17711770
left: -50px;
17721771
top: 70px;
1772+
font-family: 'Open Sans', Helvetica Neue, Sans-serif;
1773+
font-size: 16px;
1774+
line-height: 28px;
1775+
font-weight: 300;
17731776
}
17741777

17751778
.timeline-box-wrap .icon-container {
@@ -1793,18 +1796,11 @@ h2.site-description {
17931796

17941797
.timeline-box-wrap .info {
17951798
text-align: left;
1796-
padding: 10px;
1799+
padding: 0 10px;
17971800
font-size: 14px;
17981801
margin-left: 0;
17991802
min-height: 150px;
18001803
padding-left: 100px;
1801-
border: 1px solid #e4e7e7;
1802-
border-left: none;
1803-
-webkit-border-radius: 0 3px 3px 0;
1804-
-moz-border-radius: 0 3px 3px 0;
1805-
border-radius: 0 3px 3px 0;
1806-
border-bottom: 4px solid #e4e7e7;
1807-
border-bottom-color: #e4e7e7;
18081804
background: #FFF;
18091805
}
18101806

@@ -1821,31 +1817,57 @@ h2.site-description {
18211817
}
18221818

18231819
.timeline-box-wrap .info h1 a {
1824-
color: #000;
1820+
font-size: 22px;
1821+
line-height: 26px;
1822+
font-family: 'Cabin', Helvetica Neue, Sans-serif;
1823+
font-weight: 400;
1824+
color: #454545;
1825+
}
1826+
1827+
.timeline-box-wrap .info h1 a:hover {
1828+
text-decoration: none;
1829+
color: #008ed6;
1830+
}
1831+
1832+
.timeline-box-wrap .info h1:after {
1833+
content: "";
1834+
height: 2px;
1835+
width: 80px;
1836+
display: block;
1837+
background: #008ed6;
1838+
margin-top: 5px;
18251839
}
18261840

18271841
.timeline-box-wrap .info .entry-content p {
18281842
margin: 0;
1829-
font-size: 14px;
1830-
line-height: 18px;
18311843
text-align: justify;
18321844
float: left;
18331845
width: 100%;
1834-
min-height: 55px;
18351846
padding: 2px 0;
1847+
font-family: 'Open Sans', Helvetica Neue, Sans-serif;
1848+
font-size: 16px;
1849+
line-height: 28px;
1850+
font-weight: 300;
1851+
color: #313131;
1852+
margin-bottom: 5px;
18361853
}
18371854

18381855
.timeline-box-wrap .info .entry-meta {
18391856
float: left;
18401857
width: 100%;
1841-
font-size: 13px;
1842-
line-height: 22px;
1843-
font-weight: 400;
1858+
font-family: 'Open Sans', Helvetica Neue, Sans-serif;
1859+
font-size: 14px;
1860+
line-height: 28px;
1861+
font-weight: 300;
1862+
padding: 5px 0 2px;
1863+
font-style: italic;
18441864
}
18451865

18461866
.timeline-box-wrap .read-more {
1847-
font-size: 13px;
1848-
line-height: 22px;
1867+
font-family: 'Open Sans', Helvetica Neue, Sans-serif;
1868+
font-size: 16px;
1869+
line-height: 28px;
1870+
font-weight: 300;
18491871
}
18501872

18511873
.parallax-slider-whole-wrap {

0 commit comments

Comments
 (0)