/* 
Plugin Name: tylish Popular Posts
Plugin URI: https://github.com/dolatabadi/WordPress-Plugins/tree/master/stylish-popular-posts
Description: Description: This plugin creates a widget which shows top popular posts based on the number of comments. You can specify the number of posts to display.
Version: 1.1
Author: Dolatabadi
Author URI: https://github.com/dolatabadi
License: GNU General Public License v2
*/
.stylish-popular-widget
{
	height: auto;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}
.stylish-popular-widget img
{
	height: auto;
	max-width: 100%;
}
.stylish-popular-widget .meta-text
{
	background: rgba(0,0,0,.5);
	bottom: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
}
.stylish-popular-widget .meta-text h3
{
	color: #FFF !important;
	margin-bottom: 4px;
}
.stylish-popular-widget .meta-text h3 a
{
	color: #FFF !important;
	font-size: 14px;
	letter-spacing: 1px;
}
.stylish-popular-widget .meta-text h3 a:hover
{
	text-decoration: none;
}
.stylish-popular-widget .meta-text span.date
{
	color: rgba(255,255,255,.6);
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.stylish-popular-widget span.popular-number
{
	background-color: #3498db;
	border: 4px solid #FFF;
	border-radius: 50%;
	bottom: -24px;
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	moz-border-radius: 50%;
	padding: 9px;
	position: absolute;
	right: 12px;
	webkit-border-radius: 50%;
}
.stylish-popular-widget:hover > .meta-text
{
	background: rgba(0,0,0,.8);
	moz-transition: .3s;
	ms-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	webkit-transition: .3s;
}
/*
     FILE ARCHIVED ON 17:28:31 Jan 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:27:33 Jul 13, 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.493
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.054
  esindex: 0.008
  cdx.remote: 3.025
  LoadShardBlock: 150.092 (3)
  PetaboxLoader3.datanode: 152.343 (5)
  PetaboxLoader3.resolve: 95.893 (3)
  load_resource: 120.665 (2)
*/