/*
Plugin Name: Pinterest Pin It Button For Images
Plugin URI: https://www.canha.net
Description: Displays a Pin It button directly over your images
Author: Canha
Author URI: https://www.canha.net
Version: 1.0.1
*/
/*	-----------
		BASE STYLES
		-----------
*/

/* If you feel comfortable editing here, go ahead. I promise to add a function soon to easily change the button */

.pibfi_pinterest {
	position: relative;
	display: block;
}
.pibfi_pinterest .xc_pin {
	width: 80px; height: 50px; /* Please note that the button is 80px x 50px. If you use a different size button, change this */
	background-image: url('https://5a1f8d.claudeassets.com/20260225222648im_/https://betteroffthread.com/wp-content/plugins/pinterest-pin-it-button-for-images/ppibfi_button.png'); background-repeat: none; /* This is the buttons image. Image can be found in the plugin folder */
	position: absolute;
	top: 5px;
	margin-left: -1px;
	opacity: 0;
	cursor: pointer;
	display: none;
}
.pibfi_pinterest img.left + .xc_pin {
	margin-left: 0;
}

/*	-----------------
		INTERACTIONS / FX
		-----------------
*/

.pibfi_pinterest .xc_pin,
.pibfi_pinterest img {
	-webkit-transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out; transition:opacity .2s ease-out;
}
.pibfi_pinterest img:hover + .xc_pin,
.pibfi_pinterest_hover {
	opacity: .7;
}
.pibfi_pinterest .xc_pin:hover {
	opacity: 1;
}

/*
     FILE ARCHIVED ON 23:59:56 Aug 08, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:56:33 Sep 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.473
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.057
  esindex: 0.006
  cdx.remote: 8.633
  LoadShardBlock: 49.147 (3)
  PetaboxLoader3.datanode: 45.989 (4)
  load_resource: 48.065
  PetaboxLoader3.resolve: 42.511
*/