parent
14d5d4a990
commit
496eaea76c
@ -0,0 +1,226 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<title>{{.Title}}</title> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<!-- Retina Logo--> |
||||
<link rel='stylesheet' id='wp-block-library-css' href='{{staticFile "/css/style.min.css"}}' type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='bootstrap-css' href='{{staticFile "/css/bootstrap.min.css"}}' type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='style-css' href='{{staticFile "/css/style.css"}}' type='text/css' media='all' /> |
||||
<script type='text/javascript' src='{{staticFile "/js/jquery-1.12.4-wp.js"}}' id='jquery-core-js'></script> |
||||
<script type='text/javascript' src='{{staticFile "/js/jquery-migrate-1.4.1-wp.js"}}' id='jquery-migrate-js'></script> |
||||
<link rel="stylesheet" href="{{staticFile " /css/main.css"}}"> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 class="home blog full-width custom-background-white group-blog"> |
||||
<div id="body-wrap"> |
||||
<div id="off-canvas" class="off-canvas-default background-color-2"> |
||||
<div class="off-canvas-inner"> |
||||
<div class="close-canvas-menu"> |
||||
<div class="close-button-1"></div> |
||||
</div> |
||||
<nav class="off-menu font-1" style="background-color: #000;"> |
||||
<ul> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
<!--Menu moblie--> |
||||
|
||||
<div id="wrap"> |
||||
<!--wrap--> |
||||
<header> |
||||
<div id="header-navigation" class="nav-default index-v1"> |
||||
<!--Navigation--> |
||||
<nav class="navbar navbar-default background-color-1 preload" role="navigation" data-fixed-scroll-top="2" |
||||
data-fixed="1" style="background-color: #000;"> |
||||
<div class="container"> |
||||
|
||||
<div class="navbar-header"> |
||||
<a class="navbar-brand" href="{{.IndexUrl}}"> |
||||
<div class="primary-logo"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</div> |
||||
<div class="sub-logo-animate"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</div> |
||||
</a> |
||||
</div> |
||||
|
||||
<div class="collapse navbar-collapse font-1"> |
||||
<!--MENU--> |
||||
<ul class="nav navbar-nav navbar-right"> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul><!-- nav navbar-nav navbar-right END --> |
||||
<!-- MENU END--> |
||||
</div> |
||||
<!--Sub Logo--> |
||||
<div class="sub-logo"> |
||||
<div class="sub-logo-content"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</header> |
||||
<div id="cactus-body-container"> |
||||
<!-- cactus-body-container--> |
||||
|
||||
<div class="cactus-single-page background-color-5c"> |
||||
<div class="container"> |
||||
|
||||
<div class="row"> |
||||
<div class="sidebar-right fix-right-left"> |
||||
<div class="single-page-content"> |
||||
<article> |
||||
<div class="title-content"> |
||||
<div class="text-2 font-1"> |
||||
<div> |
||||
<h1>About</h1> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="body-content"> |
||||
{{.About}} |
||||
</div> |
||||
<div class="comment-form-fix"> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div><!-- .cactus-single-page --> |
||||
</div> <!-- end cactus-body-container--> |
||||
<footer> |
||||
<!--Footer--> |
||||
<div class="container next-top-header"> |
||||
<div class="row"> |
||||
<div class="col-md-12"> |
||||
<div class="button-to-top"> |
||||
<i class="fa fa-angle-up"></i> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-inner background-color-2 dark-div"> |
||||
<div class="footer-sidebar"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<aside id="text-19" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">Visit HFA on Social Media</h2> |
||||
<div class="textwidget"> |
||||
<p> |
||||
{{range .Friendship}} |
||||
<a href="https://www.facebook.com/HFA.reviews" target="_blank" |
||||
rel="noopener">{{.Name}}</a><br /> |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
{{end}} |
||||
<aside id="text-26" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">LEGAL</h2> |
||||
<div class="textwidget"> |
||||
{{if .HasAbout }} |
||||
<p><a href="{{.AboutUrl}}">ABOUT</a></p> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<p><a href="{{.ContactUrl}}">CONTACT</a></p> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<p><a href="{{.PolicyUrl}}">POLICY</a></p> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-info background-color-2 dark-div"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="border-top"></div> |
||||
<div class="col-md-6 col-sm-6 copyright font-1">© 2022 COMPANY NAME</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</footer> |
||||
<!--Footer--> |
||||
</div> |
||||
<!--wrap--> |
||||
</div> |
||||
<!--body-wrap--> |
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"creator": "许晓焱", |
||||
"version": "1.0", |
||||
"origin_website": "https://www.hifi-advice.com/blog/" |
||||
} |
@ -0,0 +1,226 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<title>{{.Title}}</title> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<!-- Retina Logo--> |
||||
<link rel='stylesheet' id='wp-block-library-css' href='{{staticFile "/css/style.min.css"}}' type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='bootstrap-css' href='{{staticFile "/css/bootstrap.min.css"}}' type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='style-css' href='{{staticFile "/css/style.css"}}' type='text/css' media='all' /> |
||||
<script type='text/javascript' src='{{staticFile "/js/jquery-1.12.4-wp.js"}}' id='jquery-core-js'></script> |
||||
<script type='text/javascript' src='{{staticFile "/js/jquery-migrate-1.4.1-wp.js"}}' id='jquery-migrate-js'></script> |
||||
<link rel="stylesheet" href="{{staticFile " /css/main.css"}}"> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 class="home blog full-width custom-background-white group-blog"> |
||||
<div id="body-wrap"> |
||||
<div id="off-canvas" class="off-canvas-default background-color-2"> |
||||
<div class="off-canvas-inner"> |
||||
<div class="close-canvas-menu"> |
||||
<div class="close-button-1"></div> |
||||
</div> |
||||
<nav class="off-menu font-1" style="background-color: #000;"> |
||||
<ul> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
<!--Menu moblie--> |
||||
|
||||
<div id="wrap"> |
||||
<!--wrap--> |
||||
<header> |
||||
<div id="header-navigation" class="nav-default index-v1"> |
||||
<!--Navigation--> |
||||
<nav class="navbar navbar-default background-color-1 preload" role="navigation" data-fixed-scroll-top="2" |
||||
data-fixed="1" style="background-color: #000;"> |
||||
<div class="container"> |
||||
|
||||
<div class="navbar-header"> |
||||
<a class="navbar-brand" href="{{.IndexUrl}}"> |
||||
<div class="primary-logo"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</div> |
||||
<div class="sub-logo-animate"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</div> |
||||
</a> |
||||
</div> |
||||
|
||||
<div class="collapse navbar-collapse font-1"> |
||||
<!--MENU--> |
||||
<ul class="nav navbar-nav navbar-right"> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul><!-- nav navbar-nav navbar-right END --> |
||||
<!-- MENU END--> |
||||
</div> |
||||
<!--Sub Logo--> |
||||
<div class="sub-logo"> |
||||
<div class="sub-logo-content"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</header> |
||||
<div id="cactus-body-container"> |
||||
<!-- cactus-body-container--> |
||||
|
||||
<div class="cactus-single-page background-color-5c"> |
||||
<div class="container"> |
||||
|
||||
<div class="row"> |
||||
<div class="sidebar-right fix-right-left"> |
||||
<div class="single-page-content"> |
||||
<article> |
||||
<div class="title-content"> |
||||
<div class="text-2 font-1"> |
||||
<div> |
||||
<h1>CONTACT</h1> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="body-content"> |
||||
{{.Contact}} |
||||
</div> |
||||
<div class="comment-form-fix"> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div><!-- .cactus-single-page --> |
||||
</div> <!-- end cactus-body-container--> |
||||
<footer> |
||||
<!--Footer--> |
||||
<div class="container next-top-header"> |
||||
<div class="row"> |
||||
<div class="col-md-12"> |
||||
<div class="button-to-top"> |
||||
<i class="fa fa-angle-up"></i> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-inner background-color-2 dark-div"> |
||||
<div class="footer-sidebar"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<aside id="text-19" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">Visit HFA on Social Media</h2> |
||||
<div class="textwidget"> |
||||
<p> |
||||
{{range .Friendship}} |
||||
<a href="https://www.facebook.com/HFA.reviews" target="_blank" |
||||
rel="noopener">{{.Name}}</a><br /> |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
{{end}} |
||||
<aside id="text-26" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">LEGAL</h2> |
||||
<div class="textwidget"> |
||||
{{if .HasAbout }} |
||||
<p><a href="{{.AboutUrl}}">ABOUT</a></p> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<p><a href="{{.ContactUrl}}">CONTACT</a></p> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<p><a href="{{.PolicyUrl}}">POLICY</a></p> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-info background-color-2 dark-div"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="border-top"></div> |
||||
<div class="col-md-6 col-sm-6 copyright font-1">© 2022 COMPANY NAME</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</footer> |
||||
<!--Footer--> |
||||
</div> |
||||
<!--wrap--> |
||||
</div> |
||||
<!--body-wrap--> |
||||
</body> |
||||
|
||||
</html> |
File diff suppressed because one or more lines are too long
@ -0,0 +1,337 @@ |
||||
.cactus-single-page .main-top-sidebar { |
||||
margin-left: 0; |
||||
margin-right: 0; |
||||
margin-bottom: 0; |
||||
padding-left: 0; |
||||
padding-right: 0; |
||||
} |
||||
|
||||
.cactus-single-page .main-top-sidebar .advads-widget { |
||||
padding-left: 0; |
||||
padding-right: 0; |
||||
} |
||||
|
||||
/*remove space above right sidebar section and adding space below the sidebar banners*/ |
||||
.widget-inner img { |
||||
margin-top: 0; |
||||
margin-bottom: 20px; |
||||
} |
||||
|
||||
/*remove space above front page thumbnail images due to adding space in body between 550pix images*/ |
||||
.slider-list img { |
||||
margin-top: 0; |
||||
} |
||||
|
||||
.body-content |
||||
|
||||
/*reposition HFA Gravatar*/ |
||||
picture-author { |
||||
margin-top: 0; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.photo { |
||||
margin-top: 0; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
/*space between text and 550pix main images (also between banners if widget-inner class is removed)*/ |
||||
img { |
||||
margin-top: 10px; |
||||
margin-bottom: 10px; |
||||
} |
||||
|
||||
/*Captcha badge removal in comments section*/ |
||||
.grecaptcha-badge { |
||||
visibility: collapse; |
||||
} |
||||
|
||||
.contact-info .textwidget .p { |
||||
color: #fff; |
||||
} |
||||
|
||||
/*Change Link Color and Hover Color*/ |
||||
.body-content a { |
||||
color: #ffaa00; |
||||
} |
||||
|
||||
.body-content a:hover { |
||||
color: #1e73be; |
||||
} |
||||
|
||||
/* background */ |
||||
|
||||
.background-color-1, |
||||
button, |
||||
input[type='button'], |
||||
input[type='submit'], |
||||
.btn-default, |
||||
.body-content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover, |
||||
.body-content .wpb_accordion .wpb_accordion_wrapper .ui-state-active, |
||||
.dark-div .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover, |
||||
.dark-div .wpb_accordion .wpb_accordion_wrapper .ui-state-active, |
||||
header .nav-default > .navbar-default ul li ul li:hover, |
||||
header .nav-default > .navbar-default ul li ul li:last-child:hover, |
||||
li[id*='mega-menu-item-'] div.sub-content.dropdown-menu ul.sub-channel > li:hover, |
||||
li[id*='mega-menu-item-'] div.sub-content.dropdown-menu ul.sub-channel > li.hover, |
||||
li[id*='mega-menu-item-'] div.sub-content.dropdown-menu ul.columns > li > ul.list li:hover, |
||||
header .nav-default > .navbar-default .navbar-toggle:focus .icon-bar, |
||||
.navbar-default .navbar-toggle:hover .icon-bar, |
||||
.widget_tag_cloud .tagcloud a[class*='tag-link-'], |
||||
.tag-group a:hover, |
||||
.tag-group a.active, |
||||
.cactus-light.active, |
||||
header .nav-default.index-v4 > .navbar-default, |
||||
.recommended.compare-table-wrapper .compare-table { |
||||
background-color: #ffaa00; |
||||
} |
||||
|
||||
@keyframes OldfixMinHeight1 { |
||||
from { |
||||
min-height: 50px; |
||||
background-color: rgba(0, 0, 0, 0.75); |
||||
} |
||||
|
||||
to { |
||||
min-height: 100px; |
||||
background-color: #ffaa00; |
||||
} |
||||
} |
||||
|
||||
@-webkit-keyframes OldfixMinHeight1 { |
||||
from { |
||||
min-height: 50px; |
||||
background-color: rgba(0, 0, 0, 0.75); |
||||
} |
||||
|
||||
to { |
||||
min-height: 100px; |
||||
background-color: #ffaa00; |
||||
} |
||||
} |
||||
|
||||
@media (max-width: 1199px) { |
||||
header .nav-default.index-v4 > .navbar-default.fixed-menu { |
||||
background-color: #ffaa00; |
||||
} |
||||
} |
||||
|
||||
@keyframes defaultfixMinHeight1 { |
||||
from { |
||||
min-height: 100px; |
||||
background-color: #ffaa00; |
||||
} |
||||
|
||||
to { |
||||
min-height: 50px; |
||||
background-color: rgba(0, 0, 0, 0.75); |
||||
} |
||||
} |
||||
|
||||
@-webkit-keyframes defaultfixMinHeight1 { |
||||
from { |
||||
min-height: 100px; |
||||
background-color: #ffaa00; |
||||
} |
||||
|
||||
to { |
||||
min-height: 50px; |
||||
background-color: rgba(0, 0, 0, 0.75); |
||||
} |
||||
} |
||||
|
||||
/* color */ |
||||
|
||||
.color-1, |
||||
a, |
||||
a:active, |
||||
a:focus, |
||||
a:visited, |
||||
.dark-div a:hover, |
||||
.dark-div .body-content > a, |
||||
.dark-div .body-content > a:active, |
||||
.dark-div .body-content > a:focus, |
||||
.dark-div .body-content > a:visited, |
||||
.dark-div.body-content > a, |
||||
.dark-div.body-content > a:active, |
||||
.dark-div.body-content > a:focus, |
||||
.dark-div.body-content > a:visited, |
||||
a[data-toggle='tooltip']:hover, |
||||
.dark-div a[data-toggle='tooltip'], |
||||
.body-content ul li a:hover, |
||||
.body-content ol li a:hover, |
||||
.dark-div .body-content ul > li > a:hover, |
||||
.dark-div .body-content ol > li > a:hover, |
||||
.body-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover, |
||||
.dark-div .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover, |
||||
header .nav-default > .navbar-default .navbar-nav > li > a:hover, |
||||
header .nav-default > .navbar-default .navbar-nav.buy-theme > li > a:hover, |
||||
header .nav-default > .navbar-default .navbar-nav > li.current-menu-item > a, |
||||
header .nav-default > .navbar-default .navbar-nav > li.current-menu-item > a:hover, |
||||
header .nav-default > .navbar-default ul > li:hover > a, |
||||
li[id*='mega-menu-item-'] div.sub-content.dropdown-menu div.channel-content .content-item h3 > a:hover, |
||||
header .nav-default > .navbar-default .navbar-toggle.search:hover, |
||||
.off-canvas-inner .off-menu > ul li a:hover, |
||||
.author-page .slider-item .text-content .text-3 .social-listing li:hover i, |
||||
.social-listing li:hover i, |
||||
.list-content.post-grid .item-info .category > span > a:hover, |
||||
.list-content.post-grid .item-title > a:hover, |
||||
.list-content.post-grid .item-author .author-content .author-name a:hover, |
||||
.list-content.post-grid .list-item .item-sub-author cite > a:hover, |
||||
.style-post.quote blockquote cite a:hover, |
||||
.list-content.post-grid .cactus-related-posts .related-posts-content .related-posts-title > a:hover, |
||||
.widget-latest-comments .post-item .post-item-info a:hover, |
||||
.widget-latest-posts .related-posts-content .related-posts-item .content > span.title > a:hover, |
||||
.widget-social-listing .list-inline li:hover .title, |
||||
.dark-div .widget-social-listing .social-listing li:hover i, |
||||
.listing-sc-content li a:hover, |
||||
.listing-sc-content.menu li ul li a:hover, |
||||
.dark-div .listing-sc-content.menu li a:hover, |
||||
.widget_categories li a:hover, |
||||
.widget_meta li a:hover, |
||||
.widget_archive li a:hover, |
||||
.widget_recent_entries li a:hover, |
||||
.widget_recent_comments li a:hover, |
||||
.widget_pages li a:hover, |
||||
.widget_nav_menu li a:hover, |
||||
.widget_recent_comments li .comment-author-link > a, |
||||
.dark-div .widget_categories li a:hover, |
||||
.dark-div .widget_meta li a:hover, |
||||
.dark-div .widget_archive li a:hover, |
||||
.dark-div .widget_recent_entries li a:hover, |
||||
.dark-div .widget_recent_comments li a:hover, |
||||
.dark-div .widget_pages li a:hover, |
||||
.dark-div .widget_nav_menu li a:hover, |
||||
.dark-div .widget_recent_comments li .comment-author-link > a, |
||||
.dark-div .widget_calendar a:hover, |
||||
a.next-to-comments:hover, |
||||
.cactus-wraper-slider-bg a.next-to-comments:hover, |
||||
.n-p-posts .p-post a:hover, |
||||
.n-p-posts .n-post a:hover, |
||||
.p-related-posts .related-posts-content .related-posts-item .content > span.title > a:hover, |
||||
.single-page-content .list-content.post-grid.post-wide .item-title > a > h3:hover, |
||||
#comments .comment-list .comment-body .comment-meta a:hover, |
||||
#comments .comment-list .comment-body .reply a:hover, |
||||
#comments .comment-notes, |
||||
#comments .comment-awaiting-moderation, |
||||
#comments #cancel-comment-reply-link:hover, |
||||
.list-content.post-grid.modern-grid .sub-title-author .social-listing li:hover i, |
||||
.list-post-nav .picture-content .picture .social-content .social-listing li:hover i, |
||||
.list-content.background-color-5c:not(.post-classic):not(.post-wide):not(.modern-grid) .widget-latest-comments .comment-content a:hover, |
||||
.list-wrap.index-v4 .list-content.background-color-5c .widget-latest-comments .comment-content a:hover, |
||||
.list-content.background-color-5c:not(.post-classic):not(.post-wide):not(.modern-grid) .listing-sc-content.menu li ul li a:hover, |
||||
.list-wrap.index-v4 .listing-sc-content.menu li ul li a:hover, |
||||
.cactus-single-page .single-page-content .title-content .text-1 a:hover, |
||||
.cactus-single-page .single-page-content .title-content .text-3 .author-name a:hover, |
||||
.cactus-single-page .single-page-content .title-content .text-3 > span > span a:hover, |
||||
.standard-v1 .slider-item .text-content a:hover { |
||||
color: #ffaa00; |
||||
} |
||||
|
||||
/*color need using important attribute*/ |
||||
.wptt_TwitterTweets ul.fetched_tweets li.tweets_avatar .tweet_data a:hover { |
||||
color: #ffaa00 !important; |
||||
} |
||||
|
||||
/* border color */ |
||||
|
||||
header .nav-default > .navbar-default .navbar-nav.buy-theme > li > a:hover, |
||||
.off-canvas-inner .off-menu > ul.buytheme-mobile-menu li a:hover, |
||||
.author-page .slider-item .text-content .text-3 .social-listing li:hover, |
||||
.social-listing li:hover, |
||||
.widget-social-listing .social-listing li:hover, |
||||
.dark-div .widget-social-listing .social-listing li:hover, |
||||
.container-version-6 .version-6-row .version-6-table-left .off-canvas-inner .off-menu > ul.buytheme-mobile-menu li a:hover, |
||||
.list-content.post-grid.modern-grid .sub-title-author .social-listing li:hover, |
||||
.list-post-nav .picture-content .picture .social-content .social-listing li:hover { |
||||
border-color: #ffaa00; |
||||
} |
||||
|
||||
.list-post-nav .title-content .title-item:hover, |
||||
.list-post-nav .title-content .title-item.active { |
||||
border-left: 3px solid #ffaa00; |
||||
} |
||||
|
||||
html, |
||||
body, |
||||
.font-2, |
||||
.cactus-slider-single, |
||||
.cactus-font-2 { |
||||
font-family: 'Open Sans'; |
||||
} |
||||
|
||||
html, |
||||
body { |
||||
font-size: 16px; |
||||
} |
||||
/* |
||||
You can add your own CSS here. |
||||
|
||||
Click the help icon above to learn more. |
||||
*/ |
||||
.single-format-standard .body-content { |
||||
display: flex; |
||||
flex-direction: column; |
||||
} |
||||
|
||||
.single-format-standard .body-content > div:nth-last-child(2) { |
||||
order: 9999; |
||||
} |
||||
|
||||
.single-format-standard .body-content > .related-post.grid { |
||||
order: 9998; |
||||
} |
||||
|
||||
.single-format-standard .body-content > .cactus-post-break { |
||||
order: 9997; |
||||
} |
||||
|
||||
/* |
||||
Remove bullet points on Search and Filter results page |
||||
*/ |
||||
|
||||
.body-content .searchandfilter ul > li:before { |
||||
content: none; |
||||
} |
||||
|
||||
/* |
||||
Left-Align the Search and Filter fields |
||||
*/ |
||||
|
||||
.searchandfilter ul { |
||||
margin-left: 0; |
||||
padding-left: 0; |
||||
} |
||||
|
||||
.body-content .searchandfilter ul li { |
||||
padding-left: 0; |
||||
} |
||||
|
||||
/* |
||||
Left-align S&F results |
||||
*/ |
||||
.cl-layout--id-28263.cl-layout--item-spacing-2 .cl-layout__item-spacing { |
||||
padding: 0; |
||||
} |
||||
|
||||
.cl-layout--id-28263 .cl-template--id-28272 { |
||||
padding-right: 0; |
||||
padding-left: 0; |
||||
} |
||||
|
||||
/*Make hr horizontal line visible again*/ |
||||
hr { |
||||
width: 100%; |
||||
} |
||||
|
||||
/*Re-align 167pix images*/ |
||||
h3 { |
||||
position: relative; |
||||
} |
||||
|
||||
h3 > img { |
||||
position: absolute; |
||||
right: 0; |
||||
top: 0; |
||||
width: auto; |
||||
} |
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -0,0 +1,304 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<title>{{.Title}}</title> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<!-- Retina Logo--> |
||||
<link rel='stylesheet' id='wp-block-library-css' href='{{staticFile "/css/style.min.css"}}' type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='bootstrap-css' href='{{staticFile "/css/bootstrap.min.css"}}' type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='style-css' href='{{staticFile "/css/style.css"}}' type='text/css' media='all' /> |
||||
<script type='text/javascript' src='{{staticFile "/js/jquery-1.12.4-wp.js"}}' id='jquery-core-js'></script> |
||||
<script type='text/javascript' src='{{staticFile "/js/jquery-migrate-1.4.1-wp.js"}}' id='jquery-migrate-js'></script> |
||||
<link rel="stylesheet" href="{{staticFile " /css/main.css"}}"> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 class="home blog full-width custom-background-white group-blog"> |
||||
<div id="body-wrap"> |
||||
<div id="off-canvas" class="off-canvas-default background-color-2"> |
||||
<div class="off-canvas-inner"> |
||||
<div class="close-canvas-menu"> |
||||
<div class="close-button-1"></div> |
||||
</div> |
||||
<nav class="off-menu font-1" style="background-color: #000;"> |
||||
<ul> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
<!--Menu moblie--> |
||||
|
||||
<div id="wrap"> |
||||
<!--wrap--> |
||||
<header> |
||||
<div id="header-navigation" class="nav-default index-v1"> |
||||
<!--Navigation--> |
||||
<nav class="navbar navbar-default background-color-1 preload" role="navigation" data-fixed-scroll-top="2" |
||||
data-fixed="1" style="background-color: #000;"> |
||||
<div class="container"> |
||||
|
||||
<div class="navbar-header"> |
||||
<a class="navbar-brand" href="{{.IndexUrl}}"> |
||||
<div class="primary-logo"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</div> |
||||
<div class="sub-logo-animate"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</div> |
||||
</a> |
||||
</div> |
||||
|
||||
<div class="collapse navbar-collapse font-1"> |
||||
<!--MENU--> |
||||
<ul class="nav navbar-nav navbar-right"> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul><!-- nav navbar-nav navbar-right END --> |
||||
<!-- MENU END--> |
||||
</div> |
||||
<!--Sub Logo--> |
||||
<div class="sub-logo"> |
||||
<div class="sub-logo-content"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</header> |
||||
<div id="cactus-body-container"> |
||||
<!-- cactus-body-container--> |
||||
<div class="cactus-single-page background-color-5c"> |
||||
|
||||
<div class="container"> |
||||
|
||||
<div class="row"> |
||||
<div class="col-md-8 sidebar-right fix-right-left"> |
||||
<div class="single-page-content"> |
||||
<article class="hentry"> |
||||
<div class="title-content"> |
||||
<div class="style-post"> |
||||
<img |
||||
src="{{getCover .Article.Pictures}}" |
||||
class="attachment-post-thumbnail size-post-thumbnail wp-post-image" style="width: 80%"/> |
||||
</div> |
||||
<!--Body content--> |
||||
<div class="body-content"> |
||||
<h4 style="text-align: justify;">{{.Title}}</h4> |
||||
<p style="text-align: justify;">{{.Article.Summary}}</p> |
||||
{{range .Article.Topics}} |
||||
<h3 style="text-align: justify;">New La Diva M2 Insights</h3> |
||||
{{$tlen := len .Pictures}} |
||||
{{if ne $tlen 0}} |
||||
{{range .Pictures}} |
||||
<p style="text-align: justify;"><img src="{{replaceImage .}}"></p> |
||||
{{end}} |
||||
{{end}} |
||||
<p style="text-align: justify;">{{.Content}}</p> |
||||
{{end}} |
||||
</div> |
||||
<!--Body content--> |
||||
|
||||
|
||||
<!--tag group--> |
||||
<div class="tag-group" style="text-align: left;"> |
||||
{{ if .Prev }} |
||||
<a href="{{.Prev.Url}}" rel="tag">Prev:{{.Prev.Title}}</a> |
||||
{{ end }} |
||||
{{ if .Next }} |
||||
<a href="{{.Prev.Url}}" rel="tag">Next:{{.Next.Title}}</a> |
||||
{{ end }} |
||||
</div> |
||||
<!--tag group--> |
||||
</article> |
||||
</div> |
||||
<!--Single Page Content--> |
||||
</div> |
||||
<div id="secondary" class="widget-area col-md-4 cactus-sidebar sidebar-right" role="complementary"> |
||||
<aside id="advads_ad_widget-3" class="col-md-12 widget advads-widget module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<div class="advads-631be072b0148d0a79fab39f434040a0" id="advads-631be072b0148d0a79fab39f434040a0"> |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
<aside id="text-2" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<div class="textwidget"></div> |
||||
</div> |
||||
</aside> |
||||
{{$plen := len .PopularArticles}} |
||||
{{if ne $plen 0}} |
||||
<aside id="categories-3" class="col-md-12 widget widget_categories module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">POPULAR ARTICLES</h2> |
||||
<ul> |
||||
{{range .PopularArticles}} |
||||
<li class="cat-item cat-item-238"><a |
||||
href="{{.Url}}">{{.Title}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</aside> |
||||
{{end}} |
||||
<aside id="text-11" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<div class="textwidget"></div> |
||||
</div> |
||||
</aside> |
||||
{{$rlen := len .RecommendArticles}} |
||||
{{if ne $rlen 0}} |
||||
<aside id="azurecurve_tag_cloud-3" |
||||
class="col-md-12 widget widget_azurecurve_tag_cloud module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">RECOMMEND ARTICLES</h2> |
||||
<ul class='wp-tag-cloud' role='list'> |
||||
{{range .RecommendArticles}} |
||||
<li><a href="{{.Url}}" |
||||
class="tag-cloud-link tag-link-132 tag-link-position-1" style="font-size: 12pt;">{{.Title}}</a></li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</aside> |
||||
{{end}} |
||||
<aside id="text-24" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<div class="textwidget"></div> |
||||
</div> |
||||
</aside> |
||||
</div><!-- #secondary --> |
||||
|
||||
</div> |
||||
</div> |
||||
<!-- Single Post Layout 2 --> |
||||
</div><!-- cactus-single-page --> |
||||
</div> <!-- end cactus-body-container--> |
||||
<footer> |
||||
<!--Footer--> |
||||
<div class="container next-top-header"> |
||||
<div class="row"> |
||||
<div class="col-md-12"> |
||||
<div class="button-to-top"> |
||||
<i class="fa fa-angle-up"></i> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-inner background-color-2 dark-div"> |
||||
<div class="footer-sidebar"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<aside id="text-19" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">Visit HFA on Social Media</h2> |
||||
<div class="textwidget"> |
||||
<p> |
||||
{{range .Friendship}} |
||||
<a href="https://www.facebook.com/HFA.reviews" target="_blank" |
||||
rel="noopener">{{.Name}}</a><br /> |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
{{end}} |
||||
<aside id="text-26" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">LEGAL</h2> |
||||
<div class="textwidget"> |
||||
{{if .HasAbout }} |
||||
<p><a href="{{.AboutUrl}}">ABOUT</a></p> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<p><a href="{{.ContactUrl}}">CONTACT</a></p> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<p><a href="{{.PolicyUrl}}">POLICY</a></p> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-info background-color-2 dark-div"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="border-top"></div> |
||||
<div class="col-md-6 col-sm-6 copyright font-1">© 2022 COMPANY NAME</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</footer> |
||||
<!--Footer--> |
||||
</div> |
||||
<!--wrap--> |
||||
</div> |
||||
<!--body-wrap--> |
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,287 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<title>{{.Title}}</title> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<!-- Retina Logo--> |
||||
<link rel='stylesheet' id='wp-block-library-css' href='{{staticFile "/css/style.min.css"}}' |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='bootstrap-css' href='{{staticFile "/css/bootstrap.min.css"}}' type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='style-css' href='{{staticFile "/css/style.css"}}' type='text/css' media='all' /> |
||||
<script type='text/javascript' src='{{staticFile "/js/jquery-1.12.4-wp.js"}}' |
||||
id='jquery-core-js'></script> |
||||
<script type='text/javascript' |
||||
src='{{staticFile "/js/jquery-migrate-1.4.1-wp.js"}}' |
||||
id='jquery-migrate-js'></script> |
||||
<link rel="stylesheet" href="{{staticFile "/css/main.css"}}"> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 class="home blog full-width custom-background-white group-blog"> |
||||
<div id="body-wrap"> |
||||
<div id="off-canvas" class="off-canvas-default background-color-2"> |
||||
<div class="off-canvas-inner"> |
||||
<div class="close-canvas-menu"> |
||||
<div class="close-button-1"></div> |
||||
</div> |
||||
<nav class="off-menu font-1" style="background-color: #000;"> |
||||
<ul> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
<!--Menu moblie--> |
||||
|
||||
<div id="wrap"> |
||||
<!--wrap--> |
||||
<header> |
||||
<div id="header-navigation" class="nav-default index-v1"> |
||||
<!--Navigation--> |
||||
<nav class="navbar navbar-default background-color-1 preload" role="navigation" |
||||
data-fixed-scroll-top="2" data-fixed="1" style="background-color: #000;"> |
||||
<div class="container"> |
||||
|
||||
<div class="navbar-header"> |
||||
<a class="navbar-brand" href="{{.IndexUrl}}"> |
||||
<div class="primary-logo"> |
||||
<img src="{{replaceImage .Logo}}" |
||||
alt=""> |
||||
</div> |
||||
<div class="sub-logo-animate"> |
||||
<img src="{{replaceImage .Logo}}" |
||||
alt=""> |
||||
</div> |
||||
</a> |
||||
</div> |
||||
|
||||
<div class="collapse navbar-collapse font-1"> |
||||
<!--MENU--> |
||||
<ul class="nav navbar-nav navbar-right"> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul><!-- nav navbar-nav navbar-right END --> |
||||
<!-- MENU END--> |
||||
</div> |
||||
<!--Sub Logo--> |
||||
<div class="sub-logo"> |
||||
<div class="sub-logo-content"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" |
||||
alt=""> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</header> |
||||
|
||||
<div id="cactus-body-container"> |
||||
<div class="list-wrap "> |
||||
<div class="loading-listing"></div> |
||||
<div class="list-content background-color-5c post-grid "> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-md-12 fix-right-left"> |
||||
<div class="row item-fix-modern"> |
||||
{{ range .Articles }} |
||||
<div id="single_post_33256" data-cactus-color="#ffaa00" |
||||
class="list-item col-md-4 "> |
||||
<div id="post-33256" |
||||
class="bg-list-item post-33256 post type-post status-publish format-standard has-post-thumbnail hentry category-cd-player-reviews tag-aqua"> |
||||
<div class="slider-list "> |
||||
<div class="slider-list-item "> |
||||
<a href="{{.Url}}" |
||||
title="Aqua La Diva M2 – Part 3" class="adaptive"> |
||||
<div class="thumb-overlay"> |
||||
</div> |
||||
<img src="{{getCover .Cover}}" alt=""> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
<div class="fix-color-modern background-color-1"></div> |
||||
<div class="fix-special" style="padding-bottom: 20px"> |
||||
<div class="item-info"> |
||||
<div class="category"> |
||||
<span class="font-1"><a |
||||
href="{{.Url}}">{{.Title}}</a></span> |
||||
</div> |
||||
<div class="time updated"> |
||||
<span class="font-1">{{timeFormat .PublishTime}}</span> |
||||
</div> |
||||
</div> |
||||
<div class="item-title entry-title"> |
||||
<a href="{{.Url}}" |
||||
title="Aqua La Diva M2 – Part 3" class="font-1">{{timeFormat .PublishTime}}</a> |
||||
|
||||
<span class="note-wrap"><span |
||||
class="note-title font-1 background-color-1">{{.Views}} views</span></span> |
||||
</div> |
||||
<div class="item-excerpt" style="overflow: hidden; |
||||
text-overflow: ellipsis; |
||||
display:-webkit-box; |
||||
-webkit-box-orient:vertical; |
||||
-webkit-line-clamp:4;"> |
||||
<span> {{.Summary}}</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
|
||||
<div class="page-navigation"> |
||||
<nav class="navigation-ajax" role="navigation"> |
||||
<div class="wp-pagenavi"> |
||||
{{$pulen := len .PrevUrl}} |
||||
{{ if ne $pulen 0 }} |
||||
<a href="{{.PrevUrl}}" id="navigation-ajax" |
||||
class="load-more btn btn-default font-1"> |
||||
<div class="load-title">Prev</div> |
||||
<i class="fa fa-refresh hide" id="load-spin"></i> |
||||
</a> |
||||
{{ end }} |
||||
{{$nulen := len .NextUrl}} |
||||
{{ if ne $nulen 0 }} |
||||
<a href="{{.NextUrl}}" id="navigation-ajax" |
||||
class="load-more btn btn-default font-1"> |
||||
<div class="load-title">Next</div> |
||||
<i class="fa fa-refresh hide" id="load-spin"></i> |
||||
</a> |
||||
{{ end }} |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<footer> |
||||
<!--Footer--> |
||||
<div class="container next-top-header"> |
||||
<div class="row"> |
||||
<div class="col-md-12"> |
||||
<div class="button-to-top"> |
||||
<i class="fa fa-angle-up"></i> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-inner background-color-2 dark-div"> |
||||
<div class="footer-sidebar"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<aside id="text-19" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">Visit HFA on Social Media</h2> |
||||
<div class="textwidget"> |
||||
<p> |
||||
{{range .Friendship}} |
||||
<a href="https://www.facebook.com/HFA.reviews" target="_blank" |
||||
rel="noopener">{{.Name}}</a><br /> |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
{{end}} |
||||
<aside id="text-26" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">LEGAL</h2> |
||||
<div class="textwidget"> |
||||
{{if .HasAbout }} |
||||
<p><a href="{{.AboutUrl}}">ABOUT</a></p> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<p><a href="{{.ContactUrl}}">CONTACT</a></p> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<p><a href="{{.PolicyUrl}}">POLICY</a></p> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-info background-color-2 dark-div"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="border-top"></div> |
||||
<div class="col-md-6 col-sm-6 copyright font-1">© 2022 COMPANY NAME</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</footer> |
||||
<!--Footer--> |
||||
</div> |
||||
<!--wrap--> |
||||
</div> |
||||
<!--body-wrap--> |
||||
</body> |
||||
</html> |
File diff suppressed because one or more lines are too long
@ -0,0 +1,763 @@ |
||||
/*! |
||||
* jQuery Migrate - v1.4.1 - 2016-05-19 |
||||
* Copyright jQuery Foundation and other contributors |
||||
*/ |
||||
(function( jQuery, window, undefined ) { |
||||
// See http://bugs.jquery.com/ticket/13335
|
||||
// "use strict";
|
||||
|
||||
|
||||
jQuery.migrateVersion = "1.4.1"; |
||||
|
||||
|
||||
var warnedAbout = {}; |
||||
|
||||
// List of warnings already given; public read only
|
||||
jQuery.migrateWarnings = []; |
||||
|
||||
// Set to true to prevent console output; migrateWarnings still maintained
|
||||
// jQuery.migrateMute = false;
|
||||
|
||||
// Show a message on the console so devs know we're active
|
||||
if ( window.console && window.console.log ) { |
||||
window.console.log( "JQMIGRATE: Migrate is installed" + |
||||
( jQuery.migrateMute ? "" : " with logging active" ) + |
||||
", version " + jQuery.migrateVersion ); |
||||
} |
||||
|
||||
// Set to false to disable traces that appear with warnings
|
||||
if ( jQuery.migrateTrace === undefined ) { |
||||
jQuery.migrateTrace = true; |
||||
} |
||||
|
||||
// Forget any warnings we've already given; public
|
||||
jQuery.migrateReset = function() { |
||||
warnedAbout = {}; |
||||
jQuery.migrateWarnings.length = 0; |
||||
}; |
||||
|
||||
function migrateWarn( msg) { |
||||
var console = window.console; |
||||
var error = new Error(); |
||||
|
||||
// WP: Add all warnings to jQuery.migrateWarnings.
|
||||
var tracedError = { |
||||
warning: msg, |
||||
trace: error.stack || error |
||||
}; |
||||
|
||||
jQuery.migrateWarnings.push( tracedError ); |
||||
// WP: end.
|
||||
|
||||
if ( ! warnedAbout[ msg ] ) { |
||||
warnedAbout[ msg ] = true; |
||||
|
||||
if ( console && console.warn && !jQuery.migrateMute ) { |
||||
console.warn( "JQMIGRATE: " + msg ); |
||||
if ( jQuery.migrateTrace && console.trace ) { |
||||
console.trace(); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
function migrateWarnProp( obj, prop, value, msg ) { |
||||
if ( Object.defineProperty ) { |
||||
// On ES5 browsers (non-oldIE), warn if the code tries to get prop;
|
||||
// allow property to be overwritten in case some other plugin wants it
|
||||
try { |
||||
Object.defineProperty( obj, prop, { |
||||
configurable: true, |
||||
enumerable: true, |
||||
get: function() { |
||||
migrateWarn( msg ); |
||||
return value; |
||||
}, |
||||
set: function( newValue ) { |
||||
migrateWarn( msg ); |
||||
value = newValue; |
||||
} |
||||
}); |
||||
return; |
||||
} catch( err ) { |
||||
// IE8 is a dope about Object.defineProperty, can't warn there
|
||||
} |
||||
} |
||||
|
||||
// Non-ES5 (or broken) browser; just set the property
|
||||
jQuery._definePropertyBroken = true; |
||||
obj[ prop ] = value; |
||||
} |
||||
|
||||
if ( document.compatMode === "BackCompat" ) { |
||||
// jQuery has never supported or tested Quirks Mode
|
||||
migrateWarn( "jQuery is not compatible with Quirks Mode" ); |
||||
} |
||||
|
||||
|
||||
var attrFn = jQuery( "<input/>", { size: 1 } ).attr("size") && jQuery.attrFn, |
||||
oldAttr = jQuery.attr, |
||||
valueAttrGet = jQuery.attrHooks.value && jQuery.attrHooks.value.get || |
||||
function() { return null; }, |
||||
valueAttrSet = jQuery.attrHooks.value && jQuery.attrHooks.value.set || |
||||
function() { return undefined; }, |
||||
rnoType = /^(?:input|button)$/i, |
||||
rnoAttrNodeType = /^[238]$/, |
||||
rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i, |
||||
ruseDefault = /^(?:checked|selected)$/i; |
||||
|
||||
// jQuery.attrFn
|
||||
migrateWarnProp( jQuery, "attrFn", attrFn || {}, "jQuery.attrFn is deprecated" ); |
||||
|
||||
jQuery.attr = function( elem, name, value, pass ) { |
||||
var lowerName = name.toLowerCase(), |
||||
nType = elem && elem.nodeType; |
||||
|
||||
if ( pass ) { |
||||
// Since pass is used internally, we only warn for new jQuery
|
||||
// versions where there isn't a pass arg in the formal params
|
||||
if ( oldAttr.length < 4 ) { |
||||
migrateWarn("jQuery.fn.attr( props, pass ) is deprecated"); |
||||
} |
||||
if ( elem && !rnoAttrNodeType.test( nType ) && |
||||
(attrFn ? name in attrFn : jQuery.isFunction(jQuery.fn[name])) ) { |
||||
return jQuery( elem )[ name ]( value ); |
||||
} |
||||
} |
||||
|
||||
// Warn if user tries to set `type`, since it breaks on IE 6/7/8; by checking
|
||||
// for disconnected elements we don't warn on $( "<button>", { type: "button" } ).
|
||||
if ( name === "type" && value !== undefined && rnoType.test( elem.nodeName ) && elem.parentNode ) { |
||||
migrateWarn("Can't change the 'type' of an input or button in IE 6/7/8"); |
||||
} |
||||
|
||||
// Restore boolHook for boolean property/attribute synchronization
|
||||
if ( !jQuery.attrHooks[ lowerName ] && rboolean.test( lowerName ) ) { |
||||
jQuery.attrHooks[ lowerName ] = { |
||||
get: function( elem, name ) { |
||||
// Align boolean attributes with corresponding properties
|
||||
// Fall back to attribute presence where some booleans are not supported
|
||||
var attrNode, |
||||
property = jQuery.prop( elem, name ); |
||||
return property === true || typeof property !== "boolean" && |
||||
( attrNode = elem.getAttributeNode(name) ) && attrNode.nodeValue !== false ? |
||||
|
||||
name.toLowerCase() : |
||||
undefined; |
||||
}, |
||||
set: function( elem, value, name ) { |
||||
var propName; |
||||
if ( value === false ) { |
||||
// Remove boolean attributes when set to false
|
||||
jQuery.removeAttr( elem, name ); |
||||
} else { |
||||
// value is true since we know at this point it's type boolean and not false
|
||||
// Set boolean attributes to the same name and set the DOM property
|
||||
propName = jQuery.propFix[ name ] || name; |
||||
if ( propName in elem ) { |
||||
// Only set the IDL specifically if it already exists on the element
|
||||
elem[ propName ] = true; |
||||
} |
||||
|
||||
elem.setAttribute( name, name.toLowerCase() ); |
||||
} |
||||
return name; |
||||
} |
||||
}; |
||||
|
||||
// Warn only for attributes that can remain distinct from their properties post-1.9
|
||||
if ( ruseDefault.test( lowerName ) ) { |
||||
migrateWarn( "jQuery.fn.attr('" + lowerName + "') might use property instead of attribute" ); |
||||
} |
||||
} |
||||
|
||||
return oldAttr.call( jQuery, elem, name, value ); |
||||
}; |
||||
|
||||
// attrHooks: value
|
||||
jQuery.attrHooks.value = { |
||||
get: function( elem, name ) { |
||||
var nodeName = ( elem.nodeName || "" ).toLowerCase(); |
||||
if ( nodeName === "button" ) { |
||||
return valueAttrGet.apply( this, arguments ); |
||||
} |
||||
if ( nodeName !== "input" && nodeName !== "option" ) { |
||||
migrateWarn("jQuery.fn.attr('value') no longer gets properties"); |
||||
} |
||||
return name in elem ? |
||||
elem.value : |
||||
null; |
||||
}, |
||||
set: function( elem, value ) { |
||||
var nodeName = ( elem.nodeName || "" ).toLowerCase(); |
||||
if ( nodeName === "button" ) { |
||||
return valueAttrSet.apply( this, arguments ); |
||||
} |
||||
if ( nodeName !== "input" && nodeName !== "option" ) { |
||||
migrateWarn("jQuery.fn.attr('value', val) no longer sets properties"); |
||||
} |
||||
// Does not return so that setAttribute is also used
|
||||
elem.value = value; |
||||
} |
||||
}; |
||||
|
||||
|
||||
var matched, browser, |
||||
oldInit = jQuery.fn.init, |
||||
oldFind = jQuery.find, |
||||
oldParseJSON = jQuery.parseJSON, |
||||
rspaceAngle = /^\s*</, |
||||
rattrHashTest = /\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/, |
||||
rattrHashGlob = /\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g, |
||||
// Note: XSS check is done below after string is trimmed
|
||||
rquickExpr = /^([^<]*)(<[\w\W]+>)([^>]*)$/; |
||||
|
||||
// $(html) "looks like html" rule change
|
||||
jQuery.fn.init = function( selector, context, rootjQuery ) { |
||||
var match, ret; |
||||
|
||||
if ( selector && typeof selector === "string" ) { |
||||
if ( !jQuery.isPlainObject( context ) && |
||||
(match = rquickExpr.exec( jQuery.trim( selector ) )) && match[ 0 ] ) { |
||||
|
||||
// This is an HTML string according to the "old" rules; is it still?
|
||||
if ( !rspaceAngle.test( selector ) ) { |
||||
migrateWarn("$(html) HTML strings must start with '<' character"); |
||||
} |
||||
if ( match[ 3 ] ) { |
||||
migrateWarn("$(html) HTML text after last tag is ignored"); |
||||
} |
||||
|
||||
// Consistently reject any HTML-like string starting with a hash (gh-9521)
|
||||
// Note that this may break jQuery 1.6.x code that otherwise would work.
|
||||
if ( match[ 0 ].charAt( 0 ) === "#" ) { |
||||
migrateWarn("HTML string cannot start with a '#' character"); |
||||
jQuery.error("JQMIGRATE: Invalid selector string (XSS)"); |
||||
} |
||||
|
||||
// Now process using loose rules; let pre-1.8 play too
|
||||
// Is this a jQuery context? parseHTML expects a DOM element (#178)
|
||||
if ( context && context.context && context.context.nodeType ) { |
||||
context = context.context; |
||||
} |
||||
|
||||
if ( jQuery.parseHTML ) { |
||||
return oldInit.call( this, |
||||
jQuery.parseHTML( match[ 2 ], context && context.ownerDocument || |
||||
context || document, true ), context, rootjQuery ); |
||||
} |
||||
} |
||||
} |
||||
|
||||
ret = oldInit.apply( this, arguments ); |
||||
|
||||
// Fill in selector and context properties so .live() works
|
||||
if ( selector && selector.selector !== undefined ) { |
||||
// A jQuery object, copy its properties
|
||||
ret.selector = selector.selector; |
||||
ret.context = selector.context; |
||||
|
||||
} else { |
||||
ret.selector = typeof selector === "string" ? selector : ""; |
||||
if ( selector ) { |
||||
ret.context = selector.nodeType? selector : context || document; |
||||
} |
||||
} |
||||
|
||||
return ret; |
||||
}; |
||||
jQuery.fn.init.prototype = jQuery.fn; |
||||
|
||||
jQuery.find = function( selector ) { |
||||
var args = Array.prototype.slice.call( arguments ); |
||||
|
||||
// Support: PhantomJS 1.x
|
||||
// String#match fails to match when used with a //g RegExp, only on some strings
|
||||
if ( typeof selector === "string" && rattrHashTest.test( selector ) ) { |
||||
|
||||
// The nonstandard and undocumented unquoted-hash was removed in jQuery 1.12.0
|
||||
// First see if qS thinks it's a valid selector, if so avoid a false positive
|
||||
try { |
||||
document.querySelector( selector ); |
||||
} catch ( err1 ) { |
||||
|
||||
// Didn't *look* valid to qSA, warn and try quoting what we think is the value
|
||||
selector = selector.replace( rattrHashGlob, function( _, attr, op, value ) { |
||||
return "[" + attr + op + "\"" + value + "\"]"; |
||||
} ); |
||||
|
||||
// If the regexp *may* have created an invalid selector, don't update it
|
||||
// Note that there may be false alarms if selector uses jQuery extensions
|
||||
try { |
||||
document.querySelector( selector ); |
||||
migrateWarn( "Attribute selector with '#' must be quoted: " + args[ 0 ] ); |
||||
args[ 0 ] = selector; |
||||
} catch ( err2 ) { |
||||
migrateWarn( "Attribute selector with '#' was not fixed: " + args[ 0 ] ); |
||||
} |
||||
} |
||||
} |
||||
|
||||
return oldFind.apply( this, args ); |
||||
}; |
||||
|
||||
// Copy properties attached to original jQuery.find method (e.g. .attr, .isXML)
|
||||
var findProp; |
||||
for ( findProp in oldFind ) { |
||||
if ( Object.prototype.hasOwnProperty.call( oldFind, findProp ) ) { |
||||
jQuery.find[ findProp ] = oldFind[ findProp ]; |
||||
} |
||||
} |
||||
|
||||
// Let $.parseJSON(falsy_value) return null
|
||||
jQuery.parseJSON = function( json ) { |
||||
if ( !json ) { |
||||
migrateWarn("jQuery.parseJSON requires a valid JSON string"); |
||||
return null; |
||||
} |
||||
return oldParseJSON.apply( this, arguments ); |
||||
}; |
||||
|
||||
jQuery.uaMatch = function( ua ) { |
||||
ua = ua.toLowerCase(); |
||||
|
||||
var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) || |
||||
/(webkit)[ \/]([\w.]+)/.exec( ua ) || |
||||
/(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) || |
||||
/(msie) ([\w.]+)/.exec( ua ) || |
||||
ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec( ua ) || |
||||
[]; |
||||
|
||||
return { |
||||
browser: match[ 1 ] || "", |
||||
version: match[ 2 ] || "0" |
||||
}; |
||||
}; |
||||
|
||||
// Don't clobber any existing jQuery.browser in case it's different
|
||||
if ( !jQuery.browser ) { |
||||
matched = jQuery.uaMatch( navigator.userAgent ); |
||||
browser = {}; |
||||
|
||||
if ( matched.browser ) { |
||||
browser[ matched.browser ] = true; |
||||
browser.version = matched.version; |
||||
} |
||||
|
||||
// Chrome is Webkit, but Webkit is also Safari.
|
||||
if ( browser.chrome ) { |
||||
browser.webkit = true; |
||||
} else if ( browser.webkit ) { |
||||
browser.safari = true; |
||||
} |
||||
|
||||
jQuery.browser = browser; |
||||
} |
||||
|
||||
// Warn if the code tries to get jQuery.browser
|
||||
migrateWarnProp( jQuery, "browser", jQuery.browser, "jQuery.browser is deprecated" ); |
||||
|
||||
// jQuery.boxModel deprecated in 1.3, jQuery.support.boxModel deprecated in 1.7
|
||||
jQuery.boxModel = jQuery.support.boxModel = (document.compatMode === "CSS1Compat"); |
||||
migrateWarnProp( jQuery, "boxModel", jQuery.boxModel, "jQuery.boxModel is deprecated" ); |
||||
migrateWarnProp( jQuery.support, "boxModel", jQuery.support.boxModel, "jQuery.support.boxModel is deprecated" ); |
||||
|
||||
jQuery.sub = function() { |
||||
function jQuerySub( selector, context ) { |
||||
return new jQuerySub.fn.init( selector, context ); |
||||
} |
||||
jQuery.extend( true, jQuerySub, this ); |
||||
jQuerySub.superclass = this; |
||||
jQuerySub.fn = jQuerySub.prototype = this(); |
||||
jQuerySub.fn.constructor = jQuerySub; |
||||
jQuerySub.sub = this.sub; |
||||
jQuerySub.fn.init = function init( selector, context ) { |
||||
var instance = jQuery.fn.init.call( this, selector, context, rootjQuerySub ); |
||||
return instance instanceof jQuerySub ? |
||||
instance : |
||||
jQuerySub( instance ); |
||||
}; |
||||
jQuerySub.fn.init.prototype = jQuerySub.fn; |
||||
var rootjQuerySub = jQuerySub(document); |
||||
migrateWarn( "jQuery.sub() is deprecated" ); |
||||
return jQuerySub; |
||||
}; |
||||
|
||||
// The number of elements contained in the matched element set
|
||||
jQuery.fn.size = function() { |
||||
migrateWarn( "jQuery.fn.size() is deprecated; use the .length property" ); |
||||
return this.length; |
||||
}; |
||||
|
||||
|
||||
var internalSwapCall = false; |
||||
|
||||
// If this version of jQuery has .swap(), don't false-alarm on internal uses
|
||||
if ( jQuery.swap ) { |
||||
jQuery.each( [ "height", "width", "reliableMarginRight" ], function( _, name ) { |
||||
var oldHook = jQuery.cssHooks[ name ] && jQuery.cssHooks[ name ].get; |
||||
|
||||
if ( oldHook ) { |
||||
jQuery.cssHooks[ name ].get = function() { |
||||
var ret; |
||||
|
||||
internalSwapCall = true; |
||||
ret = oldHook.apply( this, arguments ); |
||||
internalSwapCall = false; |
||||
return ret; |
||||
}; |
||||
} |
||||
}); |
||||
} |
||||
|
||||
jQuery.swap = function( elem, options, callback, args ) { |
||||
var ret, name, |
||||
old = {}; |
||||
|
||||
if ( !internalSwapCall ) { |
||||
migrateWarn( "jQuery.swap() is undocumented and deprecated" ); |
||||
} |
||||
|
||||
// Remember the old values, and insert the new ones
|
||||
for ( name in options ) { |
||||
old[ name ] = elem.style[ name ]; |
||||
elem.style[ name ] = options[ name ]; |
||||
} |
||||
|
||||
ret = callback.apply( elem, args || [] ); |
||||
|
||||
// Revert the old values
|
||||
for ( name in options ) { |
||||
elem.style[ name ] = old[ name ]; |
||||
} |
||||
|
||||
return ret; |
||||
}; |
||||
|
||||
|
||||
// Ensure that $.ajax gets the new parseJSON defined in core.js
|
||||
jQuery.ajaxSetup({ |
||||
converters: { |
||||
"text json": jQuery.parseJSON |
||||
} |
||||
}); |
||||
|
||||
|
||||
var oldFnData = jQuery.fn.data; |
||||
|
||||
jQuery.fn.data = function( name ) { |
||||
var ret, evt, |
||||
elem = this[0]; |
||||
|
||||
// Handles 1.7 which has this behavior and 1.8 which doesn't
|
||||
if ( elem && name === "events" && arguments.length === 1 ) { |
||||
ret = jQuery.data( elem, name ); |
||||
evt = jQuery._data( elem, name ); |
||||
if ( ( ret === undefined || ret === evt ) && evt !== undefined ) { |
||||
migrateWarn("Use of jQuery.fn.data('events') is deprecated"); |
||||
return evt; |
||||
} |
||||
} |
||||
return oldFnData.apply( this, arguments ); |
||||
}; |
||||
|
||||
|
||||
var rscriptType = /\/(java|ecma)script/i; |
||||
|
||||
// Since jQuery.clean is used internally on older versions, we only shim if it's missing
|
||||
if ( !jQuery.clean ) { |
||||
jQuery.clean = function( elems, context, fragment, scripts ) { |
||||
// Set context per 1.8 logic
|
||||
context = context || document; |
||||
context = !context.nodeType && context[0] || context; |
||||
context = context.ownerDocument || context; |
||||
|
||||
migrateWarn("jQuery.clean() is deprecated"); |
||||
|
||||
var i, elem, handleScript, jsTags, |
||||
ret = []; |
||||
|
||||
jQuery.merge( ret, jQuery.buildFragment( elems, context ).childNodes ); |
||||
|
||||
// Complex logic lifted directly from jQuery 1.8
|
||||
if ( fragment ) { |
||||
// Special handling of each script element
|
||||
handleScript = function( elem ) { |
||||
// Check if we consider it executable
|
||||
if ( !elem.type || rscriptType.test( elem.type ) ) { |
||||
// Detach the script and store it in the scripts array (if provided) or the fragment
|
||||
// Return truthy to indicate that it has been handled
|
||||
return scripts ? |
||||
scripts.push( elem.parentNode ? elem.parentNode.removeChild( elem ) : elem ) : |
||||
fragment.appendChild( elem ); |
||||
} |
||||
}; |
||||
|
||||
for ( i = 0; (elem = ret[i]) != null; i++ ) { |
||||
// Check if we're done after handling an executable script
|
||||
if ( !( jQuery.nodeName( elem, "script" ) && handleScript( elem ) ) ) { |
||||
// Append to fragment and handle embedded scripts
|
||||
fragment.appendChild( elem ); |
||||
if ( typeof elem.getElementsByTagName !== "undefined" ) { |
||||
// handleScript alters the DOM, so use jQuery.merge to ensure snapshot iteration
|
||||
jsTags = jQuery.grep( jQuery.merge( [], elem.getElementsByTagName("script") ), handleScript ); |
||||
|
||||
// Splice the scripts into ret after their former ancestor and advance our index beyond them
|
||||
ret.splice.apply( ret, [i + 1, 0].concat( jsTags ) ); |
||||
i += jsTags.length; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
return ret; |
||||
}; |
||||
} |
||||
|
||||
var eventAdd = jQuery.event.add, |
||||
eventRemove = jQuery.event.remove, |
||||
eventTrigger = jQuery.event.trigger, |
||||
oldToggle = jQuery.fn.toggle, |
||||
oldLive = jQuery.fn.live, |
||||
oldDie = jQuery.fn.die, |
||||
oldLoad = jQuery.fn.load, |
||||
ajaxEvents = "ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess", |
||||
rajaxEvent = new RegExp( "\\b(?:" + ajaxEvents + ")\\b" ), |
||||
rhoverHack = /(?:^|\s)hover(\.\S+|)\b/, |
||||
hoverHack = function( events ) { |
||||
if ( typeof( events ) !== "string" || jQuery.event.special.hover ) { |
||||
return events; |
||||
} |
||||
if ( rhoverHack.test( events ) ) { |
||||
migrateWarn("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'"); |
||||
} |
||||
return events && events.replace( rhoverHack, "mouseenter$1 mouseleave$1" ); |
||||
}; |
||||
|
||||
// Event props removed in 1.9, put them back if needed; no practical way to warn them
|
||||
if ( jQuery.event.props && jQuery.event.props[ 0 ] !== "attrChange" ) { |
||||
jQuery.event.props.unshift( "attrChange", "attrName", "relatedNode", "srcElement" ); |
||||
} |
||||
|
||||
// Undocumented jQuery.event.handle was "deprecated" in jQuery 1.7
|
||||
if ( jQuery.event.dispatch ) { |
||||
migrateWarnProp( jQuery.event, "handle", jQuery.event.dispatch, "jQuery.event.handle is undocumented and deprecated" ); |
||||
} |
||||
|
||||
// Support for 'hover' pseudo-event and ajax event warnings
|
||||
jQuery.event.add = function( elem, types, handler, data, selector ){ |
||||
if ( elem !== document && rajaxEvent.test( types ) ) { |
||||
migrateWarn( "AJAX events should be attached to document: " + types ); |
||||
} |
||||
eventAdd.call( this, elem, hoverHack( types || "" ), handler, data, selector ); |
||||
}; |
||||
jQuery.event.remove = function( elem, types, handler, selector, mappedTypes ){ |
||||
eventRemove.call( this, elem, hoverHack( types ) || "", handler, selector, mappedTypes ); |
||||
}; |
||||
|
||||
jQuery.each( [ "load", "unload", "error" ], function( _, name ) { |
||||
|
||||
jQuery.fn[ name ] = function() { |
||||
var args = Array.prototype.slice.call( arguments, 0 ); |
||||
|
||||
// If this is an ajax load() the first arg should be the string URL;
|
||||
// technically this could also be the "Anything" arg of the event .load()
|
||||
// which just goes to show why this dumb signature has been deprecated!
|
||||
// jQuery custom builds that exclude the Ajax module justifiably die here.
|
||||
if ( name === "load" && typeof args[ 0 ] === "string" ) { |
||||
return oldLoad.apply( this, args ); |
||||
} |
||||
|
||||
migrateWarn( "jQuery.fn." + name + "() is deprecated" ); |
||||
|
||||
args.splice( 0, 0, name ); |
||||
if ( arguments.length ) { |
||||
return this.bind.apply( this, args ); |
||||
} |
||||
|
||||
// Use .triggerHandler here because:
|
||||
// - load and unload events don't need to bubble, only applied to window or image
|
||||
// - error event should not bubble to window, although it does pre-1.7
|
||||
// See http://bugs.jquery.com/ticket/11820
|
||||
this.triggerHandler.apply( this, args ); |
||||
return this; |
||||
}; |
||||
|
||||
}); |
||||
|
||||
jQuery.fn.toggle = function( fn, fn2 ) { |
||||
|
||||
// Don't mess with animation or css toggles
|
||||
if ( !jQuery.isFunction( fn ) || !jQuery.isFunction( fn2 ) ) { |
||||
return oldToggle.apply( this, arguments ); |
||||
} |
||||
migrateWarn("jQuery.fn.toggle(handler, handler...) is deprecated"); |
||||
|
||||
// Save reference to arguments for access in closure
|
||||
var args = arguments, |
||||
guid = fn.guid || jQuery.guid++, |
||||
i = 0, |
||||
toggler = function( event ) { |
||||
// Figure out which function to execute
|
||||
var lastToggle = ( jQuery._data( this, "lastToggle" + fn.guid ) || 0 ) % i; |
||||
jQuery._data( this, "lastToggle" + fn.guid, lastToggle + 1 ); |
||||
|
||||
// Make sure that clicks stop
|
||||
event.preventDefault(); |
||||
|
||||
// and execute the function
|
||||
return args[ lastToggle ].apply( this, arguments ) || false; |
||||
}; |
||||
|
||||
// link all the functions, so any of them can unbind this click handler
|
||||
toggler.guid = guid; |
||||
while ( i < args.length ) { |
||||
args[ i++ ].guid = guid; |
||||
} |
||||
|
||||
return this.click( toggler ); |
||||
}; |
||||
|
||||
jQuery.fn.live = function( types, data, fn ) { |
||||
migrateWarn("jQuery.fn.live() is deprecated"); |
||||
if ( oldLive ) { |
||||
return oldLive.apply( this, arguments ); |
||||
} |
||||
jQuery( this.context ).on( types, this.selector, data, fn ); |
||||
return this; |
||||
}; |
||||
|
||||
jQuery.fn.die = function( types, fn ) { |
||||
migrateWarn("jQuery.fn.die() is deprecated"); |
||||
if ( oldDie ) { |
||||
return oldDie.apply( this, arguments ); |
||||
} |
||||
jQuery( this.context ).off( types, this.selector || "**", fn ); |
||||
return this; |
||||
}; |
||||
|
||||
// Turn global events into document-triggered events
|
||||
jQuery.event.trigger = function( event, data, elem, onlyHandlers ){ |
||||
if ( !elem && !rajaxEvent.test( event ) ) { |
||||
migrateWarn( "Global events are undocumented and deprecated" ); |
||||
} |
||||
return eventTrigger.call( this, event, data, elem || document, onlyHandlers ); |
||||
}; |
||||
jQuery.each( ajaxEvents.split("|"), |
||||
function( _, name ) { |
||||
jQuery.event.special[ name ] = { |
||||
setup: function() { |
||||
var elem = this; |
||||
|
||||
// The document needs no shimming; must be !== for oldIE
|
||||
if ( elem !== document ) { |
||||
jQuery.event.add( document, name + "." + jQuery.guid, function() { |
||||
jQuery.event.trigger( name, Array.prototype.slice.call( arguments, 1 ), elem, true ); |
||||
}); |
||||
jQuery._data( this, name, jQuery.guid++ ); |
||||
} |
||||
return false; |
||||
}, |
||||
teardown: function() { |
||||
if ( this !== document ) { |
||||
jQuery.event.remove( document, name + "." + jQuery._data( this, name ) ); |
||||
} |
||||
return false; |
||||
} |
||||
}; |
||||
} |
||||
); |
||||
|
||||
jQuery.event.special.ready = { |
||||
setup: function() { |
||||
if ( this === document ) { |
||||
migrateWarn( "'ready' event is deprecated" ); |
||||
} |
||||
} |
||||
}; |
||||
|
||||
var oldSelf = jQuery.fn.andSelf || jQuery.fn.addBack, |
||||
oldFnFind = jQuery.fn.find; |
||||
|
||||
jQuery.fn.andSelf = function() { |
||||
migrateWarn("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()"); |
||||
return oldSelf.apply( this, arguments ); |
||||
}; |
||||
|
||||
jQuery.fn.find = function( selector ) { |
||||
var ret = oldFnFind.apply( this, arguments ); |
||||
ret.context = this.context; |
||||
ret.selector = this.selector ? this.selector + " " + selector : selector; |
||||
return ret; |
||||
}; |
||||
|
||||
|
||||
// jQuery 1.6 did not support Callbacks, do not warn there
|
||||
if ( jQuery.Callbacks ) { |
||||
|
||||
var oldDeferred = jQuery.Deferred, |
||||
tuples = [ |
||||
// action, add listener, callbacks, .then handlers, final state
|
||||
[ "resolve", "done", jQuery.Callbacks("once memory"), |
||||
jQuery.Callbacks("once memory"), "resolved" ], |
||||
[ "reject", "fail", jQuery.Callbacks("once memory"), |
||||
jQuery.Callbacks("once memory"), "rejected" ], |
||||
[ "notify", "progress", jQuery.Callbacks("memory"), |
||||
jQuery.Callbacks("memory") ] |
||||
]; |
||||
|
||||
jQuery.Deferred = function( func ) { |
||||
var deferred = oldDeferred(), |
||||
promise = deferred.promise(); |
||||
|
||||
deferred.pipe = promise.pipe = function( /* fnDone, fnFail, fnProgress */ ) { |
||||
var fns = arguments; |
||||
|
||||
migrateWarn( "deferred.pipe() is deprecated" ); |
||||
|
||||
return jQuery.Deferred(function( newDefer ) { |
||||
jQuery.each( tuples, function( i, tuple ) { |
||||
var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; |
||||
// deferred.done(function() { bind to newDefer or newDefer.resolve })
|
||||
// deferred.fail(function() { bind to newDefer or newDefer.reject })
|
||||
// deferred.progress(function() { bind to newDefer or newDefer.notify })
|
||||
deferred[ tuple[1] ](function() { |
||||
var returned = fn && fn.apply( this, arguments ); |
||||
if ( returned && jQuery.isFunction( returned.promise ) ) { |
||||
returned.promise() |
||||
.done( newDefer.resolve ) |
||||
.fail( newDefer.reject ) |
||||
.progress( newDefer.notify ); |
||||
} else { |
||||
newDefer[ tuple[ 0 ] + "With" ]( |
||||
this === promise ? newDefer.promise() : this, |
||||
fn ? [ returned ] : arguments |
||||
); |
||||
} |
||||
}); |
||||
}); |
||||
fns = null; |
||||
}).promise(); |
||||
|
||||
}; |
||||
|
||||
deferred.isResolved = function() { |
||||
migrateWarn( "deferred.isResolved is deprecated" ); |
||||
return deferred.state() === "resolved"; |
||||
}; |
||||
|
||||
deferred.isRejected = function() { |
||||
migrateWarn( "deferred.isRejected is deprecated" ); |
||||
return deferred.state() === "rejected"; |
||||
}; |
||||
|
||||
if ( func ) { |
||||
func.call( deferred, deferred ); |
||||
} |
||||
|
||||
return deferred; |
||||
}; |
||||
|
||||
} |
||||
|
||||
})( jQuery, window ); |
@ -0,0 +1,226 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<title>{{.Title}}</title> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" /> |
||||
<!-- Retina Logo--> |
||||
<link rel='stylesheet' id='wp-block-library-css' href='{{staticFile "/css/style.min.css"}}' type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='bootstrap-css' href='{{staticFile "/css/bootstrap.min.css"}}' type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='style-css' href='{{staticFile "/css/style.css"}}' type='text/css' media='all' /> |
||||
<script type='text/javascript' src='{{staticFile "/js/jquery-1.12.4-wp.js"}}' id='jquery-core-js'></script> |
||||
<script type='text/javascript' src='{{staticFile "/js/jquery-migrate-1.4.1-wp.js"}}' id='jquery-migrate-js'></script> |
||||
<link rel="stylesheet" href="{{staticFile " /css/main.css"}}"> |
||||
</head> |
||||
|
||||
<body data-rsssl=1 class="home blog full-width custom-background-white group-blog"> |
||||
<div id="body-wrap"> |
||||
<div id="off-canvas" class="off-canvas-default background-color-2"> |
||||
<div class="off-canvas-inner"> |
||||
<div class="close-canvas-menu"> |
||||
<div class="close-button-1"></div> |
||||
</div> |
||||
<nav class="off-menu font-1" style="background-color: #000;"> |
||||
<ul> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
</div> |
||||
<!--Menu moblie--> |
||||
|
||||
<div id="wrap"> |
||||
<!--wrap--> |
||||
<header> |
||||
<div id="header-navigation" class="nav-default index-v1"> |
||||
<!--Navigation--> |
||||
<nav class="navbar navbar-default background-color-1 preload" role="navigation" data-fixed-scroll-top="2" |
||||
data-fixed="1" style="background-color: #000;"> |
||||
<div class="container"> |
||||
|
||||
<div class="navbar-header"> |
||||
<a class="navbar-brand" href="{{.IndexUrl}}"> |
||||
<div class="primary-logo"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</div> |
||||
<div class="sub-logo-animate"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</div> |
||||
</a> |
||||
</div> |
||||
|
||||
<div class="collapse navbar-collapse font-1"> |
||||
<!--MENU--> |
||||
<ul class="nav navbar-nav navbar-right"> |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.IndexUrl}}" class="menu-link main-menu-link"> |
||||
HOME |
||||
</a> |
||||
</li> |
||||
{{if .HasAbout }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.AboutUrl}}" class="menu-link main-menu-link"> |
||||
ABOUT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.ContactUrl}}" class="menu-link main-menu-link"> |
||||
CONTACT |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page"> |
||||
<a href="{{.PolicyUrl}}" class="menu-link main-menu-link"> |
||||
POLICY |
||||
</a> |
||||
</li> |
||||
{{end}} |
||||
</ul><!-- nav navbar-nav navbar-right END --> |
||||
<!-- MENU END--> |
||||
</div> |
||||
<!--Sub Logo--> |
||||
<div class="sub-logo"> |
||||
<div class="sub-logo-content"> |
||||
<a href="{{.IndexUrl}}"> |
||||
<img src="{{replaceImage .Logo}}" alt=""> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</nav> |
||||
</div> |
||||
</header> |
||||
<div id="cactus-body-container"> |
||||
<!-- cactus-body-container--> |
||||
|
||||
<div class="cactus-single-page background-color-5c"> |
||||
<div class="container"> |
||||
|
||||
<div class="row"> |
||||
<div class="sidebar-right fix-right-left"> |
||||
<div class="single-page-content"> |
||||
<article> |
||||
<div class="title-content"> |
||||
<div class="text-2 font-1"> |
||||
<div> |
||||
<h1>Policy</h1> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="body-content"> |
||||
{{.Policy}} |
||||
</div> |
||||
<div class="comment-form-fix"> |
||||
</div> |
||||
</article> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div><!-- .cactus-single-page --> |
||||
</div> <!-- end cactus-body-container--> |
||||
<footer> |
||||
<!--Footer--> |
||||
<div class="container next-top-header"> |
||||
<div class="row"> |
||||
<div class="col-md-12"> |
||||
<div class="button-to-top"> |
||||
<i class="fa fa-angle-up"></i> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-inner background-color-2 dark-div"> |
||||
<div class="footer-sidebar"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
{{$flen := len .Friendship}} |
||||
{{if ne $flen 0}} |
||||
<aside id="text-19" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">Visit HFA on Social Media</h2> |
||||
<div class="textwidget"> |
||||
<p> |
||||
{{range .Friendship}} |
||||
<a href="https://www.facebook.com/HFA.reviews" target="_blank" |
||||
rel="noopener">{{.Name}}</a><br /> |
||||
{{end}} |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
{{end}} |
||||
<aside id="text-26" class="col-md-12 widget widget_text module widget-col"> |
||||
<div class=" widget-inner"> |
||||
<h2 class="widget-title font-1">LEGAL</h2> |
||||
<div class="textwidget"> |
||||
{{if .HasAbout }} |
||||
<p><a href="{{.AboutUrl}}">ABOUT</a></p> |
||||
{{end}} |
||||
{{if .HasContact }} |
||||
<p><a href="{{.ContactUrl}}">CONTACT</a></p> |
||||
{{end}} |
||||
{{if .HasPolicy }} |
||||
<p><a href="{{.PolicyUrl}}">POLICY</a></p> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</aside> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="footer-info background-color-2 dark-div"> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="border-top"></div> |
||||
<div class="col-md-6 col-sm-6 copyright font-1">© 2022 COMPANY NAME</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</footer> |
||||
<!--Footer--> |
||||
</div> |
||||
<!--wrap--> |
||||
</div> |
||||
<!--body-wrap--> |
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,647 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
||||
<title>{{.Title}}</title> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<style type="text/css"> |
||||
.slide-excerpt { |
||||
width: 50%; |
||||
} |
||||
|
||||
.slide-excerpt { |
||||
bottom: 0; |
||||
} |
||||
|
||||
.slide-excerpt { |
||||
right: 0; |
||||
} |
||||
|
||||
.flexslider { |
||||
max-width: 920px; |
||||
max-height: 400px; |
||||
} |
||||
|
||||
.slide-image { |
||||
max-height: 400px; |
||||
} |
||||
</style> |
||||
<style type="text/css"> |
||||
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { |
||||
.slide-excerpt { |
||||
display: none !important; |
||||
} |
||||
} |
||||
</style> |
||||
<style type="text/css"> |
||||
img.wp-smiley, |
||||
img.emoji { |
||||
display: inline !important; |
||||
border: none !important; |
||||
box-shadow: none !important; |
||||
height: 1em !important; |
||||
width: 1em !important; |
||||
margin: 0 .07em !important; |
||||
vertical-align: -0.1em !important; |
||||
background: none !important; |
||||
padding: 0 !important; |
||||
} |
||||
</style> |
||||
<link rel='stylesheet' id='rm-pbs-icons-css' |
||||
href= "{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-page-builder-sandwich-integration/library/page-builder-sandwich-compat/assets/css/icons.css@ver=4.8.7.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lifestyle-pro-theme-css' href="{{staticFile "/css/wp-content/themes/lifestyle-pro/style.css@ver=3.1.1.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lms-quiz-front-end-style-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/lms-quiz-system/css/front-end.css@ver=4.8.7.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='bbp-default-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/bbpress/templates/default/css/bbpress.css@ver=2.5.13-6410.css"}}" |
||||
type='text/css' media='screen' /> |
||||
<link rel='stylesheet' id='affwp-forms-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/affiliate-wp/assets/css/forms.min.css@ver=2.1.15.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lms-sidebar-reset-css-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/lms-navigation-widget/assets/css/reset.css@ver=2.3.4.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lms-sidebar-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/lms-navigation-widget/assets/styles/default/css/lms-sidebar.css@ver=2.3.4.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='PageBuilderSandwich-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-page-builder-sandwich-integration/library/page-builder-sandwich-standard/page_builder_sandwich/css/style.min.css@ver=3.0.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='dashicons-css' href="{{staticFile "/css/wp-includes/css/dashicons.min.css@ver=4.8.7.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='rainmaker-rmui-frontend-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-ui/dist/assets/css/rmui-frontend.min.css@ver=2.18.7.5.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lms-style-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-lms/assets/css/lms-style.css@ver=2.18.7.5.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='accesspress-checkout-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/accesspress/resources/checkout.css@ver=3.0-sprint-4-dev-1.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='bbpress-genesis-extend-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/bbpress-genesis-extend/style.css"}}" type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='simple-social-icons-font-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/simple-social-icons/css/style.css@ver=3.0.0.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='genesis_author_pro-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-author-pro/resources/css/default.css@ver=1.0.0.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='genesis-simple-share-plugin-css-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-simple-share/lib/assets/css/share.min.css@ver=0.1.0.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='genesis-simple-share-genericons-css-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-simple-share/lib/assets/css/genericons.min.css@ver=0.1.0.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='simple-modal-gallery-css-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/simple-modal-gallery/resources/css/gallery.css@ver=0.1.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='rm-pbs-admin-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-page-builder-sandwich-integration/library/page-builder-sandwich-compat/assets/css/admin.css@ver=4.8.7.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='rm-pbs-editor-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-page-builder-sandwich-integration/library/page-builder-sandwich-compat/assets/css/editor.css@ver=4.8.7.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='genesis-tabs-stylesheet-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-tabs/style.css@ver=4.8.7.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='slider_styles-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-responsive-slider/style.css@ver=0.9.5.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel="stylesheet" |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/cookies-for-comments/css.php@k=3b46547678def7e67e8bf84b7c309ff6&t=557437251.css"}}" |
||||
type="text/css" media="screen" /> |
||||
<style type="text/css" media="screen"> |
||||
div.printfriendly { |
||||
margin: 12px 12px 12px 12px; |
||||
} |
||||
|
||||
div.printfriendly a, |
||||
div.printfriendly a:link, |
||||
div.printfriendly a:visited { |
||||
text-decoration: none; |
||||
font-size: 14px; |
||||
color: #6D9F00; |
||||
vertical-align: bottom; |
||||
border: none; |
||||
} |
||||
|
||||
.printfriendly a:hover { |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.printfriendly a img { |
||||
border: none; |
||||
padding: 0; |
||||
margin-right: 6px; |
||||
display: inline-block; |
||||
box-shadow: none; |
||||
-webkit-box-shadow: none; |
||||
-moz-box-shadow: none; |
||||
} |
||||
|
||||
.printfriendly a span { |
||||
vertical-align: bottom; |
||||
} |
||||
|
||||
.pf-alignleft { |
||||
float: left; |
||||
} |
||||
|
||||
.pf-alignright { |
||||
float: right; |
||||
} |
||||
|
||||
div.pf-aligncenter { |
||||
display: block; |
||||
margin-left: auto; |
||||
margin-right: auto; |
||||
text-align: center; |
||||
} |
||||
</style> |
||||
<style type="text/css" media="print"> |
||||
.printfriendly { |
||||
display: none; |
||||
} |
||||
</style> |
||||
|
||||
<style type="text/css" id="custom-background-css"> |
||||
body.custom-background { |
||||
background-image: url("{{staticFile "/css/wp-content/uploads/2015/12/crisppaperruffles.png"}}"); |
||||
background-position: left top; |
||||
background-size: auto; |
||||
background-repeat: repeat; |
||||
background-attachment: scroll; |
||||
} |
||||
</style> |
||||
<style type="text/css" id="wp-custom-css"> |
||||
.center { |
||||
text-align: center; |
||||
} |
||||
|
||||
body.custom-lp { |
||||
background: #192c41; |
||||
} |
||||
|
||||
.custom-lp .site-container { |
||||
max-width: 100%; |
||||
background-color: transparent; |
||||
box-shadow: none; |
||||
padding: 0; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.custom-lp .content .entry { |
||||
padding: 0; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.custom-lp .entry-header { |
||||
display: none; |
||||
} |
||||
|
||||
.custom-lp .lp-content { |
||||
max-width: 960px; |
||||
margin: auto; |
||||
position: relative; |
||||
} |
||||
|
||||
.custom-lp .lp-top { |
||||
color: #fefefe; |
||||
border-bottom: 5px #97b80f solid; |
||||
padding: 50px 30px; |
||||
} |
||||
|
||||
.custom-lp .heading { |
||||
margin-bottom: 60px; |
||||
} |
||||
|
||||
.custom-lp .lp-top h1, |
||||
.custom-lp .lp-top h3 { |
||||
color: #fefefe; |
||||
} |
||||
|
||||
.custom-lp .lp-top h1 { |
||||
font-weight: 600; |
||||
} |
||||
|
||||
.custom-lp .lp-top h2 { |
||||
font-size: 23px; |
||||
} |
||||
|
||||
.custom-lp .headline { |
||||
font-size: 25px; |
||||
font-weight: 600; |
||||
} |
||||
|
||||
.custom-lp .main-image { |
||||
max-width: 390px; |
||||
float: right; |
||||
margin-top: 10px; |
||||
} |
||||
|
||||
.custom-lp .main-image-small { |
||||
max-width: 145px; |
||||
position: absolute; |
||||
top: -40px; |
||||
z-index: 2; |
||||
left: 0; |
||||
} |
||||
|
||||
.custom-lp ul { |
||||
padding-bottom: 100px; |
||||
margin-left: 0; |
||||
width: 50%; |
||||
} |
||||
|
||||
.custom-lp .entry-content ul>li { |
||||
list-style-type: none; |
||||
} |
||||
|
||||
.custom-lp li { |
||||
padding-left: 25px; |
||||
line-height: 30px; |
||||
margin-bottom: 8px; |
||||
} |
||||
|
||||
.custom-lp li:before { |
||||
margin-left: -27px; |
||||
} |
||||
|
||||
.custom-lp li:before { |
||||
content: "\2713"; |
||||
color: #46b39c; |
||||
font-size: 24px; |
||||
padding: 0px 5px; |
||||
} |
||||
|
||||
.custom-lp .optin { |
||||
background: #192c41; |
||||
clear: both; |
||||
margin: auto; |
||||
position: relative; |
||||
color: #fefefe; |
||||
padding: 0px; |
||||
max-width: 900px; |
||||
min-height: 85px; |
||||
display: table; |
||||
width: 100%; |
||||
} |
||||
|
||||
.custom-lp .optin p { |
||||
font-size: 25px; |
||||
line-height: 40px; |
||||
margin: 0px; |
||||
padding: 17px 0 20px 81px; |
||||
position: relative; |
||||
z-index: 2; |
||||
text-shadow: 1px 1px #000000; |
||||
max-width: 445px; |
||||
float: left; |
||||
} |
||||
|
||||
.custom-lp .shadow { |
||||
border-radius: 4px; |
||||
opacity: 0.25; |
||||
background: #000000; |
||||
z-index: 1; |
||||
position: absolute; |
||||
height: auto; |
||||
width: auto; |
||||
top: 0; |
||||
bottom: 0; |
||||
left: 0; |
||||
right: 0; |
||||
border-bottom: #555 1px solid; |
||||
} |
||||
|
||||
.custom-lp .cta a { |
||||
font-size: 25px; |
||||
line-height: 45px; |
||||
text-decoration: none; |
||||
text-align: center; |
||||
margin: 15px; |
||||
width: 330px; |
||||
position: relative; |
||||
background: #ffcb01; |
||||
border: 0px none #000000; |
||||
border-radius: 5px; |
||||
color: #fefefe; |
||||
z-index: 2; |
||||
cursor: pointer; |
||||
float: right; |
||||
} |
||||
|
||||
.custom-lp .cta a:hover { |
||||
color: #fefefe; |
||||
} |
||||
|
||||
.custom-lp .disclaimer { |
||||
margin-top: 10px; |
||||
z-index: 2; |
||||
font-size: 13px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom { |
||||
background: #fff; |
||||
color: #343434; |
||||
padding: 30px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading { |
||||
margin: 0; |
||||
padding: 40px 0; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading h2, |
||||
.custom-lp .lp-bottom .heading h3 { |
||||
color: #343434; |
||||
} |
||||
|
||||
.custom-lp .accent { |
||||
color: #46b39c; |
||||
} |
||||
|
||||
.custom-lp .benefits { |
||||
padding: 30px 0px; |
||||
} |
||||
|
||||
.custom-lp .benefit { |
||||
display: inline-block; |
||||
width: 32%; |
||||
vertical-align: top; |
||||
} |
||||
|
||||
.custom-lp .benefit p { |
||||
padding: 0px 25px; |
||||
} |
||||
|
||||
.custom-lp .lp-footer { |
||||
padding: 20px 30px; |
||||
color: #fff; |
||||
} |
||||
|
||||
.custom-lp .lp-footer p { |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.custom-lp .entry-content .lp-footer a { |
||||
color: #fff; |
||||
} |
||||
|
||||
.custom-lp .lp-footer a:hover { |
||||
color: #46b39c; |
||||
} |
||||
|
||||
.sidebar-form-heading { |
||||
background-color: #76d2c5; |
||||
padding: 5%; |
||||
color: #fff; |
||||
} |
||||
|
||||
.sidebar-form-heading h2 { |
||||
color: #fff; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.sidebar-form-content { |
||||
padding: 5%; |
||||
background-color: #ecf0f1; |
||||
text-align: center; |
||||
} |
||||
|
||||
.sidebar-form-content img { |
||||
max-width: 65%; |
||||
} |
||||
|
||||
.sidebar-form-content .button { |
||||
border-radius: 5px; |
||||
background: #ffcb01; |
||||
color: #fff !important; |
||||
font-size: 18px; |
||||
} |
||||
|
||||
.sidebar-form-content .button:hover { |
||||
background: #ea7317; |
||||
color: #fff !important; |
||||
} |
||||
|
||||
.sidebar-form-disclaimer { |
||||
margin-top: 24px; |
||||
font-size: 13px; |
||||
} |
||||
|
||||
@media only screen and (max-width: 767px) { |
||||
|
||||
.custom-lp .site-container { |
||||
width: 100%; |
||||
} |
||||
|
||||
.custom-lp .main-image { |
||||
max-width: 250px; |
||||
float: none; |
||||
display: block; |
||||
position: relative; |
||||
margin: auto; |
||||
} |
||||
|
||||
.custom-lp .headline { |
||||
padding: 30px 90px 0; |
||||
} |
||||
|
||||
.custom-lp ul { |
||||
width: 100%; |
||||
padding: 0 90px 50px; |
||||
} |
||||
|
||||
.custom-lp .optin p { |
||||
max-width: 100%; |
||||
padding: 17px 20px 0 165px; |
||||
} |
||||
|
||||
.custom-lp .cta a { |
||||
margin-right: 25%; |
||||
max-width: 50%; |
||||
} |
||||
} |
||||
|
||||
@media only screen and (max-width: 450px) { |
||||
.custom-lp .lp-top { |
||||
padding: 25px 10px; |
||||
} |
||||
|
||||
.custom-lp .heading { |
||||
margin-bottom: 30px; |
||||
} |
||||
|
||||
.custom-lp .lp-top h1 { |
||||
font-size: 25px; |
||||
} |
||||
|
||||
.custom-lp .lp-top h3 { |
||||
font-size: 18px; |
||||
} |
||||
|
||||
.custom-lp .headline { |
||||
padding: 20px 0; |
||||
font-size: 20px; |
||||
} |
||||
|
||||
.custom-lp ul { |
||||
padding: 0 0 20px; |
||||
} |
||||
|
||||
.custom-lp .optin { |
||||
text-align: center; |
||||
} |
||||
|
||||
.custom-lp .main-image-small { |
||||
position: relative; |
||||
top: -10px; |
||||
max-width: 30%; |
||||
} |
||||
|
||||
.custom-lp .optin p { |
||||
font-size: 20px; |
||||
line-height: 24px; |
||||
padding: 10px; |
||||
text-align: center; |
||||
margin-bottom: 10px; |
||||
float: none; |
||||
} |
||||
|
||||
.custom-lp .cta a { |
||||
max-width: 100%; |
||||
margin: auto; |
||||
float: none; |
||||
padding: 15px 30px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom, |
||||
.custom-lp .lp-footer { |
||||
padding: 10px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading h2 { |
||||
font-size: 22px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading h2 { |
||||
font-size: 18px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading { |
||||
padding: 20px 0; |
||||
} |
||||
|
||||
.custom-lp .benefits { |
||||
padding: 0; |
||||
} |
||||
|
||||
.custom-lp .benefit { |
||||
display: block; |
||||
width: auto; |
||||
float: none; |
||||
padding-top: 10px; |
||||
} |
||||
|
||||
} |
||||
|
||||
.hidden { |
||||
visibility: hidden; |
||||
display: none; |
||||
} |
||||
</style> |
||||
<link rel="stylesheet" type="text/css" href="{{staticFile "/css/index.html@custom-css=1&csblog=1&cscache=5&csrev=92.css"}}" /> |
||||
</head> |
||||
|
||||
<body |
||||
class="home page-template-default page page-id-1298 custom-background lifestyle-pro custom-header content-sidebar gppro-custom lifestyle-pro-home" |
||||
itemscope> |
||||
<div class="site-container"> |
||||
<!-- header --> |
||||
<nav class="nav-secondary" aria-label="Secondary" itemscope itemtype="https://schema.org/SiteNavigationElement"> |
||||
<div class="wrap"> |
||||
<ul id="menu-secondary-menu" class="menu genesis-nav-menu menu-secondary"> |
||||
|
||||
<li id="menu-item-1220 " |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1220"> |
||||
<a href="{{.IndexUrl}}" itemprop="url"><span itemprop="name">Home</span></a> |
||||
</li> |
||||
{{if .HasAbout}} |
||||
<li id="menu-item-1219" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1219 current-menu-item"> |
||||
<a href="{{.AboutUrl}}" itemprop="url"><span itemprop="name">About</span></a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
|
||||
{{if .HasContact}} |
||||
<li id="menu-item-1219" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1219"> |
||||
<a href="{{.ContactUrl}}" itemprop="url"><span itemprop="name">Contact</span></a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
{{if .HasPolicy}} |
||||
<li id="menu-item-1219" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1219"> |
||||
<a href="{{.PolicyUrl}}" itemprop="url"><span itemprop="name">Policy</span></a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
|
||||
<!-- content --> |
||||
<div class="site-inner"> |
||||
<div class="content-sidebar-wrap"> |
||||
<main class="content"> |
||||
<article class="post-1201 page type-page status-publish entry" itemscope="" itemtype="https://schema.org/CreativeWork"> |
||||
<header class="entry-header"><h1 class="entry-title" itemprop="headline">About</h1> |
||||
</header> |
||||
<div class="entry-content" itemprop="text"> |
||||
<div class="pf-content"> |
||||
<div class="pbs-main-wrapper"> |
||||
{{.About}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
</main> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<style type="text/css" media="screen"> |
||||
#simple-social-icons-4 ul li a, |
||||
#simple-social-icons-4 ul li a:hover, |
||||
#simple-social-icons-4 ul li a:focus { |
||||
background-color: #eeeee8 !important; |
||||
border-radius: 3px; |
||||
color: #000000 !important; |
||||
border: 0px #ffffff solid !important; |
||||
font-size: 18px; |
||||
padding: 9px; |
||||
} |
||||
|
||||
#simple-social-icons-4 ul li a:hover, |
||||
#simple-social-icons-4 ul li a:focus { |
||||
background-color: #a5a5a3 !important; |
||||
border-color: #ffffff !important; |
||||
color: #ffffff !important; |
||||
} |
||||
|
||||
#simple-social-icons-4 ul li a:focus { |
||||
outline: 1px dotted #a5a5a3 !important; |
||||
} |
||||
</style> |
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"creator": "韦鸿昊", |
||||
"version": "1.0", |
||||
"origin_website": "betterhealthwhileaging.net" |
||||
} |
@ -0,0 +1,647 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en-US"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
||||
<title>{{.Title}}</title> |
||||
<meta name="keywords" content="{{.Keywords}}"> |
||||
<meta name="description" content="{{.Description}}"> |
||||
<style type="text/css"> |
||||
.slide-excerpt { |
||||
width: 50%; |
||||
} |
||||
|
||||
.slide-excerpt { |
||||
bottom: 0; |
||||
} |
||||
|
||||
.slide-excerpt { |
||||
right: 0; |
||||
} |
||||
|
||||
.flexslider { |
||||
max-width: 920px; |
||||
max-height: 400px; |
||||
} |
||||
|
||||
.slide-image { |
||||
max-height: 400px; |
||||
} |
||||
</style> |
||||
<style type="text/css"> |
||||
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { |
||||
.slide-excerpt { |
||||
display: none !important; |
||||
} |
||||
} |
||||
</style> |
||||
<style type="text/css"> |
||||
img.wp-smiley, |
||||
img.emoji { |
||||
display: inline !important; |
||||
border: none !important; |
||||
box-shadow: none !important; |
||||
height: 1em !important; |
||||
width: 1em !important; |
||||
margin: 0 .07em !important; |
||||
vertical-align: -0.1em !important; |
||||
background: none !important; |
||||
padding: 0 !important; |
||||
} |
||||
</style> |
||||
<link rel='stylesheet' id='rm-pbs-icons-css' |
||||
href= "{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-page-builder-sandwich-integration/library/page-builder-sandwich-compat/assets/css/icons.css@ver=4.8.7.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lifestyle-pro-theme-css' href="{{staticFile "/css/wp-content/themes/lifestyle-pro/style.css@ver=3.1.1.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lms-quiz-front-end-style-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/lms-quiz-system/css/front-end.css@ver=4.8.7.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='bbp-default-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/bbpress/templates/default/css/bbpress.css@ver=2.5.13-6410.css"}}" |
||||
type='text/css' media='screen' /> |
||||
<link rel='stylesheet' id='affwp-forms-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/affiliate-wp/assets/css/forms.min.css@ver=2.1.15.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lms-sidebar-reset-css-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/lms-navigation-widget/assets/css/reset.css@ver=2.3.4.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lms-sidebar-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/lms-navigation-widget/assets/styles/default/css/lms-sidebar.css@ver=2.3.4.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='PageBuilderSandwich-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-page-builder-sandwich-integration/library/page-builder-sandwich-standard/page_builder_sandwich/css/style.min.css@ver=3.0.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='dashicons-css' href="{{staticFile "/css/wp-includes/css/dashicons.min.css@ver=4.8.7.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='rainmaker-rmui-frontend-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-ui/dist/assets/css/rmui-frontend.min.css@ver=2.18.7.5.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='lms-style-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-lms/assets/css/lms-style.css@ver=2.18.7.5.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='accesspress-checkout-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/accesspress/resources/checkout.css@ver=3.0-sprint-4-dev-1.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='bbpress-genesis-extend-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/bbpress-genesis-extend/style.css"}}" type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='simple-social-icons-font-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/simple-social-icons/css/style.css@ver=3.0.0.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='genesis_author_pro-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-author-pro/resources/css/default.css@ver=1.0.0.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='genesis-simple-share-plugin-css-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-simple-share/lib/assets/css/share.min.css@ver=0.1.0.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='genesis-simple-share-genericons-css-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-simple-share/lib/assets/css/genericons.min.css@ver=0.1.0.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='simple-modal-gallery-css-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/simple-modal-gallery/resources/css/gallery.css@ver=0.1.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='rm-pbs-admin-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-page-builder-sandwich-integration/library/page-builder-sandwich-compat/assets/css/admin.css@ver=4.8.7.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='rm-pbs-editor-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/rainmaker-page-builder-sandwich-integration/library/page-builder-sandwich-compat/assets/css/editor.css@ver=4.8.7.css"}}" |
||||
type='text/css' media='all' /> |
||||
<link rel='stylesheet' id='genesis-tabs-stylesheet-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-tabs/style.css@ver=4.8.7.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel='stylesheet' id='slider_styles-css' |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/genesis-responsive-slider/style.css@ver=0.9.5.css"}}" type='text/css' |
||||
media='all' /> |
||||
<link rel="stylesheet" |
||||
href="{{staticFile "/css/wp-content/mu-plugins/synthesis/library/cookies-for-comments/css.php@k=3b46547678def7e67e8bf84b7c309ff6&t=557437251.css"}}" |
||||
type="text/css" media="screen" /> |
||||
<style type="text/css" media="screen"> |
||||
div.printfriendly { |
||||
margin: 12px 12px 12px 12px; |
||||
} |
||||
|
||||
div.printfriendly a, |
||||
div.printfriendly a:link, |
||||
div.printfriendly a:visited { |
||||
text-decoration: none; |
||||
font-size: 14px; |
||||
color: #6D9F00; |
||||
vertical-align: bottom; |
||||
border: none; |
||||
} |
||||
|
||||
.printfriendly a:hover { |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.printfriendly a img { |
||||
border: none; |
||||
padding: 0; |
||||
margin-right: 6px; |
||||
display: inline-block; |
||||
box-shadow: none; |
||||
-webkit-box-shadow: none; |
||||
-moz-box-shadow: none; |
||||
} |
||||
|
||||
.printfriendly a span { |
||||
vertical-align: bottom; |
||||
} |
||||
|
||||
.pf-alignleft { |
||||
float: left; |
||||
} |
||||
|
||||
.pf-alignright { |
||||
float: right; |
||||
} |
||||
|
||||
div.pf-aligncenter { |
||||
display: block; |
||||
margin-left: auto; |
||||
margin-right: auto; |
||||
text-align: center; |
||||
} |
||||
</style> |
||||
<style type="text/css" media="print"> |
||||
.printfriendly { |
||||
display: none; |
||||
} |
||||
</style> |
||||
|
||||
<style type="text/css" id="custom-background-css"> |
||||
body.custom-background { |
||||
background-image: url("{{staticFile "/css/wp-content/uploads/2015/12/crisppaperruffles.png"}}"); |
||||
background-position: left top; |
||||
background-size: auto; |
||||
background-repeat: repeat; |
||||
background-attachment: scroll; |
||||
} |
||||
</style> |
||||
<style type="text/css" id="wp-custom-css"> |
||||
.center { |
||||
text-align: center; |
||||
} |
||||
|
||||
body.custom-lp { |
||||
background: #192c41; |
||||
} |
||||
|
||||
.custom-lp .site-container { |
||||
max-width: 100%; |
||||
background-color: transparent; |
||||
box-shadow: none; |
||||
padding: 0; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.custom-lp .content .entry { |
||||
padding: 0; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.custom-lp .entry-header { |
||||
display: none; |
||||
} |
||||
|
||||
.custom-lp .lp-content { |
||||
max-width: 960px; |
||||
margin: auto; |
||||
position: relative; |
||||
} |
||||
|
||||
.custom-lp .lp-top { |
||||
color: #fefefe; |
||||
border-bottom: 5px #97b80f solid; |
||||
padding: 50px 30px; |
||||
} |
||||
|
||||
.custom-lp .heading { |
||||
margin-bottom: 60px; |
||||
} |
||||
|
||||
.custom-lp .lp-top h1, |
||||
.custom-lp .lp-top h3 { |
||||
color: #fefefe; |
||||
} |
||||
|
||||
.custom-lp .lp-top h1 { |
||||
font-weight: 600; |
||||
} |
||||
|
||||
.custom-lp .lp-top h2 { |
||||
font-size: 23px; |
||||
} |
||||
|
||||
.custom-lp .headline { |
||||
font-size: 25px; |
||||
font-weight: 600; |
||||
} |
||||
|
||||
.custom-lp .main-image { |
||||
max-width: 390px; |
||||
float: right; |
||||
margin-top: 10px; |
||||
} |
||||
|
||||
.custom-lp .main-image-small { |
||||
max-width: 145px; |
||||
position: absolute; |
||||
top: -40px; |
||||
z-index: 2; |
||||
left: 0; |
||||
} |
||||
|
||||
.custom-lp ul { |
||||
padding-bottom: 100px; |
||||
margin-left: 0; |
||||
width: 50%; |
||||
} |
||||
|
||||
.custom-lp .entry-content ul>li { |
||||
list-style-type: none; |
||||
} |
||||
|
||||
.custom-lp li { |
||||
padding-left: 25px; |
||||
line-height: 30px; |
||||
margin-bottom: 8px; |
||||
} |
||||
|
||||
.custom-lp li:before { |
||||
margin-left: -27px; |
||||
} |
||||
|
||||
.custom-lp li:before { |
||||
content: "\2713"; |
||||
color: #46b39c; |
||||
font-size: 24px; |
||||
padding: 0px 5px; |
||||
} |
||||
|
||||
.custom-lp .optin { |
||||
background: #192c41; |
||||
clear: both; |
||||
margin: auto; |
||||
position: relative; |
||||
color: #fefefe; |
||||
padding: 0px; |
||||
max-width: 900px; |
||||
min-height: 85px; |
||||
display: table; |
||||
width: 100%; |
||||
} |
||||
|
||||
.custom-lp .optin p { |
||||
font-size: 25px; |
||||
line-height: 40px; |
||||
margin: 0px; |
||||
padding: 17px 0 20px 81px; |
||||
position: relative; |
||||
z-index: 2; |
||||
text-shadow: 1px 1px #000000; |
||||
max-width: 445px; |
||||
float: left; |
||||
} |
||||
|
||||
.custom-lp .shadow { |
||||
border-radius: 4px; |
||||
opacity: 0.25; |
||||
background: #000000; |
||||
z-index: 1; |
||||
position: absolute; |
||||
height: auto; |
||||
width: auto; |
||||
top: 0; |
||||
bottom: 0; |
||||
left: 0; |
||||
right: 0; |
||||
border-bottom: #555 1px solid; |
||||
} |
||||
|
||||
.custom-lp .cta a { |
||||
font-size: 25px; |
||||
line-height: 45px; |
||||
text-decoration: none; |
||||
text-align: center; |
||||
margin: 15px; |
||||
width: 330px; |
||||
position: relative; |
||||
background: #ffcb01; |
||||
border: 0px none #000000; |
||||
border-radius: 5px; |
||||
color: #fefefe; |
||||
z-index: 2; |
||||
cursor: pointer; |
||||
float: right; |
||||
} |
||||
|
||||
.custom-lp .cta a:hover { |
||||
color: #fefefe; |
||||
} |
||||
|
||||
.custom-lp .disclaimer { |
||||
margin-top: 10px; |
||||
z-index: 2; |
||||
font-size: 13px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom { |
||||
background: #fff; |
||||
color: #343434; |
||||
padding: 30px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading { |
||||
margin: 0; |
||||
padding: 40px 0; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading h2, |
||||
.custom-lp .lp-bottom .heading h3 { |
||||
color: #343434; |
||||
} |
||||
|
||||
.custom-lp .accent { |
||||
color: #46b39c; |
||||
} |
||||
|
||||
.custom-lp .benefits { |
||||
padding: 30px 0px; |
||||
} |
||||
|
||||
.custom-lp .benefit { |
||||
display: inline-block; |
||||
width: 32%; |
||||
vertical-align: top; |
||||
} |
||||
|
||||
.custom-lp .benefit p { |
||||
padding: 0px 25px; |
||||
} |
||||
|
||||
.custom-lp .lp-footer { |
||||
padding: 20px 30px; |
||||
color: #fff; |
||||
} |
||||
|
||||
.custom-lp .lp-footer p { |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.custom-lp .entry-content .lp-footer a { |
||||
color: #fff; |
||||
} |
||||
|
||||
.custom-lp .lp-footer a:hover { |
||||
color: #46b39c; |
||||
} |
||||
|
||||
.sidebar-form-heading { |
||||
background-color: #76d2c5; |
||||
padding: 5%; |
||||
color: #fff; |
||||
} |
||||
|
||||
.sidebar-form-heading h2 { |
||||
color: #fff; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.sidebar-form-content { |
||||
padding: 5%; |
||||
background-color: #ecf0f1; |
||||
text-align: center; |
||||
} |
||||
|
||||
.sidebar-form-content img { |
||||
max-width: 65%; |
||||
} |
||||
|
||||
.sidebar-form-content .button { |
||||
border-radius: 5px; |
||||
background: #ffcb01; |
||||
color: #fff !important; |
||||
font-size: 18px; |
||||
} |
||||
|
||||
.sidebar-form-content .button:hover { |
||||
background: #ea7317; |
||||
color: #fff !important; |
||||
} |
||||
|
||||
.sidebar-form-disclaimer { |
||||
margin-top: 24px; |
||||
font-size: 13px; |
||||
} |
||||
|
||||
@media only screen and (max-width: 767px) { |
||||
|
||||
.custom-lp .site-container { |
||||
width: 100%; |
||||
} |
||||
|
||||
.custom-lp .main-image { |
||||
max-width: 250px; |
||||
float: none; |
||||
display: block; |
||||
position: relative; |
||||
margin: auto; |
||||
} |
||||
|
||||
.custom-lp .headline { |
||||
padding: 30px 90px 0; |
||||
} |
||||
|
||||
.custom-lp ul { |
||||
width: 100%; |
||||
padding: 0 90px 50px; |
||||
} |
||||
|
||||
.custom-lp .optin p { |
||||
max-width: 100%; |
||||
padding: 17px 20px 0 165px; |
||||
} |
||||
|
||||
.custom-lp .cta a { |
||||
margin-right: 25%; |
||||
max-width: 50%; |
||||
} |
||||
} |
||||
|
||||
@media only screen and (max-width: 450px) { |
||||
.custom-lp .lp-top { |
||||
padding: 25px 10px; |
||||
} |
||||
|
||||
.custom-lp .heading { |
||||
margin-bottom: 30px; |
||||
} |
||||
|
||||
.custom-lp .lp-top h1 { |
||||
font-size: 25px; |
||||
} |
||||
|
||||
.custom-lp .lp-top h3 { |
||||
font-size: 18px; |
||||
} |
||||
|
||||
.custom-lp .headline { |
||||
padding: 20px 0; |
||||
font-size: 20px; |
||||
} |
||||
|
||||
.custom-lp ul { |
||||
padding: 0 0 20px; |
||||
} |
||||
|
||||
.custom-lp .optin { |
||||
text-align: center; |
||||
} |
||||
|
||||
.custom-lp .main-image-small { |
||||
position: relative; |
||||
top: -10px; |
||||
max-width: 30%; |
||||
} |
||||
|
||||
.custom-lp .optin p { |
||||
font-size: 20px; |
||||
line-height: 24px; |
||||
padding: 10px; |
||||
text-align: center; |
||||
margin-bottom: 10px; |
||||
float: none; |
||||
} |
||||
|
||||
.custom-lp .cta a { |
||||
max-width: 100%; |
||||
margin: auto; |
||||
float: none; |
||||
padding: 15px 30px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom, |
||||
.custom-lp .lp-footer { |
||||
padding: 10px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading h2 { |
||||
font-size: 22px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading h2 { |
||||
font-size: 18px; |
||||
} |
||||
|
||||
.custom-lp .lp-bottom .heading { |
||||
padding: 20px 0; |
||||
} |
||||
|
||||
.custom-lp .benefits { |
||||
padding: 0; |
||||
} |
||||
|
||||
.custom-lp .benefit { |
||||
display: block; |
||||
width: auto; |
||||
float: none; |
||||
padding-top: 10px; |
||||
} |
||||
|
||||
} |
||||
|
||||
.hidden { |
||||
visibility: hidden; |
||||
display: none; |
||||
} |
||||
</style> |
||||
<link rel="stylesheet" type="text/css" href="{{staticFile "/css/index.html@custom-css=1&csblog=1&cscache=5&csrev=92.css"}}" /> |
||||
</head> |
||||
|
||||
<body |
||||
class="home page-template-default page page-id-1298 custom-background lifestyle-pro custom-header content-sidebar gppro-custom lifestyle-pro-home" |
||||
itemscope> |
||||
<div class="site-container"> |
||||
<!-- header --> |
||||
<nav class="nav-secondary" aria-label="Secondary" itemscope itemtype="https://schema.org/SiteNavigationElement"> |
||||
<div class="wrap"> |
||||
<ul id="menu-secondary-menu" class="menu genesis-nav-menu menu-secondary"> |
||||
|
||||
<li id="menu-item-1220 " |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1220"> |
||||
<a href="{{.IndexUrl}}" itemprop="url"><span itemprop="name">Home</span></a> |
||||
</li> |
||||
{{if .HasAbout}} |
||||
<li id="menu-item-1219" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1219"> |
||||
<a href="{{.AboutUrl}}" itemprop="url"><span itemprop="name">About</span></a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
|
||||
{{if .HasContact}} |
||||
<li id="menu-item-1219" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1219 current-menu-item"> |
||||
<a href="{{.ContactUrl}}" itemprop="url"><span itemprop="name">Contact</span></a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
{{if .HasPolicy}} |
||||
<li id="menu-item-1219" |
||||
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1219"> |
||||
<a href="{{.PolicyUrl}}" itemprop="url"><span itemprop="name">Policy</span></a> |
||||
</li> |
||||
{{end}} |
||||
|
||||
</ul> |
||||
</div> |
||||
</nav> |
||||
|
||||
<!-- content --> |
||||
<div class="site-inner"> |
||||
<div class="content-sidebar-wrap"> |
||||
<main class="content"> |
||||
<article class="post-1201 page type-page status-publish entry" itemscope="" itemtype="https://schema.org/CreativeWork"> |
||||
<header class="entry-header"><h1 class="entry-title" itemprop="headline">Contact</h1> |
||||
</header> |
||||
<div class="entry-content" itemprop="text"> |
||||
<div class="pf-content"> |
||||
<div class="pbs-main-wrapper"> |
||||
{{.Contact}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</article> |
||||
</main> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<style type="text/css" media="screen"> |
||||
#simple-social-icons-4 ul li a, |
||||
#simple-social-icons-4 ul li a:hover, |
||||
#simple-social-icons-4 ul li a:focus { |
||||
background-color: #eeeee8 !important; |
||||
border-radius: 3px; |
||||
color: #000000 !important; |
||||
border: 0px #ffffff solid !important; |
||||
font-size: 18px; |
||||
padding: 9px; |
||||
} |
||||
|
||||
#simple-social-icons-4 ul li a:hover, |
||||
#simple-social-icons-4 ul li a:focus { |
||||
background-color: #a5a5a3 !important; |
||||
border-color: #ffffff !important; |
||||
color: #ffffff !important; |
||||
} |
||||
|
||||
#simple-social-icons-4 ul li a:focus { |
||||
outline: 1px dotted #a5a5a3 !important; |
||||
} |
||||
</style> |
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,479 @@ |
||||
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700); |
||||
|
||||
/* color palette: light teal: #76d2c5,dark blue: #2364aa,lighter blue: #3da5d9,accent yellow: #fec601,darker yellow #ea7317*/ |
||||
body { |
||||
color:#444 |
||||
} |
||||
|
||||
h1,h2,h3,h4,h5,h6 { |
||||
font-family:"Droid Serif",serif; |
||||
font-weight:400; |
||||
color:#2364aa |
||||
} |
||||
|
||||
a:link,a:visited { |
||||
color:#3da5d9 |
||||
} |
||||
|
||||
a:hover,a:focus,.entry-title a:hover,.entry-title a:focus { |
||||
color:#2364aa |
||||
} |
||||
|
||||
/* get rid of space between main content and top edge of the page */ |
||||
/* .site-container { |
||||
margin-top:0 |
||||
} */ |
||||
|
||||
.responsive-menu-icon::before { |
||||
content:"Main Menu"; |
||||
color:#2364aa; |
||||
font-size:30px; |
||||
font-family:"Droid Sans",sans-serif; |
||||
margin-bottom:.5em |
||||
} |
||||
|
||||
body.gppro-custom .nav-primary .genesis-nav-menu > .menu-item > a:hover,body.gppro-custom .nav-primary .genesis-nav-menu > .menu-item > a:focus { |
||||
color:#123255 |
||||
} |
||||
|
||||
.genesis-nav-menu a,.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a,.nav-primary .genesis-nav-menu.responsive-menu > li:hover .sub-menu a { |
||||
color:#2364aa |
||||
} |
||||
|
||||
.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,.nav-primary .genesis-nav-menu.responsive-menu a:hover,.nav-primary .genesis-nav-menu.responsive-menu li:hover > a,.nav-primary .genesis-nav-menu.responsive-menu > li:hover .sub-menu a:hover,.nav-primary .genesis-nav-menu.responsive-menu > li:hover .sub-menu a:focus { |
||||
background:#fff; |
||||
color:#123255 |
||||
} |
||||
|
||||
.genesis-nav-menu,.genesis-nav-menu a { |
||||
font-size:18px; |
||||
line-height:1 |
||||
} |
||||
|
||||
.genesis-nav-menu > li:hover .sub-menu a,.genesis-nav-menu .sub-menu a { |
||||
font-size:18px; |
||||
line-height:1.2 |
||||
} |
||||
|
||||
.genesis-nav-menu li:hover > a,.genesis-nav-menu a:hover,.genesis-nav-menu .current-menu-item > a { |
||||
background:#fff; |
||||
color:#123255 |
||||
} |
||||
|
||||
/* Secondary navigation */ |
||||
.nav-secondary .responsive-menu-icon::before { |
||||
content:"More..."; |
||||
display:inline-block; |
||||
margin:0 auto; |
||||
padding:10px; |
||||
font-size:24px |
||||
} |
||||
|
||||
.menu-secondary li a { |
||||
color:white |
||||
} |
||||
|
||||
body.gppro-custom .nav-secondary .genesis-nav-menu .sub-menu a { |
||||
color:#2364aa |
||||
} |
||||
|
||||
body.gppro-custom .nav-secondary .genesis-nav-menu > .menu-item > a:hover,body.gppro-custom .nav-secondary .genesis-nav-menu > .menu-item > a:focus,body.gppro-custom .nav-secondary .genesis-nav-menu .sub-menu a:hover,body.gppro-custom .nav-secondary .genesis-nav-menu .sub-menu a:focus { |
||||
background-color:#fff; |
||||
color:#123255 |
||||
} |
||||
|
||||
.site-header { |
||||
background-color:#76d2c5; |
||||
padding-bottom:.5em; |
||||
padding-top:1em |
||||
} |
||||
|
||||
.title-area { |
||||
float:none; |
||||
text-align:center |
||||
} |
||||
|
||||
.site-title,body.gppro-custom .site-header .site-title { |
||||
font-family:"Droid serif",serif; |
||||
letter-spacing:1px |
||||
} |
||||
|
||||
.site-description { |
||||
font-size:18px; |
||||
line-height:1.2; |
||||
font-weight:bold |
||||
} |
||||
|
||||
.site-title a,.site-title a:hover,.site-title a:focus,.site-title,body.gppro-custom .site-header .site-title a,.site-title,body.gppro-custom .site-header .site-title a:hover,.site-title,body.gppro-custom .site-header .site-title a:focus { |
||||
color:#fff |
||||
} |
||||
|
||||
.site-header .header-widget-area { |
||||
float:none; |
||||
width:60%; |
||||
margin:1em auto 0; |
||||
text-align:center |
||||
} |
||||
|
||||
.site-header .header-widget-area .img-container { |
||||
position:relative |
||||
} |
||||
|
||||
.site-header .header-widget-area .img-container .photo-name { |
||||
position:absolute; |
||||
bottom:10px; |
||||
text-align:center; |
||||
width:130px; |
||||
left:50%; |
||||
margin-left:-65px; |
||||
font-weight:bold; |
||||
font-size:16px; |
||||
padding:3px; |
||||
background-color:rgba(174,137,57,0.7); |
||||
border-radius:10px |
||||
} |
||||
|
||||
.site-header .header-widget-area img { |
||||
border:2px solid white; |
||||
border-radius:8px |
||||
} |
||||
|
||||
button,.rm-podcast .buttons .button,input[type="button"],input[type="reset"],input[type="submit"],.button,.entry-content .button { |
||||
background-color:#fec601 |
||||
} |
||||
|
||||
/* Podcast subscribe button */ |
||||
.rm-podcast.podcast-text-widget .buttons { |
||||
margin-bottom:0 |
||||
} |
||||
|
||||
.rm-podcast .buttons .button { |
||||
font-size:16px; |
||||
line-height:1.5; |
||||
margin-right:15px; |
||||
color:white!important |
||||
} |
||||
|
||||
button,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,.button,.entry-content .button:hover,button,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,.button,.entry-content .button:focus,.rm-podcast .buttons .button:hover,.rm-podcast .buttons .button:focus { |
||||
background-color:#ea7317; |
||||
color:white |
||||
} |
||||
|
||||
.lifestyle-pro-home .content .widget-title { |
||||
background-color:transparent; |
||||
color:#2364aa; |
||||
font-weight:bold; |
||||
font-size:36px |
||||
} |
||||
|
||||
.entry-title { |
||||
line-height:1.3 |
||||
} |
||||
|
||||
.entry-title a { |
||||
color:#2364aa |
||||
} |
||||
|
||||
.widget-area a { |
||||
color:#2364aa!important |
||||
} |
||||
|
||||
.widget-area a:hover,.widget-area a:focus { |
||||
color:#123255!important |
||||
} |
||||
|
||||
body.gppro-custom .entry-header .entry-title a:hover,body.gppro-custom .entry-header .entry-title a:focus,body.gppro-custom .home-middle .entry .entry-title a:hover,body.gppro-custom .home-middle .entry .entry-title a:focus,.entry-title a:hover,.entry-title a:focus { |
||||
color:#123255 |
||||
} |
||||
|
||||
.home-top.widget-area { |
||||
padding:30px 30px 0; |
||||
border:1px solid #eeeee8; |
||||
margin-bottom:1.5em |
||||
} |
||||
|
||||
.home-top.widget-area h4.widget-title { |
||||
font-size:22px |
||||
} |
||||
|
||||
.home-top.widget-area .intro { |
||||
text-align:center |
||||
} |
||||
|
||||
.home-top.widget-area .intro img { |
||||
max-width:60%; |
||||
border-radius:8px; |
||||
padding-right:20px; |
||||
padding-bottom:0; |
||||
margin-bottom:20px |
||||
} |
||||
|
||||
.home-top.widget-area .intro img,.home-top.widget-area .intro p { |
||||
float:none |
||||
} |
||||
|
||||
.home-top.widget-area .intro p { |
||||
text-align:left; |
||||
margin-bottom:25px |
||||
} |
||||
|
||||
.home-top.widget-area .intro .big-intro { |
||||
font-size:22px |
||||
} |
||||
|
||||
.home-top.widget-area .intro p a { |
||||
float:right; |
||||
text-transform:uppercase; |
||||
text-decoration:underline |
||||
} |
||||
|
||||
.home-top.widget-area .intro p a:hover,.home-top.widget-area .intro p a:focus { |
||||
text-decoration:none |
||||
} |
||||
|
||||
.textwidget .intro img { |
||||
max-width:300px; |
||||
height:auto |
||||
} |
||||
|
||||
.archive-title { |
||||
font-size:30px |
||||
} |
||||
|
||||
.entry-title { |
||||
font-size:24px |
||||
} |
||||
|
||||
.content .entry { |
||||
border:none |
||||
} |
||||
|
||||
.content p { |
||||
font-size:16px |
||||
} |
||||
|
||||
.featured-content .entry-title { |
||||
margin-bottom:4px |
||||
} |
||||
|
||||
.home-middle .entry-title { |
||||
font-size:24px; |
||||
text-align:left |
||||
} |
||||
|
||||
.featured-content .entry-content p { |
||||
text-align:left |
||||
} |
||||
|
||||
.featured-content img { |
||||
border:1px solid white; |
||||
border-radius:8px; |
||||
margin-bottom:.5em; |
||||
-webkit-transition:border-color .3s linear,border-radius .3s linear; |
||||
transition:border-color .3s linear,border-radius .3s linear |
||||
} |
||||
|
||||
.featured-content img:hover { |
||||
border:1px solid #2364aa; |
||||
border-radius:0 |
||||
} |
||||
|
||||
/* widgets and sidebar */ |
||||
.lifestyle-pro-home .content .widget-title { |
||||
font-size:30px; |
||||
font-weight:400 |
||||
} |
||||
|
||||
/* Subscription form */ |
||||
.blog .AW-Form-972574044 { |
||||
margin-top:0 |
||||
} |
||||
|
||||
#af-form-972574044 .buttonContainer input.submit { |
||||
background-color:#dcac01!important; |
||||
background-image:none!important; |
||||
border:none!important; |
||||
color:#ffffff; |
||||
font-family:"Droid Sans",sans-serif!important |
||||
} |
||||
|
||||
#af-form-972574044 .buttonContainer input.submit:hover,#af-form-972574044 .buttonContainer input.submit:focus { |
||||
background-color:#ea7317!important |
||||
} |
||||
|
||||
/* Footer */ |
||||
.site-footer a { |
||||
color:#fff; |
||||
text-decoration:none |
||||
} |
||||
|
||||
/* Pages: Testimonials */ |
||||
blockquote { |
||||
color:#444; |
||||
font-style:italic |
||||
} |
||||
|
||||
//.pf-content a,.pf-content a:link,.pf-content a:visited { |
||||
color:blue |
||||
} |
||||
|
||||
*/ |
||||
//.pf-content a:hover { |
||||
color:navy |
||||
} |
||||
|
||||
*/ |
||||
//.widget-area a { |
||||
color:#843f54 |
||||
} |
||||
|
||||
*/ |
||||
//.footer-widgets .widget { |
||||
border:none |
||||
} |
||||
|
||||
.content-box-yellow { |
||||
background-color:#fef5c4; |
||||
border:1px solid #fadf98; |
||||
margin:0 auto 25px; |
||||
overflow:hidden; |
||||
padding:20px |
||||
} |
||||
|
||||
*/ |
||||
.content-box-yellow a:link { |
||||
color:blue |
||||
} |
||||
|
||||
*/ |
||||
@media screen and (min-width: 600px) { |
||||
.site-titlefont-size:32px |
||||
} |
||||
|
||||
@media screen and (min-width: 1000px) { |
||||
.title-area { |
||||
float:left; |
||||
width:70% |
||||
} |
||||
|
||||
.site-title { |
||||
font-size:36px |
||||
} |
||||
|
||||
.site-header .header-widget-area { |
||||
float:right; |
||||
width:180px; |
||||
margin:0 |
||||
} |
||||
|
||||
.home-top.widget-area .intro img { |
||||
max-width:250px; |
||||
height:auto |
||||
} |
||||
|
||||
.site-title,body.gppro-custom .site-header .site-title { |
||||
margin-top:40px |
||||
} |
||||
|
||||
.home-top.widget-area .intro p { |
||||
text-align:left; |
||||
margin-bottom:25px |
||||
} |
||||
|
||||
.textwidget .intro img { |
||||
max-width:300px; |
||||
height:auto; |
||||
float:none; |
||||
padding-right:30px |
||||
} |
||||
|
||||
.content p { |
||||
font-size:18px |
||||
} |
||||
|
||||
.blog .AW-Form-972574044 { |
||||
margin-top:-30px |
||||
} |
||||
} |
||||
|
||||
@media screen and (min-width: 1200px) { |
||||
.title-area { |
||||
float:left; |
||||
width:auto |
||||
} |
||||
|
||||
.site-title { |
||||
font-size:48px |
||||
} |
||||
|
||||
.site-description { |
||||
font-size:22px; |
||||
line-height:1.2 |
||||
} |
||||
|
||||
.site-header .header-widget-area { |
||||
float:right; |
||||
width:180px; |
||||
margin:0 |
||||
} |
||||
} |
||||
|
||||
/* Content Boxes |
||||
------------------------------------------------------------ */ |
||||
.content-box-yellow { |
||||
background-color:#fef5c4; |
||||
border:1px solid #fadf98; |
||||
margin:0 auto 25px; |
||||
overflow:hidden; |
||||
padding:20px |
||||
} |
||||
.content-box-blue { |
||||
background-color: #d8ecf7; |
||||
border: 1px solid #afcde3; |
||||
margin:0 auto 25px; |
||||
overflow:hidden; |
||||
padding:20px |
||||
} |
||||
|
||||
.widget_ss_podcast { |
||||
text-align:left!important |
||||
} |
||||
|
||||
.widget_ss_podcast h4.podcast-title { |
||||
font-family:'Droid Sans',sans-serif; |
||||
font-size:15px |
||||
} |
||||
|
||||
.widget_ss_podcast .podcast .meta { |
||||
display:none |
||||
} |
||||
|
||||
ul.bbp-topic-revision-log { |
||||
display:none; |
||||
} |
||||
|
||||
body.gppro-custom .nav-primary .genesis-nav-menu > .current-menu-item > a:hover { |
||||
background-color: transparent; |
||||
} |
||||
|
||||
body.gppro-custom .nav-primary .genesis-nav-menu > .menu-item > a:hover { |
||||
background-color: #FFFFFF; |
||||
} |
||||
|
||||
.oneLine { |
||||
text-overflow: ellipsis; |
||||
word-wrap: break-word; |
||||
-webkit-line-clamp: 1; |
||||
display: -webkit-box; |
||||
-webkit-box-orient: vertical; |
||||
overflow: hidden; |
||||
} |
||||
|
||||
.threeLine { |
||||
text-overflow: ellipsis; |
||||
word-wrap: break-word; |
||||
-webkit-line-clamp: 3; |
||||
display: -webkit-box; |
||||
-webkit-box-orient: vertical; |
||||
overflow: hidden; |
||||
} |
@ -0,0 +1,28 @@ |
||||
/** |
||||
* Javascript functionality for Premise Membership checkout form. |
||||
* |
||||
* @since |
||||
*/ |
||||
|
||||
jQuery(document).ready(function(){ |
||||
|
||||
jQuery('.accesspress-checkout-form-account input:visible[id!="accesspress-checkout-url"]').attr('required','required'); |
||||
jQuery('.accesspress-checkout-form-account #taxamo-vat').removeAttr('required'); |
||||
|
||||
if (jQuery('#accesspress-checkout-password').length) { |
||||
var password = document.getElementById('accesspress-checkout-password'), |
||||
confirm_password = document.getElementById('accesspress-checkout-password-repeat'); |
||||
|
||||
function validatePassword() { |
||||
if (password.value != confirm_password.value) { |
||||
confirm_password.setCustomValidity("Passwords Don't Match"); |
||||
} else { |
||||
confirm_password.setCustomValidity(''); |
||||
} |
||||
} |
||||
|
||||
password.onchange = validatePassword; |
||||
confirm_password.onkeyup = validatePassword; |
||||
} |
||||
|
||||
}); |
@ -0,0 +1,10 @@ |
||||
@font-face { |
||||
font-family: 'password'; |
||||
font-style: normal; |
||||
font-weight: 400; |
||||
src: url(password.ttf); |
||||
} |
||||
|
||||
input.ap-mask-field { |
||||
font-family: 'password' !important; |
||||
} |
Binary file not shown.
@ -0,0 +1 @@ |
||||
#affwp-generate-ref-url input,.affwp-form label+input,.affwp-form label+textarea{width:100%}.affwp-form input[type=checkbox],.visit-converted i{display:inline-block}.affwp-creative pre,.affwp-table{word-wrap:break-word}table.affwp-table{text-align:left;width:100%;border:none;margin:0 0 21px;border-collapse:collapse}table.affwp-table td,table.affwp-table th{text-align:left;border:1px solid #eee;color:#666;padding:.3em 1em;max-width:100%}table.affwp-table th{background:#fafafa;font-weight:700}.affwp-form{margin-bottom:20px}.affwp-form fieldset{border:none}.affwp-form legend{font-size:120%;margin-bottom:1em}.affwp-form input[type=text],.affwp-form input[type=password],.affwp-form input[type=email],.affwp-form input[type=url],.affwp-form textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.affwp-form input{border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1)}.affwp-form input[type=text].required,.affwp-form input[type=password].required,.affwp-form input[type=email].required,.affwp-form input[type=url].required{color:inherit}.affwp-form label{cursor:pointer}.affwp-wrap{margin-bottom:20px}.affwp-errors,.affwp-notice{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #E6DB55;margin:0 0 21px;background:#FFFFE0;color:#333}.affwp-error,.affwp-notice{padding:10px}p.affwp-error{margin:0!important}#affwp-affiliate-dashboard h4,#affwp-graphs-filter{margin-bottom:20px}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs{margin:0 0 20px;padding:0;border:none}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li{display:inline-block;padding:0 10px 0 0;margin:0}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active{font-weight:700}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{text-decoration:none}#affwp-affiliate-dashboard .affwp-graph{margin-bottom:20px}#affwp-affiliate-dashboard .affwp-graph table{width:auto}#affwp-affiliate-dashboard-visits{table-layout:fixed}#affwp-affiliate-dashboard-visits .referring-url,#affwp-affiliate-dashboard-visits .visit-url{width:30%}#affwp-affiliate-dashboard-visits .referral-status{width:15%}#affwp-affiliate-dashboard-visits .visit-date{width:25%}#affwp-affiliate-dashboard .affwp-send-notifications-wrap label,.affwp-form .affwp-tos,.affwp-form .affwp-user-remember{width:auto}.visit-converted i{position:relative;top:2px;left:2px}.visit-converted i:before{font-family:dashicons;font-style:normal}.visit-converted.yes i:before{content:"\f147";color:#5e95ef}.visit-converted.no i:before{content:"\f158";color:#ef6c5e}.affwp-creative pre{background-color:transparent;background-color:rgba(0,0,0,.01);border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1);line-height:1.5;max-width:100%;overflow:auto;padding:1em;white-space:pre;white-space:pre-wrap}.affwp-creative code,.affwp-creative pre{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}.affwp-creative{margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #eaeaea;border-bottom:1px solid rgba(51,51,51,.1)}.affwp-creative:last-of-type{border-bottom:none;padding-bottom:0}.screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}.affwp-table-responsive td:before{content:attr(data-th) ":\00a0";font-weight:700;display:none}@media (max-width:767px){#affwp-affiliate-dashboard-campaign-stats .affwp-table-responsive td.affwp-table-no-data{display:block}#affwp-affiliate-dashboard-payouts .affwp-table-responsive td.affwp-table-no-data:before,#affwp-affiliate-dashboard-referrals .affwp-table-responsive td.affwp-table-no-data:before,#affwp-affiliate-dashboard-visits .affwp-table-responsive td.affwp-table-no-data:before{display:none}.affwp-table-responsive td:last-child{margin-bottom:20px}.affwp-table-responsive td:first-child{background-color:#fafafa}.affwp-table-responsive td:before{display:inline-block}.affwp-table-responsive th{display:none}.affwp-table-responsive td{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}} |
@ -0,0 +1 @@ |
||||
jQuery(document).ready(function(a){var i=a.cookie("affwp_ref"),e=(a.cookie("affwp_ref_visit_id"),a.cookie("affwp_campaign"),AFFWP.referral_credit_last);if(1===AFFWP.debug){function f(a){var i=new RegExp(a+"=([^;]+)").exec(document.cookie);return null!=i&&unescape(i[1])}var n=["background: transparent","border-bottom: 2px solid #E34F43","color: black","display: block","line-height: 18px","text-align: left","margin: 4px","font-weight: bold"].join(";");console.affwp=function(){Array.prototype.unshift.call(arguments,"%c * AffiliateWP: ",n+" *"),console.log.apply(console,arguments)},console.affwp("The following data is provided from AffiliateWP debug mode. To disable this information, please deactivate debug mode in AffiliateWP."),console.affwp("Available debug data: \n"+JSON.stringify(Object({ajax_url:affwp_scripts.ajaxurl.length?JSON.stringify(affwp_scripts.ajaxurl):"unavailable",ref:JSON.stringify(AFFWP.referral_var?AFFWP.referral_var:f("affwp_ref")),visit_cookie:f("affwp_ref_visit_id")?JSON.stringify(f("affwp_ref_visit_id")):"unavailable",credit_last:AFFWP.referral_credit_last?JSON.stringify(AFFWP.referral_credit_last):"unavailable",campaign:JSON.stringify(s().campaign?s().campaign:f("affwp_campaign")),currency:affwp_debug_vars.currency.length?JSON.stringify(affwp_debug_vars.currency):"unavailable",version:affwp_debug_vars.version.length?JSON.stringify(affwp_debug_vars.version):"unavailable"}))),console.affwp("Integrations\n"+JSON.stringify(Object("undefined"!=typeof affwp_debug_vars&&affwp_debug_vars.integrations)))}if("1"==e||!i){var r=s()[AFFWP.referral_var],o=s().campaign;if(void 0===r||a.isFunction(r)){var t=window.location.pathname.split("/");a.each(t,function(a,i){AFFWP.referral_var==i&&(r=t[a+1])})}a.isFunction(r)||(void 0===r||a.isNumeric(r)?r&&!i?l(r,o):"1"==e&&r&&i&&r!==i&&(a.removeCookie("affwp_ref"),l(r,o)):a.ajax({type:"POST",data:{action:"affwp_get_affiliate_id",affiliate:r},url:affwp_scripts.ajaxurl,success:function(f){"1"==f.data.success&&("1"==e&&i&&i!=f.data.affiliate_id&&a.removeCookie("affwp_ref"),("1"==e&&i&&i!=f.data.affiliate_id||!i)&&l(f.data.affiliate_id,o))}}).fail(function(a){window.console&&window.console.log&&console.log(a)}))}function l(i,e){c("affwp_ref",i),a.ajax({type:"POST",data:{action:"affwp_track_visit",affiliate:i,campaign:e,url:document.URL,referrer:document.referrer},url:affwp_scripts.ajaxurl,success:function(a){c("affwp_ref_visit_id",a),c("affwp_campaign",e)}}).fail(function(a){window.console&&window.console.log&&console.log(a)})}function c(i,e){"cookie_domain"in AFFWP?a.cookie(i,e,{expires:AFFWP.expiration,path:"/",domain:AFFWP.cookie_domain}):a.cookie(i,e,{expires:AFFWP.expiration,path:"/"})}function s(){for(var a,i=[],e=window.location.href.slice(window.location.href.indexOf("?")+1).split("&"),f=0;f<e.length;f++){a=e[f].split("="),i.push(a[0]);var n=void 0===a[1]?0:1,r=a[n].indexOf("#");a[n]=a[n].substring(0,-1!=r?r:a[n].length),i[a[0]]=a[n]}return i}}); |
@ -0,0 +1,12 @@ |
||||
( function( jQuery ) { |
||||
'use strict'; |
||||
|
||||
jQuery('.premise-checkout-wrap form').on('submit', function() { |
||||
var _this = jQuery(this); |
||||
jQuery('<input>').attr('type', 'hidden') |
||||
.attr('name', 'premise-zero-spam') |
||||
.attr('value', '1') |
||||
.appendTo(_this); |
||||
}); |
||||
|
||||
})( jQuery ); |
@ -0,0 +1,109 @@ |
||||
/* This file has been deprecated and is no longer used as of version 0.9.0 */ |
||||
|
||||
/* General tweaks |
||||
------------------------------------------------------------ */ |
||||
|
||||
#bbpress-forums ul li { |
||||
padding: 0; |
||||
margin: 0; |
||||
background-image: none; |
||||
list-style: none !important; |
||||
} |
||||
|
||||
#bbpress-forums .alt, |
||||
#bbpress-forums .depth-1, |
||||
#bbpress-forums .even { |
||||
border: 0; |
||||
} |
||||
|
||||
#bbpress-forums img { |
||||
padding: 0; |
||||
background: #fff; |
||||
} |
||||
|
||||
#bbpress-forums .page-title { |
||||
border: none; |
||||
font-size: 14px; |
||||
margin: 0 0 20px 0; |
||||
padding: 0; |
||||
text-align: left; |
||||
display: block; |
||||
} |
||||
|
||||
#bbpress-forums #description { |
||||
display: block; |
||||
} |
||||
|
||||
#content ul.bbp-topics, |
||||
#content ul.bbp-topics li { |
||||
list-style: none; |
||||
margin-left: 0; |
||||
padding: 0; |
||||
} |
||||
|
||||
#content ul.bbp-topics ul.forum-titles { |
||||
padding: 8px; |
||||
} |
||||
|
||||
#bbpress-forums div.reply, |
||||
#bbpress-forums div.topic { |
||||
overflow: auto; |
||||
} |
||||
|
||||
/* Set buttons to look similar to default Genesis styling */ |
||||
|
||||
#bbpress-forums input[type=text], |
||||
#bbpress-forums input[type=password] { |
||||
color: #333; |
||||
font-size: 14px; |
||||
padding: 5px; |
||||
} |
||||
|
||||
#bbpress-forums button[type=submit] { |
||||
padding: 5px 7px; |
||||
font-size: 16px; |
||||
} |
||||
|
||||
/* User profile adjustments |
||||
------------------------------------------------------------ */ |
||||
|
||||
#bbp-your-profile h2.entry-title { |
||||
margin: 0; |
||||
padding: 10px 0; |
||||
} |
||||
|
||||
#content #bbp-your-profile fieldset label, |
||||
#container #bbp-your-profile fieldset label { |
||||
float: left; |
||||
width: 20%; |
||||
padding-right: 20px; |
||||
text-align: right; |
||||
} |
||||
|
||||
#content fieldset.bbp-form textarea, |
||||
#container fieldset.bbp-form textarea, |
||||
#wrapper fieldset.bbp-form textarea, |
||||
#content fieldset.bbp-form input[type=text], |
||||
#container fieldset.bbp-form input[type=text], |
||||
#wrapper fieldset.bbp-form input[type=text] { |
||||
width: 70%; |
||||
} |
||||
|
||||
#bbp-your-profile fieldset span.description { |
||||
margin-left: 23%; |
||||
} |
||||
|
||||
#content fieldset.bbp-form, |
||||
#container fieldset.bbp-form, |
||||
#wrapper fieldset.bbp-form, |
||||
#bbpress-forums fieldset.submit { |
||||
border: 1px solid #EEE; |
||||
padding: 10px 20px; |
||||
margin: 0 0 10px 0; |
||||
} |
||||
|
||||
/* prevent editor from going crazy */ |
||||
#bbpress-forums .wp-editor-wrap input { |
||||
width: auto !important; |
||||
} |
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,50 @@ |
||||
jQuery(document).ready( function() { |
||||
|
||||
/* Use backticks instead of <code> for the Code button in the editor */ |
||||
if ( typeof( edButtons ) !== 'undefined' ) { |
||||
edButtons[110] = new QTags.TagButton( 'code', 'code', '`', '`', 'c' ); |
||||
QTags._buttonsInit(); |
||||
} |
||||
|
||||
/* Tab from topic title */ |
||||
jQuery( '#bbp_topic_title' ).bind( 'keydown.editor-focus', function(e) { |
||||
if ( e.which !== 9 ) |
||||
return; |
||||
|
||||
if ( !e.ctrlKey && !e.altKey && !e.shiftKey ) { |
||||
if ( typeof( tinymce ) !== 'undefined' ) { |
||||
if ( ! tinymce.activeEditor.isHidden() ) { |
||||
var editor = tinymce.activeEditor.editorContainer; |
||||
jQuery( '#' + editor + ' td.mceToolbar > a' ).focus(); |
||||
} else { |
||||
jQuery( 'textarea.bbp-the-content' ).focus(); |
||||
} |
||||
} else { |
||||
jQuery( 'textarea.bbp-the-content' ).focus(); |
||||
} |
||||
|
||||
e.preventDefault(); |
||||
} |
||||
}); |
||||
|
||||
/* Shift + tab from topic tags */ |
||||
jQuery( '#bbp_topic_tags' ).bind( 'keydown.editor-focus', function(e) { |
||||
if ( e.which !== 9 ) |
||||
return; |
||||
|
||||
if ( e.shiftKey && !e.ctrlKey && !e.altKey ) { |
||||
if ( typeof( tinymce ) !== 'undefined' ) { |
||||
if ( ! tinymce.activeEditor.isHidden() ) { |
||||
var editor = tinymce.activeEditor.editorContainer; |
||||
jQuery( '#' + editor + ' td.mceToolbar > a' ).focus(); |
||||
} else { |
||||
jQuery( 'textarea.bbp-the-content' ).focus(); |
||||
} |
||||
} else { |
||||
jQuery( 'textarea.bbp-the-content' ).focus(); |
||||
} |
||||
|
||||
e.preventDefault(); |
||||
} |
||||
}); |
||||
}); |
@ -0,0 +1 @@ |
||||
/* Page generated by Cookies for Comments at http://ocaoimh.ie/cookies-for-comments/ */ |
@ -0,0 +1,149 @@ |
||||
/* ## Archives |
||||
--------------------------------------------- */ |
||||
|
||||
.archive.genesis-author-pro .content .entry { |
||||
background-image: none; |
||||
border-width: 0; |
||||
float: left; |
||||
margin: 0 0 40px 2.5641025641026%; |
||||
padding: 15px; |
||||
text-align: center; |
||||
width: 31.623931623932%; |
||||
} |
||||
|
||||
.archive.genesis-author-pro .content .entry:nth-of-type(3n+1) { |
||||
clear: both; |
||||
margin-left: 0; |
||||
} |
||||
|
||||
.archive.genesis-author-pro .content .entry-header { |
||||
border-width: 0; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
|
||||
.archive.genesis-author-pro .content .entry-header .entry-title { |
||||
border-width: 0; |
||||
font-size: 20px; |
||||
margin-left: auto; |
||||
padding: 0; |
||||
word-wrap: break-word; |
||||
} |
||||
|
||||
.genesis-author-pro .archive-pagination { |
||||
clear: both; |
||||
} |
||||
|
||||
/* ## Book Image |
||||
--------------------------------------------- */ |
||||
|
||||
.archive.genesis-author-pro .author-pro-featured-image, |
||||
.author-pro-featured-image a, |
||||
.single-books .author-pro-featured-image { |
||||
display: inline-block; |
||||
max-width: 100%; |
||||
overflow: hidden; |
||||
position: relative; |
||||
} |
||||
|
||||
.author-pro-featured-image.image-aligncenter { |
||||
text-align: center; |
||||
} |
||||
|
||||
.archive.genesis-author-pro .author-pro-featured-image img, |
||||
.single-books .author-pro-featured-image img { |
||||
margin: 0 auto 20px; |
||||
} |
||||
|
||||
.book-featured-text-banner { |
||||
-moz-transform: rotate(45deg); |
||||
-ms-transform: rotate(45deg); |
||||
-o-transform: rotate(45deg); |
||||
-webkit-transform: rotate(45deg); |
||||
background-color: #000; |
||||
color: #fff; |
||||
font-size: 10px; |
||||
font-weight: 700; |
||||
padding: 6px 12px; |
||||
position: absolute; |
||||
right: -35px; |
||||
text-align: center; |
||||
text-transform: uppercase; |
||||
top: 30px; |
||||
width: 160px; |
||||
} |
||||
|
||||
|
||||
/* ## Single Book Layout |
||||
--------------------------------------------- */ |
||||
|
||||
.genesis-author-pro-book-description { |
||||
clear: none; |
||||
float: left; |
||||
} |
||||
|
||||
.genesis-author-pro-book-details { |
||||
float: right; |
||||
} |
||||
|
||||
|
||||
/* ## Book Details |
||||
--------------------------------------------- */ |
||||
|
||||
.book-by-line { |
||||
margin-bottom: 10px; |
||||
} |
||||
|
||||
.book-details { |
||||
margin-bottom: 35px; |
||||
text-align: center; |
||||
} |
||||
|
||||
.book-featured-text-banner { |
||||
display: block; |
||||
text-align: center; |
||||
} |
||||
|
||||
.single-books .book-price { |
||||
border-bottom: 2px solid #eee; |
||||
display: block; |
||||
font-size: 30px; |
||||
margin: 0 0 26px; |
||||
padding: 0 0 26px; |
||||
} |
||||
|
||||
.book-details-meta .label { |
||||
font-weight: 700; |
||||
} |
||||
|
||||
.book-details .button-book { |
||||
display: block; |
||||
margin: 10px auto; |
||||
text-align: center; |
||||
width: 100%; |
||||
} |
||||
|
||||
.entry-content .book-details-meta, |
||||
.entry-content .book-details-meta li { |
||||
list-style-type: none; |
||||
margin-left: 0; |
||||
text-align: left; |
||||
} |
||||
|
||||
|
||||
/* ## Media Queries |
||||
--------------------------------------------- */ |
||||
|
||||
@media only screen and (max-width: 780px) { |
||||
|
||||
.archive.genesis-author-pro .content .entry { |
||||
margin-left: 0; |
||||
width: 100%; |
||||
} |
||||
|
||||
.genesis-author-pro-book-details, |
||||
.genesis-author-pro-book-description { |
||||
float: none; |
||||
} |
||||
|
||||
} |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,581 @@ |
||||
/* |
||||
* jQuery FlexSlider v1.8 |
||||
* http://flex.madebymufffin.com |
||||
* |
||||
* Copyright 2011, Tyler Smith |
||||
* Free to use under the MIT license. |
||||
* http://www.opensource.org/licenses/mit-license.php |
||||
* |
||||
* Contrib: Darin Richardson |
||||
*/ |
||||
|
||||
;(function ($) { |
||||
|
||||
//FlexSlider: Object Instance |
||||
$.flexslider = function(el, options) { |
||||
var slider = el; |
||||
|
||||
slider.init = function() { |
||||
slider.vars = $.extend({}, $.flexslider.defaults, options); |
||||
slider.data('flexslider', true); |
||||
slider.container = $('.slides', slider); |
||||
slider.slides = $('.slides > li', slider); |
||||
slider.count = slider.slides.length; |
||||
slider.animating = false; |
||||
slider.currentSlide = slider.vars.slideToStart; |
||||
slider.animatingTo = slider.currentSlide; |
||||
slider.atEnd = (slider.currentSlide == 0) ? true : false; |
||||
slider.eventType = ('ontouchstart' in document.documentElement) ? 'touchstart' : 'click'; |
||||
slider.cloneCount = 0; |
||||
slider.cloneOffset = 0; |
||||
slider.manualPause = false; |
||||
slider.vertical = (slider.vars.slideDirection == "vertical"); |
||||
slider.prop = (slider.vertical) ? "top" : "marginLeft"; |
||||
slider.args = {}; |
||||
|
||||
//Test for webbkit CSS3 Animations |
||||
slider.transitions = "webkitTransition" in document.body.style; |
||||
if (slider.transitions) slider.prop = "-webkit-transform"; |
||||
|
||||
//Test for controlsContainer |
||||
if (slider.vars.controlsContainer != "") { |
||||
slider.controlsContainer = $(slider.vars.controlsContainer).eq($('.slides').index(slider.container)); |
||||
slider.containerExists = slider.controlsContainer.length > 0; |
||||
} |
||||
//Test for manualControls |
||||
if (slider.vars.manualControls != "") { |
||||
slider.manualControls = $(slider.vars.manualControls, ((slider.containerExists) ? slider.controlsContainer : slider)); |
||||
slider.manualExists = slider.manualControls.length > 0; |
||||
} |
||||
|
||||
/////////////////////////////////////////////////////////////////// |
||||
// FlexSlider: Randomize Slides |
||||
if (slider.vars.randomize) { |
||||
slider.slides.sort(function() { return (Math.round(Math.random())-0.5); }); |
||||
slider.container.empty().append(slider.slides); |
||||
} |
||||
/////////////////////////////////////////////////////////////////// |
||||
|
||||
/////////////////////////////////////////////////////////////////// |
||||
// FlexSlider: Slider Animation Initialize |
||||
if (slider.vars.animation.toLowerCase() == "slide") { |
||||
if (slider.transitions) { |
||||
slider.setTransition(0); |
||||
} |
||||
slider.css({"overflow": "hidden"}); |
||||
if (slider.vars.animationLoop) { |
||||
slider.cloneCount = 2; |
||||
slider.cloneOffset = 1; |
||||
slider.container.append(slider.slides.filter(':first').clone().addClass('clone')).prepend(slider.slides.filter(':last').clone().addClass('clone')); |
||||
} |
||||
//create newSlides to capture possible clones |
||||
slider.newSlides = $('.slides > li', slider); |
||||
var sliderOffset = (-1 * (slider.currentSlide + slider.cloneOffset)); |
||||
if (slider.vertical) { |
||||
slider.newSlides.css({"display": "block", "width": "100%", "float": "left"}); |
||||
slider.container.height((slider.count + slider.cloneCount) * 200 + "%").css("position", "absolute").width("100%"); |
||||
//Timeout function to give browser enough time to get proper height initially |
||||
setTimeout(function() { |
||||
slider.css({"position": "relative"}).height(slider.slides.filter(':first').height()); |
||||
slider.args[slider.prop] = (slider.transitions) ? "translate3d(0," + sliderOffset * slider.height() + "px,0)" : sliderOffset * slider.height() + "px"; |
||||
slider.container.css(slider.args); |
||||
}, 100); |
||||
|
||||
} else { |
||||
slider.args[slider.prop] = (slider.transitions) ? "translate3d(" + sliderOffset * slider.width() + "px,0,0)" : sliderOffset * slider.width() + "px"; |
||||
slider.container.width((slider.count + slider.cloneCount) * 200 + "%").css(slider.args); |
||||
//Timeout function to give browser enough time to get proper width initially |
||||
setTimeout(function() { |
||||
slider.newSlides.width(slider.width()).css({"float": "left", "display": "block"}); |
||||
}, 100); |
||||
} |
||||
|
||||
} else { //Default to fade |
||||
//Not supporting fade CSS3 transitions right now |
||||
slider.transitions = false; |
||||
slider.slides.css({"width": "100%", "float": "left", "marginRight": "-100%"}).eq(slider.currentSlide).fadeIn(slider.vars.animationDuration); |
||||
} |
||||
/////////////////////////////////////////////////////////////////// |
||||
|
||||
/////////////////////////////////////////////////////////////////// |
||||
// FlexSlider: Control Nav |
||||
if (slider.vars.controlNav) { |
||||
if (slider.manualExists) { |
||||
slider.controlNav = slider.manualControls; |
||||
} else { |
||||
var controlNavScaffold = $('<ol class="flex-control-nav"></ol>'); |
||||
var j = 1; |
||||
for (var i = 0; i < slider.count; i++) { |
||||
controlNavScaffold.append('<li><a>' + j + '</a></li>'); |
||||
j++; |
||||
} |
||||
|
||||
if (slider.containerExists) { |
||||
$(slider.controlsContainer).append(controlNavScaffold); |
||||
slider.controlNav = $('.flex-control-nav li a', slider.controlsContainer); |
||||
} else { |
||||
slider.append(controlNavScaffold); |
||||
slider.controlNav = $('.flex-control-nav li a', slider); |
||||
} |
||||
} |
||||
|
||||
slider.controlNav.eq(slider.currentSlide).addClass('active'); |
||||
|
||||
slider.controlNav.bind(slider.eventType, function(event) { |
||||
event.preventDefault(); |
||||
if (!$(this).hasClass('active')) { |
||||
(slider.controlNav.index($(this)) > slider.currentSlide) ? slider.direction = "next" : slider.direction = "prev"; |
||||
slider.flexAnimate(slider.controlNav.index($(this)), slider.vars.pauseOnAction); |
||||
} |
||||
}); |
||||
} |
||||
/////////////////////////////////////////////////////////////////// |
||||
|
||||
////////////////////////////////////////////////////////////////// |
||||
//FlexSlider: Direction Nav |
||||
if (slider.vars.directionNav) { |
||||
var directionNavScaffold = $('<ul class="flex-direction-nav"><li><a class="prev" href="#">' + slider.vars.prevText + '</a></li><li><a class="next" href="#">' + slider.vars.nextText + '</a></li></ul>'); |
||||
|
||||
if (slider.containerExists) { |
||||
$(slider.controlsContainer).append(directionNavScaffold); |
||||
slider.directionNav = $('.flex-direction-nav li a', slider.controlsContainer); |
||||
} else { |
||||
slider.append(directionNavScaffold); |
||||
slider.directionNav = $('.flex-direction-nav li a', slider); |
||||
} |
||||
|
||||
//Set initial disable styles if necessary |
||||
if (!slider.vars.animationLoop) { |
||||
if (slider.currentSlide == 0) { |
||||
slider.directionNav.filter('.prev').addClass('disabled'); |
||||
} else if (slider.currentSlide == slider.count - 1) { |
||||
slider.directionNav.filter('.next').addClass('disabled'); |
||||
} |
||||
} |
||||
|
||||
slider.directionNav.bind(slider.eventType, function(event) { |
||||
event.preventDefault(); |
||||
var target = ($(this).hasClass('next')) ? slider.getTarget('next') : slider.getTarget('prev'); |
||||
|
||||
if (slider.canAdvance(target)) { |
||||
slider.flexAnimate(target, slider.vars.pauseOnAction); |
||||
} |
||||
}); |
||||
} |
||||
////////////////////////////////////////////////////////////////// |
||||
|
||||
////////////////////////////////////////////////////////////////// |
||||
//FlexSlider: Keyboard Nav |
||||
if (slider.vars.keyboardNav && $('ul.slides').length == 1) { |
||||
function keyboardMove(event) { |
||||
if (slider.animating) { |
||||
return; |
||||
} else if (event.keyCode != 39 && event.keyCode != 37){ |
||||
return; |
||||
} else { |
||||
if (event.keyCode == 39) { |
||||
var target = slider.getTarget('next'); |
||||
} else if (event.keyCode == 37){ |
||||
var target = slider.getTarget('prev'); |
||||
} |
||||
|
||||
if (slider.canAdvance(target)) { |
||||
slider.flexAnimate(target, slider.vars.pauseOnAction); |
||||
} |
||||
} |
||||
} |
||||
$(document).bind('keyup', keyboardMove); |
||||
} |
||||
////////////////////////////////////////////////////////////////// |
||||
|
||||
/////////////////////////////////////////////////////////////////// |
||||
// FlexSlider: Mousewheel interaction |
||||
if (slider.vars.mousewheel) { |
||||
slider.mousewheelEvent = (/Firefox/i.test(navigator.userAgent)) ? "DOMMouseScroll" : "mousewheel"; |
||||
slider.bind(slider.mousewheelEvent, function(e) { |
||||
e.preventDefault(); |
||||
e = e ? e : window.event; |
||||
var wheelData = e.detail ? e.detail * -1 : e.wheelDelta / 40, |
||||
target = (wheelData < 0) ? slider.getTarget('next') : slider.getTarget('prev'); |
||||
|
||||
if (slider.canAdvance(target)) { |
||||
slider.flexAnimate(target, slider.vars.pauseOnAction); |
||||
} |
||||
}); |
||||
} |
||||
/////////////////////////////////////////////////////////////////// |
||||
|
||||
////////////////////////////////////////////////////////////////// |
||||
//FlexSlider: Slideshow Setup |
||||
if (slider.vars.slideshow) { |
||||
//pauseOnHover |
||||
if (slider.vars.pauseOnHover && slider.vars.slideshow) { |
||||
slider.hover(function() { |
||||
slider.pause(); |
||||
}, function() { |
||||
if (!slider.manualPause) { |
||||
slider.resume(); |
||||
} |
||||
}); |
||||
} |
||||
|
||||
//Initialize animation |
||||
slider.animatedSlides = setInterval(slider.animateSlides, slider.vars.slideshowSpeed); |
||||
} |
||||
////////////////////////////////////////////////////////////////// |
||||
|
||||
////////////////////////////////////////////////////////////////// |
||||
//FlexSlider: Pause/Play |
||||
if (slider.vars.pausePlay) { |
||||
var pausePlayScaffold = $('<div class="flex-pauseplay"><span></span></div>'); |
||||
|
||||
if (slider.containerExists) { |
||||
slider.controlsContainer.append(pausePlayScaffold); |
||||
slider.pausePlay = $('.flex-pauseplay span', slider.controlsContainer); |
||||
} else { |
||||
slider.append(pausePlayScaffold); |
||||
slider.pausePlay = $('.flex-pauseplay span', slider); |
||||
} |
||||
|
||||
var pausePlayState = (slider.vars.slideshow) ? 'pause' : 'play'; |
||||
slider.pausePlay.addClass(pausePlayState).text((pausePlayState == 'pause') ? slider.vars.pauseText : slider.vars.playText); |
||||
|
||||
slider.pausePlay.bind(slider.eventType, function(event) { |
||||
event.preventDefault(); |
||||
if ($(this).hasClass('pause')) { |
||||
slider.pause(); |
||||
slider.manualPause = true; |
||||
} else { |
||||
slider.resume(); |
||||
slider.manualPause = false; |
||||
} |
||||
}); |
||||
} |
||||
////////////////////////////////////////////////////////////////// |
||||
|
||||
////////////////////////////////////////////////////////////////// |
||||
//FlexSlider:Touch Swip Gestures |
||||
//Some brilliant concepts adapted from the following sources |
||||
//Source: TouchSwipe - http://www.netcu.de/jquery-touchwipe-iphone-ipad-library |
||||
//Source: SwipeJS - http://swipejs.com |
||||
if ('ontouchstart' in document.documentElement) { |
||||
//For brevity, variables are named for x-axis scrolling |
||||
//The variables are then swapped if vertical sliding is applied |
||||
//This reduces redundant code...I think :) |
||||
//If debugging, recognize variables are named for horizontal scrolling |
||||
var startX, |
||||
startY, |
||||
offset, |
||||
cwidth, |
||||
dx, |
||||
startT, |
||||
scrolling = false; |
||||
|
||||
slider.each(function() { |
||||
if ('ontouchstart' in document.documentElement) { |
||||
this.addEventListener('touchstart', onTouchStart, false); |
||||
} |
||||
}); |
||||
|
||||
function onTouchStart(e) { |
||||
if (slider.animating) { |
||||
e.preventDefault(); |
||||
} else if (e.touches.length == 1) { |
||||
slider.pause(); |
||||
cwidth = (slider.vertical) ? slider.height() : slider.width(); |
||||
startT = Number(new Date()); |
||||
offset = (slider.vertical) ? (slider.currentSlide + slider.cloneOffset) * slider.height() : (slider.currentSlide + slider.cloneOffset) * slider.width(); |
||||
startX = (slider.vertical) ? e.touches[0].pageY : e.touches[0].pageX; |
||||
startY = (slider.vertical) ? e.touches[0].pageX : e.touches[0].pageY; |
||||
slider.setTransition(0); |
||||
|
||||
this.addEventListener('touchmove', onTouchMove, false); |
||||
this.addEventListener('touchend', onTouchEnd, false); |
||||
} |
||||
} |
||||
|
||||
function onTouchMove(e) { |
||||
dx = (slider.vertical) ? startX - e.touches[0].pageY : startX - e.touches[0].pageX; |
||||
scrolling = (slider.vertical) ? (Math.abs(dx) < Math.abs(e.touches[0].pageX - startY)) : (Math.abs(dx) < Math.abs(e.touches[0].pageY - startY)); |
||||
|
||||
if (!scrolling) { |
||||
e.preventDefault(); |
||||
if (slider.vars.animation == "slide" && slider.transitions) { |
||||
if (!slider.vars.animationLoop) { |
||||
dx = dx/((slider.currentSlide == 0 && dx < 0 || slider.currentSlide == slider.count - 1 && dx > 0) ? (Math.abs(dx)/cwidth+2) : 1); |
||||
} |
||||
slider.args[slider.prop] = (slider.vertical) ? "translate3d(0," + (-offset - dx) + "px,0)": "translate3d(" + (-offset - dx) + "px,0,0)"; |
||||
slider.container.css(slider.args); |
||||
} |
||||
} |
||||
} |
||||
|
||||
function onTouchEnd(e) { |
||||
slider.animating = false; |
||||
if (slider.animatingTo == slider.currentSlide && !scrolling && !(dx == null)) { |
||||
var target = (dx > 0) ? slider.getTarget('next') : slider.getTarget('prev'); |
||||
if (slider.canAdvance(target) && Number(new Date()) - startT < 550 && Math.abs(dx) > 20 || Math.abs(dx) > cwidth/2) { |
||||
slider.flexAnimate(target, slider.vars.pauseOnAction); |
||||
} else { |
||||
slider.flexAnimate(slider.currentSlide, slider.vars.pauseOnAction); |
||||
} |
||||
} |
||||
|
||||
//Finish the touch by undoing the touch session |
||||
this.removeEventListener('touchmove', onTouchMove, false); |
||||
this.removeEventListener('touchend', onTouchEnd, false); |
||||
startX = null; |
||||
startY = null; |
||||
dx = null; |
||||
offset = null; |
||||
} |
||||
} |
||||
////////////////////////////////////////////////////////////////// |
||||
|
||||
////////////////////////////////////////////////////////////////// |
||||
//FlexSlider: Resize Functions (If necessary) |
||||
if (slider.vars.animation.toLowerCase() == "slide") { |
||||
$(window).resize(function(){ |
||||
if (!slider.animating) { |
||||
if (slider.vertical) { |
||||
slider.height(slider.slides.filter(':first').height()); |
||||
slider.args[slider.prop] = (-1 * (slider.currentSlide + slider.cloneOffset))* slider.slides.filter(':first').height() + "px"; |
||||
if (slider.transitions) { |
||||
slider.setTransition(0); |
||||
slider.args[slider.prop] = (slider.vertical) ? "translate3d(0," + slider.args[slider.prop] + ",0)" : "translate3d(" + slider.args[slider.prop] + ",0,0)"; |
||||
} |
||||
slider.container.css(slider.args); |
||||
} else { |
||||
slider.newSlides.width(slider.width()); |
||||
slider.args[slider.prop] = (-1 * (slider.currentSlide + slider.cloneOffset))* slider.width() + "px"; |
||||
if (slider.transitions) { |
||||
slider.setTransition(0); |
||||
slider.args[slider.prop] = (slider.vertical) ? "translate3d(0," + slider.args[slider.prop] + ",0)" : "translate3d(" + slider.args[slider.prop] + ",0,0)"; |
||||
} |
||||
slider.container.css(slider.args); |
||||
} |
||||
} |
||||
}); |
||||
} |
||||
////////////////////////////////////////////////////////////////// |
||||
|
||||
////////////////////////////////////////////////////////////////// |
||||
//FlexSlider: Destroy the slider entity |
||||
//Destory is not included in the minified version right now, but this is a working function for anyone who wants to include it. |
||||
//Simply bind the actions you need from this function into a function in the start() callback to the event of your chosing |
||||
/* |
||||
slider.destroy = function() { |
||||
slider.pause(); |
||||
if (slider.controlNav && slider.vars.manualControls == "") slider.controlNav.closest('.flex-control-nav').remove(); |
||||
if (slider.directionNav) slider.directionNav.closest('.flex-direction-nav').remove(); |
||||
if (slider.vars.pausePlay) slider.pausePlay.closest('.flex-pauseplay').remove(); |
||||
if (slider.vars.keyboardNav && $('ul.slides').length == 1) $(document).unbind('keyup', keyboardMove); |
||||
if (slider.vars.mousewheel) slider.unbind(slider.mousewheelEvent); |
||||
if (slider.transitions) slider.each(function(){this.removeEventListener('touchstart', onTouchStart, false);}); |
||||
if (slider.vars.animation == "slide" && slider.vars.animationLoop) slider.newSlides.filter('.clone').remove(); |
||||
if (slider.vertical) slider.height("auto"); |
||||
slider.slides.hide(); |
||||
slider.removeData('flexslider'); |
||||
} |
||||
*/ |
||||
////////////////////////////////////////////////////////////////// |
||||
|
||||
//FlexSlider: start() Callback |
||||
slider.vars.start(slider); |
||||
} |
||||
|
||||
//FlexSlider: Animation Actions |
||||
slider.flexAnimate = function(target, pause) { |
||||
if (!slider.animating) { |
||||
//Animating flag |
||||
slider.animating = true; |
||||
|
||||
//FlexSlider: before() animation Callback |
||||
slider.animatingTo = target; |
||||
slider.vars.before(slider); |
||||
|
||||
//Optional paramter to pause slider when making an anmiation call |
||||
if (pause) { |
||||
slider.pause(); |
||||
} |
||||
|
||||
//Update controlNav |
||||
if (slider.vars.controlNav) { |
||||
slider.controlNav.removeClass('active').eq(target).addClass('active'); |
||||
} |
||||
|
||||
//Is the slider at either end |
||||
slider.atEnd = (target == 0 || target == slider.count - 1) ? true : false; |
||||
if (!slider.vars.animationLoop && slider.vars.directionNav) { |
||||
if (target == 0) { |
||||
slider.directionNav.removeClass('disabled').filter('.prev').addClass('disabled'); |
||||
} else if (target == slider.count - 1) { |
||||
slider.directionNav.removeClass('disabled').filter('.next').addClass('disabled'); |
||||
} else { |
||||
slider.directionNav.removeClass('disabled'); |
||||
} |
||||
} |
||||
|
||||
if (!slider.vars.animationLoop && target == slider.count - 1) { |
||||
slider.pause(); |
||||
//FlexSlider: end() of cycle Callback |
||||
slider.vars.end(slider); |
||||
} |
||||
|
||||
if (slider.vars.animation.toLowerCase() == "slide") { |
||||
var dimension = (slider.vertical) ? slider.slides.filter(':first').height() : slider.slides.filter(':first').width(); |
||||
|
||||
if (slider.currentSlide == 0 && target == slider.count - 1 && slider.vars.animationLoop && slider.direction != "next") { |
||||
slider.slideString = "0px"; |
||||
} else if (slider.currentSlide == slider.count - 1 && target == 0 && slider.vars.animationLoop && slider.direction != "prev") { |
||||
slider.slideString = (-1 * (slider.count + 1)) * dimension + "px"; |
||||
} else { |
||||
slider.slideString = (-1 * (target + slider.cloneOffset)) * dimension + "px"; |
||||
} |
||||
slider.args[slider.prop] = slider.slideString; |
||||
|
||||
if (slider.transitions) { |
||||
slider.setTransition(slider.vars.animationDuration); |
||||
slider.args[slider.prop] = (slider.vertical) ? "translate3d(0," + slider.slideString + ",0)" : "translate3d(" + slider.slideString + ",0,0)"; |
||||
slider.container.css(slider.args).one("webkitTransitionEnd transitionend", function(){ |
||||
slider.wrapup(dimension); |
||||
}); |
||||
} else { |
||||
slider.container.animate(slider.args, slider.vars.animationDuration, function(){ |
||||
slider.wrapup(dimension); |
||||
}); |
||||
} |
||||
} else { //Default to Fade |
||||
slider.slides.eq(slider.currentSlide).fadeOut(slider.vars.animationDuration); |
||||
slider.slides.eq(target).fadeIn(slider.vars.animationDuration, function() { |
||||
slider.wrapup(); |
||||
}); |
||||
} |
||||
} |
||||
} |
||||
|
||||
//FlexSlider: Function to minify redundant animation actions |
||||
slider.wrapup = function(dimension) { |
||||
if (slider.vars.animation == "slide") { |
||||
//Jump the slider if necessary |
||||
if (slider.currentSlide == 0 && slider.animatingTo == slider.count - 1 && slider.vars.animationLoop) { |
||||
slider.args[slider.prop] = (-1 * slider.count) * dimension + "px"; |
||||
if (slider.transitions) { |
||||
slider.setTransition(0); |
||||
slider.args[slider.prop] = (slider.vertical) ? "translate3d(0," + slider.args[slider.prop] + ",0)" : "translate3d(" + slider.args[slider.prop] + ",0,0)"; |
||||
} |
||||
slider.container.css(slider.args); |
||||
} else if (slider.currentSlide == slider.count - 1 && slider.animatingTo == 0 && slider.vars.animationLoop) { |
||||
slider.args[slider.prop] = -1 * dimension + "px"; |
||||
if (slider.transitions) { |
||||
slider.setTransition(0); |
||||
slider.args[slider.prop] = (slider.vertical) ? "translate3d(0," + slider.args[slider.prop] + ",0)" : "translate3d(" + slider.args[slider.prop] + ",0,0)"; |
||||
} |
||||
slider.container.css(slider.args); |
||||
} |
||||
} |
||||
slider.animating = false; |
||||
slider.currentSlide = slider.animatingTo; |
||||
//FlexSlider: after() animation Callback |
||||
slider.vars.after(slider); |
||||
} |
||||
|
||||
//FlexSlider: Automatic Slideshow |
||||
slider.animateSlides = function() { |
||||
if (!slider.animating) { |
||||
slider.flexAnimate(slider.getTarget("next")); |
||||
} |
||||
} |
||||
|
||||
//FlexSlider: Automatic Slideshow Pause |
||||
slider.pause = function() { |
||||
clearInterval(slider.animatedSlides); |
||||
if (slider.vars.pausePlay) { |
||||
slider.pausePlay.removeClass('pause').addClass('play').text(slider.vars.playText); |
||||
} |
||||
} |
||||
|
||||
//FlexSlider: Automatic Slideshow Start/Resume |
||||
slider.resume = function() { |
||||
slider.animatedSlides = setInterval(slider.animateSlides, slider.vars.slideshowSpeed); |
||||
if (slider.vars.pausePlay) { |
||||
slider.pausePlay.removeClass('play').addClass('pause').text(slider.vars.pauseText); |
||||
} |
||||
} |
||||
|
||||
//FlexSlider: Helper function for non-looping sliders |
||||
slider.canAdvance = function(target) { |
||||
if (!slider.vars.animationLoop && slider.atEnd) { |
||||
if (slider.currentSlide == 0 && target == slider.count - 1 && slider.direction != "next") { |
||||
return false; |
||||
} else if (slider.currentSlide == slider.count - 1 && target == 0 && slider.direction == "next") { |
||||
return false; |
||||
} else { |
||||
return true; |
||||
} |
||||
} else { |
||||
return true; |
||||
} |
||||
} |
||||
|
||||
//FlexSlider: Helper function to determine animation target |
||||
slider.getTarget = function(dir) { |
||||
slider.direction = dir; |
||||
if (dir == "next") { |
||||
return (slider.currentSlide == slider.count - 1) ? 0 : slider.currentSlide + 1; |
||||
} else { |
||||
return (slider.currentSlide == 0) ? slider.count - 1 : slider.currentSlide - 1; |
||||
} |
||||
} |
||||
|
||||
//FlexSlider: Helper function to set CSS3 transitions |
||||
slider.setTransition = function(dur) { |
||||
slider.container.css({'-webkit-transition-duration': (dur/1000) + "s"}); |
||||
} |
||||
|
||||
//FlexSlider: Initialize |
||||
slider.init(); |
||||
} |
||||
|
||||
//FlexSlider: Default Settings |
||||
$.flexslider.defaults = { |
||||
animation: "fade", //String: Select your animation type, "fade" or "slide" |
||||
slideDirection: "horizontal", //String: Select the sliding direction, "horizontal" or "vertical" |
||||
slideshow: true, //Boolean: Animate slider automatically |
||||
slideshowSpeed: 7000, //Integer: Set the speed of the slideshow cycling, in milliseconds |
||||
animationDuration: 600, //Integer: Set the speed of animations, in milliseconds |
||||
directionNav: true, //Boolean: Create navigation for previous/next navigation? (true/false) |
||||
controlNav: true, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage |
||||
keyboardNav: true, //Boolean: Allow slider navigating via keyboard left/right keys |
||||
mousewheel: false, //Boolean: Allow slider navigating via mousewheel |
||||
prevText: "Previous", //String: Set the text for the "previous" directionNav item |
||||
nextText: "Next", //String: Set the text for the "next" directionNav item |
||||
pausePlay: false, //Boolean: Create pause/play dynamic element |
||||
pauseText: 'Pause', //String: Set the text for the "pause" pausePlay item |
||||
playText: 'Play', //String: Set the text for the "play" pausePlay item |
||||
randomize: false, //Boolean: Randomize slide order |
||||
slideToStart: 0, //Integer: The slide that the slider should start on. Array notation (0 = first slide) |
||||
animationLoop: true, //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end |
||||
pauseOnAction: true, //Boolean: Pause the slideshow when interacting with control elements, highly recommended. |
||||
pauseOnHover: false, //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering |
||||
controlsContainer: "", //Selector: Declare which container the navigation elements should be appended too. Default container is the flexSlider element. Example use would be ".flexslider-container", "#container", etc. If the given element is not found, the default action will be taken. |
||||
manualControls: "", //Selector: Declare custom control navigation. Example would be ".flex-control-nav li" or "#tabs-nav li img", etc. The number of elements in your controlNav should match the number of slides/tabs. |
||||
start: function(){}, //Callback: function(slider) - Fires when the slider loads the first slide |
||||
before: function(){}, //Callback: function(slider) - Fires asynchronously with each slider animation |
||||
after: function(){}, //Callback: function(slider) - Fires after each slider animation completes |
||||
end: function(){} //Callback: function(slider) - Fires when the slider reaches the last slide (asynchronous) |
||||
} |
||||
|
||||
//FlexSlider: Plugin Function |
||||
$.fn.flexslider = function(options) { |
||||
return this.each(function() { |
||||
if ($(this).find('.slides li').length == 1) { |
||||
$(this).find('.slides li').fadeIn(400); |
||||
} |
||||
else if ($(this).data('flexslider') != true) { |
||||
new $.flexslider($(this), options); |
||||
} |
||||
}); |
||||
} |
||||
|
||||
})(jQuery); |
@ -0,0 +1,245 @@ |
||||
/* Genesis Slider |
||||
------------------------------------------------------------ */ |
||||
|
||||
#genesis-responsive-slider { |
||||
background-color: #fff; |
||||
border: 10px solid #eee; |
||||
margin: 0 auto; |
||||
padding: 10px; |
||||
position: relative; |
||||
} |
||||
|
||||
.genesis-responsive-slider-wrap { |
||||
clear: both; |
||||
display: block; |
||||
float: left; |
||||
margin: 0; |
||||
padding: 0; |
||||
position: relative; |
||||
z-index: 1; |
||||
} |
||||
|
||||
#slides { |
||||
float: left; |
||||
margin: 0; |
||||
overflow: hidden; |
||||
padding: 0; |
||||
position: absolute; |
||||
z-index: 1; |
||||
} |
||||
|
||||
.slide-excerpt { |
||||
background-color: #fff; |
||||
filter: alpha(opacity=80); |
||||
display: block; |
||||
margin: 10px; |
||||
opacity: 0.8; |
||||
padding: 0; |
||||
position: absolute; |
||||
z-index: 8; |
||||
} |
||||
|
||||
html > body .slide-excerpt-border { |
||||
background: none; |
||||
border: 1px solid #ddd; |
||||
display: inline; |
||||
float: left; |
||||
margin: 10px; |
||||
padding: 14px; |
||||
position: relative; |
||||
z-index: 8; |
||||
} |
||||
|
||||
.slide-image { |
||||
overflow: hidden; |
||||
} |
||||
|
||||
/* |
||||
* jQuery FlexSlider v1.8 |
||||
* http://flex.madebymufffin.com |
||||
* |
||||
* Copyright 2011, Tyler Smith |
||||
* Free to use under the MIT license. |
||||
* http://www.opensource.org/licenses/mit-license.php |
||||
*/ |
||||
|
||||
/* Browser Resets */ |
||||
.flex-container a:active, |
||||
.flexslider a:active { |
||||
outline: none; |
||||
} |
||||
|
||||
.slides, |
||||
.flex-control-nav, |
||||
.flex-direction-nav { |
||||
list-style: none; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
|
||||
/* FlexSlider Necessary Styles |
||||
*********************************/ |
||||
.flexslider { |
||||
margin: 0; |
||||
padding: 0; |
||||
width: 100%; |
||||
} |
||||
|
||||
.flexslider .slides > li { |
||||
display: none; |
||||
} /* Hide the slides before the JS is loaded. Avoids image jumping */ |
||||
|
||||
.flexslider .slides img { |
||||
display: block; |
||||
max-width: 100%; |
||||
} |
||||
|
||||
.flex-pauseplay span { |
||||
text-transform: capitalize; |
||||
} |
||||
|
||||
/* Clearfix for the .slides element */ |
||||
.slides:after { |
||||
clear: both; |
||||
content: "."; |
||||
display: block; |
||||
height: 0; |
||||
line-height: 0; |
||||
visibility: hidden; |
||||
} |
||||
|
||||
html[xmlns] .slides { |
||||
display: block; |
||||
} |
||||
|
||||
* html .slides { |
||||
height: 1%; |
||||
} |
||||
|
||||
/* No JavaScript Fallback */ |
||||
/* If you are not using another script, such as Modernizr, make sure you |
||||
* include js that eliminates this class on page load */ |
||||
.no-js .slides > li:first-child { |
||||
display: block; |
||||
} |
||||
|
||||
|
||||
/* FlexSlider Default Theme |
||||
*********************************/ |
||||
.flexslider { |
||||
background: #fff; |
||||
position: relative; |
||||
zoom: 1; |
||||
} |
||||
|
||||
.flexslider .slides { |
||||
zoom: 1; |
||||
} |
||||
|
||||
.flexslider .slides > li { |
||||
position: relative; |
||||
} |
||||
|
||||
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */ |
||||
.flex-container { |
||||
zoom: 1; |
||||
position: relative; |
||||
} |
||||
|
||||
/* Caption style */ |
||||
/* IE rgba() hack */ |
||||
.flex-caption { |
||||
background:none; |
||||
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); |
||||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); |
||||
zoom: 1; |
||||
} |
||||
|
||||
.flex-caption { |
||||
background: rgba(0,0,0,.3); |
||||
bottom: 0; |
||||
color: #fff; |
||||
font-size: 14px; |
||||
left: 0; |
||||
line-height: 18px; |
||||
padding: 2%; |
||||
position: absolute; |
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.3); |
||||
width: 96%; |
||||
} |
||||
|
||||
/* Direction Nav */ |
||||
.flex-direction-nav li a { |
||||
width: 52px; |
||||
height: 52px; |
||||
margin: -20px 0 0; |
||||
display: block; |
||||
background: url(images/bg_direction_nav.png) no-repeat 0 0; |
||||
position: absolute; |
||||
top: 50%; |
||||
cursor: pointer; |
||||
text-indent: -9999px; |
||||
z-index: 100; |
||||
} |
||||
|
||||
.flex-direction-nav li .next { |
||||
background-position: -52px 0; |
||||
right: -60px; |
||||
} |
||||
|
||||
.flex-direction-nav li .next:hover { |
||||
background-position: -52px -50px; |
||||
} |
||||
|
||||
.flex-direction-nav li .prev { |
||||
left: -60px; |
||||
} |
||||
|
||||
.flex-direction-nav li .prev:hover { |
||||
background-position: 0 -50px; |
||||
} |
||||
|
||||
.flex-direction-nav li .disabled { |
||||
cursor: default; |
||||
filter:alpha(opacity=30); |
||||
opacity: .3; |
||||
} |
||||
|
||||
/* Control Nav */ |
||||
.flex-control-nav { |
||||
float: left; |
||||
margin: 20px 0 10px; |
||||
position: relative; |
||||
text-align: center; |
||||
width: 100%; |
||||
z-index: 100; |
||||
} |
||||
|
||||
.flex-control-nav li { |
||||
*display: inline; |
||||
display: inline-block; |
||||
margin: 0 0 0 5px; |
||||
zoom: 1; |
||||
} |
||||
|
||||
.flex-control-nav li:first-child { |
||||
margin: 0; |
||||
} |
||||
|
||||
.flex-control-nav li a { |
||||
background: url(images/bg_control_nav.png) no-repeat 0 0; |
||||
cursor: pointer; |
||||
display: block; |
||||
height: 13px; |
||||
text-indent: -9999px; |
||||
width: 13px; |
||||
} |
||||
|
||||
.flex-control-nav li a:hover { |
||||
background-position: 0 -13px; |
||||
} |
||||
|
||||
.flex-control-nav li a.active { |
||||
background-position: 0 -26px; |
||||
cursor: default; |
||||
} |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,55 @@ |
||||
.ui-tabs { |
||||
clear: both; |
||||
overflow: hidden; |
||||
} |
||||
|
||||
.ui-tabs img { |
||||
margin: 0 0 10px; |
||||
} |
||||
|
||||
.ui-tabs .post { |
||||
background-color: #f5f5f5; |
||||
margin: 0 0 10px; |
||||
overflow: hidden; |
||||
padding: 15px; |
||||
} |
||||
|
||||
.ui-tabs .ui-tabs-hide { |
||||
display: none; |
||||
} |
||||
|
||||
.ui-tabs ul.ui-tabs-nav { |
||||
clear: both; |
||||
font-size: 12px; |
||||
list-style-type: none; |
||||
margin: 10px 0 3px; |
||||
padding: 0; |
||||
} |
||||
|
||||
.ui-tabs ul.ui-tabs-nav li { |
||||
display: inline-block; |
||||
list-style-type: none; |
||||
margin: 0 5px -3px 0; |
||||
padding: 5px 0; |
||||
text-align: center; |
||||
} |
||||
|
||||
.ui-tabs ul.ui-tabs-nav li::before { |
||||
content: ""; |
||||
padding: 0; |
||||
} |
||||
|
||||
.ui-tabs ul.ui-tabs-nav li a { |
||||
background-color: #ddd; |
||||
color: #333; |
||||
margin: 0; |
||||
padding: 10px 10px 8px; |
||||
text-decoration: none; |
||||
text-transform: uppercase; |
||||
} |
||||
|
||||
.ui-tabs ul.ui-tabs-nav li a:hover, |
||||
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a { |
||||
background-color: #f5f5f5; |
||||
color: #333; |
||||
} |
@ -0,0 +1,46 @@ |
||||
/* Reset default LMS styling */ |
||||
.site-container .lms-sidebar-nav a { |
||||
outline: none; |
||||
text-decoration: none; |
||||
} |
||||
|
||||
.site-container .lms-sidebar-nav ul.lms-list-items ul, |
||||
.site-container .lms-sidebar-nav ul.lms-list-items li, |
||||
.site-container .lms-sidebar-nav ul.lms-list-items li a, |
||||
.site-container .lms-sidebar-nav ul.lms-list-items ul.children { |
||||
background: none; |
||||
margin: 0; |
||||
padding: 0; |
||||
border: none; |
||||
text-shadow: none; |
||||
} |
||||
|
||||
.site-container .lms-sidebar-nav ul.lms-list-items ul.children:before, |
||||
.site-container .lms-sidebar-nav ul.lms-list-items li:before { |
||||
display: none; |
||||
} |
||||
|
||||
/* Hide course title */ |
||||
.lms-sidebar-nav.hide-course-title .courseware-course > a { |
||||
display: none; |
||||
} |
||||
|
||||
/* Hide other modules */ |
||||
.lms-sidebar-nav.hide-other-modules .courseware-course > ul.children > .courseware_item { |
||||
display: none; |
||||
} |
||||
|
||||
.lms-sidebar-nav.hide-other-modules .courseware-course ul.children > .courseware-module.current_courseware_parent, |
||||
.lms-sidebar-nav.hide-other-modules .courseware-course ul.children > .courseware-module.current_courseware_item { |
||||
display: block; |
||||
} |
||||
|
||||
/* Collapse all modules by default */ |
||||
.lms-sidebar-nav.collapse .courseware-module ul.children { |
||||
display: none; |
||||
} |
||||
|
||||
.lms-sidebar-nav.collapse .current_courseware_ancestor.courseware-module ul.children, |
||||
.lms-sidebar-nav.collapse .current_courseware_item.courseware-module ul.children { |
||||
display: block; |
||||
} |
@ -0,0 +1,68 @@ |
||||
/** |
||||
* Javascript functionality for LMS Navigation Module. |
||||
* |
||||
* @uses jQuery |
||||
* |
||||
* @since 2.3.4 |
||||
*/ |
||||
|
||||
window.lms_navigation = (function( window, document, jQuery ){ |
||||
'use strict'; |
||||
|
||||
var app = { |
||||
|
||||
/** |
||||
* Add event callbacks. |
||||
* |
||||
* @since 2.3.4 |
||||
* |
||||
* @return {void} |
||||
*/ |
||||
init: function() { |
||||
jQuery( '.lms-sidebar-nav.collapse .courseware-module > a' ).on( 'click', app.modules_click ); |
||||
}, |
||||
|
||||
/** |
||||
* Callback for jQuery 'click' event. |
||||
* |
||||
* 1. If the current module does not have any children, move on. |
||||
* 2. Close all module children (lessons) for the ancestor class (course). |
||||
* 3. Toggle the current module's children (lessons) |
||||
* |
||||
* @since 2.3.4 |
||||
* |
||||
* @param {object} event The current event object. |
||||
* @return {void} |
||||
*/ |
||||
modules_click: function( event ) { |
||||
var $this = jQuery( event.currentTarget ), |
||||
$parent = $this.parent( 'li.courseware-module' ), |
||||
$children = $parent.find( 'ul.children:first' ), |
||||
$visible = $children.is( ':visible' ); |
||||
|
||||
//* if module doesn't have child, return |
||||
if ( ! $children.length ) { |
||||
return; |
||||
} |
||||
|
||||
//* prevent default link from opening |
||||
event.preventDefault(); |
||||
|
||||
//* collapse module children |
||||
$children.stop( true ).slideUp(); |
||||
|
||||
//* if current target children not visible, show them |
||||
if ( ! $visible ) { |
||||
$children.stop( true ).slideDown(); |
||||
} |
||||
} |
||||
|
||||
}; |
||||
|
||||
//* let jQuery initialize |
||||
jQuery( document ).ready( app.init ); |
||||
|
||||
//* return the object |
||||
return app; |
||||
|
||||
})( window, document, jQuery ); |
@ -0,0 +1,78 @@ |
||||
/* Course */ |
||||
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-course > a, |
||||
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-course > .no-access > span { |
||||
display: block; |
||||
font-weight: bold; |
||||
margin-bottom: 20px; |
||||
} |
||||
|
||||
/* Modules */ |
||||
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-module > a, |
||||
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-module > .no-access > span { |
||||
background: #eee; |
||||
display: block; |
||||
font-weight: bold; |
||||
margin-bottom: 2px; |
||||
padding: 10px 20px; |
||||
} |
||||
|
||||
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-module.current_courseware_item > a { |
||||
background: #333; |
||||
color: #fff; |
||||
} |
||||
|
||||
/* Lessons */ |
||||
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-module > ul.children { |
||||
margin: 0 0 20px 20px; |
||||
} |
||||
|
||||
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-lesson > a, |
||||
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-lesson > .no-access > span { |
||||
display: block; |
||||
padding: 10px 0; |
||||
position: relative; |
||||
} |
||||
|
||||
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-lesson > a:hover { |
||||
background: none; |
||||
} |
||||
|
||||
/* Complete */ |
||||
.site-container .lms-sidebar-nav.show-completed ul.lms-list-items .courseware-lesson.courseware-complete > a { |
||||
color: #00ae7b; |
||||
} |
||||
|
||||
.site-container .lms-sidebar-nav.show-completed ul.lms-list-items .courseware-lesson.courseware-complete > a .lms-item-complete { |
||||
position: absolute; |
||||
left: -25px; |
||||
top: 10px; |
||||
} |
||||
|
||||
.site-container .lms-sidebar-nav.show-completed ul.lms-list-items .courseware-module.courseware-complete > a { |
||||
background: #00ae7b; |
||||
border-color: #00ae7b; |
||||
color: #fff; |
||||
} |
||||
|
||||
/* Numbering */ |
||||
.site-container .lms-sidebar-nav ul.lms-list-items small { |
||||
display: block; |
||||
} |
||||
|
||||
/* No Access */ |
||||
.site-container .lms-sidebar-nav ul.lms-list-items .no-access { |
||||
padding-left: 0; |
||||
} |
||||
|
||||
.site-container .lms-sidebar-nav span.delayed-access-text, |
||||
.site-container .lms-sidebar-nav span.no-access-text, |
||||
.site-container .lms-sidebar-nav a.no-access-text { |
||||
display: block !important; |
||||
margin: 5px 0 1px !important; |
||||
} |
||||
|
||||
.site-container .lms-sidebar-nav .courseware-lesson > span.delayed-access-text, |
||||
.site-container .lms-sidebar-nav .courseware-lesson > span.no-access-text, |
||||
.site-container .lms-sidebar-nav .courseware-lesson > a.no-access-text { |
||||
margin-bottom: -7px !important; |
||||
} |
@ -0,0 +1,59 @@ |
||||
.lms-quiz-question { |
||||
display: none; |
||||
} |
||||
|
||||
.lms-quiz-question.active { |
||||
display: block; |
||||
margin-bottom: 25px; |
||||
} |
||||
|
||||
.lms-quiz-question p { |
||||
font-weight: bold; |
||||
} |
||||
|
||||
.lms_quiz_image { |
||||
max-width: 100%; |
||||
height: auto; |
||||
} |
||||
|
||||
.lms_quiz_list, |
||||
.entry-content .lms_quiz_list { |
||||
list-style-type: none; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
|
||||
.lms_quiz_list li, |
||||
.entry-content .lms_quiz_list li { |
||||
list-style-type: none; |
||||
margin: 0; |
||||
} |
||||
|
||||
.lms_quiz_list input[type=radio] { |
||||
visibility: hidden; |
||||
position: absolute; |
||||
} |
||||
|
||||
.lms_quiz_list label { |
||||
cursor: pointer; |
||||
display: block; |
||||
font-size: 16px; |
||||
font-weight: bold; |
||||
padding: 10px 15px; |
||||
border: solid 1px #ddd; |
||||
margin-bottom: 5px; |
||||
} |
||||
|
||||
.lms_quiz_list label:hover { |
||||
background-color: #eee; |
||||
} |
||||
|
||||
.lms_quiz_list input:checked + label { |
||||
background-color: #333; |
||||
border: solid 1px #333; |
||||
color: #fff; |
||||
} |
||||
|
||||
.lms-quiz-question button { |
||||
margin-top: 15px; |
||||
} |
@ -0,0 +1,51 @@ |
||||
jQuery(document).ready(function($) { |
||||
|
||||
$('.lms-next-question').click(function(e) { |
||||
e.preventDefault(); |
||||
|
||||
var target = $(this).data('target'); |
||||
$('.lms-quiz-question').removeClass('active'); |
||||
|
||||
$(target).addClass('active'); |
||||
}); |
||||
|
||||
$('.lms-finish_quiz').click(function(e) { |
||||
e.preventDefault(); |
||||
|
||||
var clicked = $(this); |
||||
var container = clicked.parent().parent(); |
||||
|
||||
var data = $(this).parent().parent().serialize(); |
||||
|
||||
console.log(data); |
||||
|
||||
$.post(ajax_object.ajax_url, data, function(response) { |
||||
//console.log(response); |
||||
if(response.type == 1) { |
||||
location.assign(response.url); |
||||
} else { |
||||
$('.lms-quiz-question').removeClass('active'); |
||||
container.append(response.html); |
||||
if ( $('body').hasClass('admin-bar') ) { |
||||
var quizContainerTop = clicked.parents( '.lms_quiz_form' ).offset().top - 200+ 'px'; |
||||
} else { |
||||
var quizContainerTop = clicked.parents( '.lms_quiz_form' ).offset().top - 100+ 'px'; |
||||
} |
||||
|
||||
jQuery( 'html,body' ).animate( { scrollTop: quizContainerTop }, 500 ); |
||||
} |
||||
|
||||
|
||||
}, 'json'); |
||||
|
||||
}); |
||||
|
||||
$( 'body' ).on( 'click', '.lms-next-question', function() { |
||||
jQuery( this ).parents( '.lms_quiz_form' ).addClass('xxxxxxxxxxxxxxxxx'); |
||||
var quizContainerTop = jQuery( this ).parents( '.lms_quiz_form' ).offset().top - 100+ 'px'; |
||||
console.log( quizContainerTop ); |
||||
jQuery( 'html,body' ).animate( { scrollTop: quizContainerTop }, 500 ); |
||||
|
||||
} ); |
||||
|
||||
}); |
@ -0,0 +1,427 @@ |
||||
/** |
||||
* Styling for Rainmaker LMS shortcodes. |
||||
* |
||||
* @since 2.3 |
||||
*/ |
||||
|
||||
/** |
||||
* LMS list directory shortcode |
||||
*/ |
||||
|
||||
.site-container ul.lms-list-items { |
||||
clear: both; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items, |
||||
.site-container ul.lms-list-items ul.children, |
||||
.site-container ul.lms-list-items li { |
||||
list-style: none; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items ul.children { |
||||
margin-left: 30px; |
||||
margin-bottom: 10px; |
||||
margin-top: 5px; |
||||
position: relative; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items ul.children:before { |
||||
border-left: 1px solid #ddd; |
||||
content: ''; |
||||
display: block; |
||||
height: 100%; |
||||
position: absolute; |
||||
left: -5px; |
||||
width: 10px; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items li a { |
||||
background: #fff; |
||||
border: none; |
||||
display: block; |
||||
padding: 5px 10px; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items li a:hover { |
||||
background: #f5f5f5; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items li.current_courseware_item > a { |
||||
font-weight: bold; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items li a em { |
||||
color: #666; |
||||
display: inline-block; |
||||
font-size: 12px; |
||||
font-style: italic; |
||||
font-weight: normal; |
||||
margin-left: 5px; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items li.courseware-complete > a { |
||||
color: #333; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items li a .lms-item-complete:before, |
||||
.site-container ul.lms-list-items li a .lms-item-favorite:before { |
||||
display: inline-block; |
||||
font-family: 'dashicons'; |
||||
line-height: 1; |
||||
vertical-align: top; |
||||
-webkit-font-smoothing: antialiased; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items li a .lms-item-complete:before { |
||||
content: '\f147'; |
||||
font-size: 22px; |
||||
margin-right: 5px; |
||||
margin-top: 2px; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items li a .lms-item-favorite:before { |
||||
content: '\f155'; |
||||
color: #eece1a; |
||||
font-size: 14px; |
||||
margin-left: 5px; |
||||
margin-top: 6px; |
||||
} |
||||
|
||||
.site-container .rainmaker-lms-complete, |
||||
.site-container .rainmaker-lms-favorite { |
||||
box-shadow: none; |
||||
line-height: 1.5; |
||||
margin-bottom: 30px; |
||||
margin-left: 0px; |
||||
margin-right: 0px; |
||||
width: auto; |
||||
} |
||||
|
||||
.site-container .rainmaker-lms-complete:hover, |
||||
.site-container .rainmaker-lms-favorite:hover { |
||||
box-shadow: none; |
||||
} |
||||
|
||||
.site-container .lms-item-description { |
||||
border: none; |
||||
color: #666; |
||||
display: block; |
||||
line-height: 1.5; |
||||
padding: 0px 10px 10px; |
||||
font-size: 14px; |
||||
font-weight: normal; |
||||
} |
||||
|
||||
.site-container .lms-item-description p { |
||||
margin-bottom: 10px; |
||||
} |
||||
|
||||
.site-container ul.lms-list-items li .lms-item-description a { |
||||
background: none; |
||||
display: inline; |
||||
padding: 0; |
||||
text-decoration: underline; |
||||
} |
||||
|
||||
.site-container .lms-item-description p:last-child { |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.site-container .lms-next-previous { |
||||
margin: 20px 0; |
||||
} |
||||
|
||||
.site-container .no-access { |
||||
color: #666; |
||||
padding-left: 10px; |
||||
} |
||||
|
||||
.site-container span.delayed-access-text, |
||||
.site-container span.no-access-text, |
||||
.site-container a.no-access-text { |
||||
background: #eee !important; |
||||
color: #888; |
||||
display: inline-block !important; |
||||
font-size: 12px; |
||||
font-style: regular; |
||||
font-weight: normal; |
||||
line-height: 17px; |
||||
margin: 0 10px !important; |
||||
padding: 4px 6px 3px !important; |
||||
} |
||||
|
||||
.site-container a.no-access-text:hover { |
||||
color: #333; |
||||
} |
||||
|
||||
.site-container span.delayed-access-text:before, |
||||
.site-container span.no-access-text:before, |
||||
.site-container a.no-access-text:before { |
||||
display: inline; |
||||
font-size: 14px; |
||||
font-family: 'dashicons'; |
||||
margin-right: 4px; |
||||
opacity: 0.5; |
||||
position: relative; |
||||
top: 2px; |
||||
} |
||||
|
||||
.site-container span.no-access-text:before, |
||||
.site-container a.no-access-text:before { |
||||
content: "\f160"; |
||||
} |
||||
|
||||
.site-container span.delayed-access-text:before { |
||||
content: "\f469"; |
||||
} |
||||
|
||||
.site-container .lms-media-content a.button { |
||||
box-shadow: none; |
||||
line-height: 1.5; |
||||
margin-left: 0px; |
||||
margin-right: 0px; |
||||
} |
||||
|
||||
.site-container .lms-media-content a.button:hover { |
||||
box-shadow: none; |
||||
} |
||||
|
||||
/** |
||||
* LMS media embed shortcode |
||||
*/ |
||||
|
||||
.lms-media-content { |
||||
padding: 5%; |
||||
border: 1px solid #ddd; |
||||
margin-bottom: 25px; |
||||
} |
||||
|
||||
ul.lms-media-downloads { |
||||
list-style: none; |
||||
margin: 0; |
||||
} |
||||
|
||||
ul.lms-media-downloads li { |
||||
background-color: #f5f5f5; |
||||
list-style: none; |
||||
padding: 15px; |
||||
margin-bottom: 5px; |
||||
} |
||||
|
||||
.lms-media-download-type, |
||||
.lms-media-download-no-type { |
||||
display: inline-block; |
||||
font-weight: bold; |
||||
margin-right: 12px; |
||||
width: 45px; |
||||
font-weight: bold; |
||||
} |
||||
|
||||
.lms-media-download-type { |
||||
background: #ddd; |
||||
border-radius: 3px; |
||||
display: inline-block; |
||||
position: relative; |
||||
top: -3px; |
||||
font-size: 11px; |
||||
text-align: center; |
||||
} |
||||
|
||||
.lms-media-download-link { |
||||
display: block; |
||||
margin: 8px 60px 0; |
||||
} |
||||
|
||||
.lms-media-download-link .button { |
||||
font-size: 13px; |
||||
padding: 5px 15px 4px; |
||||
} |
||||
|
||||
.lms-media-clear { |
||||
display: block; |
||||
float: none; |
||||
clear: both; |
||||
height: 0; |
||||
} |
||||
|
||||
/* Not sure why... */ |
||||
.screen-reader-text { |
||||
display: block; |
||||
text-indent: -999em; |
||||
} |
||||
|
||||
/* modal styling */ |
||||
|
||||
.lms-mfp-slide { |
||||
position: absolute; |
||||
left: -9999em; |
||||
} |
||||
|
||||
.lms-media-popup { |
||||
background: #fff; |
||||
padding: 40px; |
||||
} |
||||
|
||||
/** |
||||
* LMS Dashboard |
||||
*/ |
||||
|
||||
.site-container ul.lms-dashboard a { |
||||
border: none; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard, |
||||
.site-container ul.lms-dashboard li { |
||||
border: none; |
||||
list-style: none; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li { |
||||
background: #eee; |
||||
margin-bottom: 2%; |
||||
overflow: hidden; |
||||
padding: 5%; |
||||
position: relative; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li h3 { |
||||
font-size: 20px; |
||||
line-height: 1.25; |
||||
margin: 0; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li small { |
||||
color: #666; |
||||
display: block; |
||||
font-size: 12px; |
||||
font-weight: bold; |
||||
letter-spacing: 1px; |
||||
margin-bottom: 10px; |
||||
text-transform: uppercase; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li .button { |
||||
box-shadow: none; |
||||
font-size: 12px; |
||||
font-weight: bold; |
||||
line-height: 1.5; |
||||
margin-top: 3%; |
||||
margin-left: 0; |
||||
margin-right: 0; |
||||
padding: 7px 15px 6px; |
||||
text-transform: uppercase; |
||||
letter-spacing: 1px; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li .button:hover { |
||||
box-shadow: none; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li .description, |
||||
.site-container ul.lms-dashboard li .description p { |
||||
border: none; |
||||
color: #666; |
||||
display: block; |
||||
line-height: 1.5; |
||||
font-size: 14px; |
||||
font-weight: normal; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li .description { |
||||
margin-top: 3%; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li .description p { |
||||
margin-bottom: 10px; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li .description p:last-child { |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li .lms-item-favorite:before, |
||||
.site-container ul.lms-dashboard li.courseware-completed:before { |
||||
display: inline-block; |
||||
font-family: 'dashicons'; |
||||
line-height: 1; |
||||
vertical-align: top; |
||||
-webkit-font-smoothing: antialiased; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li .lms-item-favorite:before { |
||||
content: '\f155'; |
||||
color: #eece1a; |
||||
font-size: 14px; |
||||
position: relative; |
||||
top: 5px; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li.courseware-completed:before { |
||||
background: #00ae7b; |
||||
border-radius: 50%; |
||||
content: '\f147'; |
||||
color: #fff; |
||||
font-size: 24px; |
||||
height: 30px; |
||||
line-height: 32px; |
||||
margin-right: 5px; |
||||
margin-top: 2px; |
||||
position: absolute; |
||||
right: 10px; |
||||
text-align: center; |
||||
top: 10px; |
||||
width: 30px; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard.layout-list li.has-image .image { |
||||
float: left; |
||||
margin-right: 5%; |
||||
overflow: hidden; |
||||
text-align: center; |
||||
width: 30%; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard.layout-list li.has-image .info { |
||||
float: right; |
||||
width: 65%; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard.layout-grid li { |
||||
float: left; |
||||
margin: 0 2% 2% 0; |
||||
text-align: center; |
||||
width: 49%; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard.layout-grid li .image { |
||||
margin-bottom: 10px; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard.layout-grid li:nth-child(2n+2) { |
||||
margin-right: 0; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard.layout-grid li:nth-child(2n+1) { |
||||
clear: left; |
||||
} |
||||
|
||||
@media only screen and (max-width: 800px) { |
||||
|
||||
.site-container ul.lms-dashboard.layout-list li.has-image .image, |
||||
.site-container ul.lms-dashboard.layout-list li.has-image .info, |
||||
.site-container ul.lms-dashboard.layout-grid li { |
||||
float: none; |
||||
margin: 0 0 2%; |
||||
width: 100%; |
||||
} |
||||
|
||||
.site-container ul.lms-dashboard li.courseware-completed:before { |
||||
top: 5px; |
||||
right: 5px; |
||||
} |
||||
|
||||
} |
@ -0,0 +1,52 @@ |
||||
jQuery(document).ready(function($) { |
||||
$('.gallery-modal').magnificPopup({ |
||||
delegate: 'a', |
||||
type: 'image', |
||||
tLoading: simpleModalGallery.loading, |
||||
mainClass: 'mfp-img-mobile', |
||||
gallery: { |
||||
enabled: true, |
||||
navigateByImgClick: true, |
||||
preload: [0, 1] // Will preload 0 - before current, and 1 after the current image |
||||
}, |
||||
image: { |
||||
tError: simpleModalGallery.error |
||||
} |
||||
}); |
||||
|
||||
$('.popup-image').magnificPopup({ |
||||
type: 'image', |
||||
tLoading: simpleModalGallery.loadingImage, |
||||
mainClass: 'mfp-img-mobile', |
||||
image: { |
||||
tError: simpleModalGallery.error |
||||
} |
||||
}); |
||||
|
||||
$('.popup-youtube, .popup-vimeo, .popup-gmaps, .popup-iframe').magnificPopup({ |
||||
disableOn: 700, |
||||
type: 'iframe', |
||||
mainClass: 'mfp-fade', |
||||
removalDelay: 160, |
||||
preloader: false, |
||||
|
||||
fixedContentPos: false |
||||
}); |
||||
|
||||
$('.popup-inline').magnificPopup({ |
||||
type: 'inline', |
||||
|
||||
fixedContentPos: false, |
||||
fixedBgPos: true, |
||||
|
||||
overflowY: 'auto', |
||||
|
||||
closeBtnInside: true, |
||||
preloader: false, |
||||
|
||||
midClick: true, |
||||
removalDelay: 300, |
||||
mainClass: 'my-mfp-zoom-in' |
||||
}); |
||||
|
||||
}); |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
Loading…
Reference in new issue