This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="connect_box"> | |
<div class="mailing_list"> | |
<p class="join"><a href="#" class="join_mail join_mail_text">Join Our Mailing List</a> | |
<a href="#" class="join_mail"></a> | |
</p> | |
<script type="text/javascript" src="http://www.formstack.com/forms/js.php?1446375-sv8G1zJCeB-v3&jsonp"></script><noscript><a href="http://www.formstack.com/forms/?1446375-sv8G1zJCeB" title="Online Form">Online Form - Constant Contact Signup Form</a></noscript> | |
<div style="text-align:right; font-size:x-small;"><a href="http://www.formstack.com/try-formstack?utm_source=h&utm_medium=jsembed&utm_campaign=fa&fa=h,1446375" title="HTML Form Builder">HTML Form Builder</a></div> | |
</div> | |
<div class="facebook"><a href="http://www.facebook.com/FamilyPromiseMorris" target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/header_fb_logo.png"></a></div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$( 'img[src="/images/product_overlay.png"]' ).css( "visibility", "hidden" ); | |
$( 'img[src="/images/product_overlay.png"]' ).attr( "src", "http://cdn.agilitycms.com/polaroid/products/Polaroid.com-hover-transparent.png" ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>v5 | Dotcom Distribution Newsletter Template</title> | |
<style type="text/css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- So whenever the theme displays the post thumbnail on a page, I want it to display with this code wrapped around it... --> | |
<?php | |
$caption = get_field( "featured_caption" ); | |
?> | |
<div class="featured-image-wrap"> | |
<div class="featured-image-caption"> | |
<?php if( $caption ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.city { | |
opacity: .55; | |
-webkit-filter: contrast(4); | |
filter: brightness(2); | |
filter: contrast(1.2); | |
-webkit-filter: brightness(3); | |
filter: brightness(2.5); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (max-width: 480px) { | |
.headrt > * {margin: 0 0 5px 0!important;/* padding: .6em!important; *//* align-self: stretch; */width: 100%!important;box-sizing: border-box;} | |
.mobile.pad-b2.t-right { | |
width: 85%!important; | |
padding: 0; | |
order: -2; | |
} | |
.btn.greenbg.f-right { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function changeBarColors(o){for(var l=0;l<5;l++)polaroidBars[l].style.fill=o}var colors=["#17a8e0","#29a957","#fcc50d","#ee8123","#e63529"],polaroidBars=document.getElementsByClassName("polaroid-bar");document.getElementById("c-quote").style.color=colors[0],changeBarColors(colors[0]);var colorCount=1,colorInterval=setInterval(function(){document.getElementById("c-quote").style.color=colors[colorCount],changeBarColors(colors[colorCount]),++colorCount==colors.length&&(colorCount=0)},1e3); | |
function setCookie(e){var t=new Date;t.setTime(t.getTime()+24*e*60*60*1e3);var o="expires="+t.toGMTString();document.cookie="hasvisitedrecently=true;"+o+";path=/"}function getCookie(e){for(var t=e+"=",o=decodeURIComponent(document.cookie).split(";"),n=0;n<o.length;n++){for(var i=o[n];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return""}function checkCookie(){""!=getCookie("hasvisitedrecently")?document.getElementById("c-countdown-overlay").style.display="none":(setCookie(1/48),do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#menu-homepage > li { | |
transition: all 0.35s; | |
} | |
#menu-homepage > li::after { | |
position: absolute; | |
top: 0; | |
left: 0; | |
z-index: -1; | |
width: 100%; | |
height: 100%; |