1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30 | <style>
#post-gallery {width:960px;margin:0px auto;font:11px Arial;color:#000; padding:4px;
background:#0050AD;
-webkit-box-shadow:0px 10px 30px rgba(0, 0, 0, 0.4);
-moz-box-shadow:0px 10px 30px rgba(0, 0, 0, 0.4);
box-shadow:0px 10px 30px rgba(0, 0, 0, 0.4);
-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
#post-gallery h2 {font:20px Arial;color:white;text-shadow:0px 3px 2px black;text-transform:uppercase;margin:2px 2px 2px;padding:7px 14px;background:#961327;text-align: center;}
#post-gallery .rp-item {float:left;display:inline;position:relative;margin:2px;padding:0px 0px;
background:#E96913 url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIhsgIibOtDYa07lmjif_hVOmbP8fE0dM93gToB_jYJyDi2K7srSWXPYibGj9JuM7jKHZi92CSpamhrfJ4ZEHDFs4jxxLgn-tBf3Y253Thobmn7e9EizkP7O26Z8gEenmubzXHRdxlUIs/s48-no/loading.gif') no-repeat 50% 50%;width:96px;height:96px;}
#post-gallery .rp-item img {width:96px;height:96px;border:none !important;margin:0px 0px !important;padding:0px 0px !important;background:transparent !important;display:none;}
#post-gallery .rp-item .rp-child {position:relative;top:10%!important;left:10%!important;
z-index:1000;width:250px;background-color:white;border-top:4px solid #D521D8;
-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.7);
box-shadow:5px 5px 10px rgba(0, 0, 0, 0.7);
padding:10px 15px;overflow:hidden;word-wrap:break-word;display:none;opacity: 0.9;}
#post-gallery .rp-item .rp-child h4 {font-size:12px;margin:0px 0px 5px;color:#961327;}
#post-gallery .rp-item:hover .hidden {display:block;}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script>
var rpTitle = "Latest Posts", // Widget Title
numposts = 100, // The number of thumbnail / posts to display
numchar = 250, // Number of characters in the description tooltip
rcFadeSpeed = 100, // Speed of the effect. fadeIn () tooltip appears
pBlank = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1-U1Z2FlfLcxxdUHLCG0FoF6Lt7GXHArg9sY4YKMvajnEs_zUUSA19ViIKIchxkmyRofksHvC5ObgcjhPd6TbB595ugkgy4ZhiDE0clnieNy9pkv9L6oDtnhBGDX_wPoW0HVeVWV8a6E/w299-h242-no/notavailable.jpg", // Image that show up if the post doesn't have a image
blogURL = "https://the-best-widgets.blogspot.gr"; // Your Blog Address
</script>
<script src="https://github-codes.github.io/mycodes/javascripts/posts-gallery.js"></script>
|