-->

Notification

×

Kategori Berita

Cari Berita

Iklan

Iklan

Indeks Berita

Tag Terpopuler

Gadget Social Blogger

Thursday, February 22, 2018 | February 22, 2018 WIB Last Updated 2018-02-22T10:16:15Z

Copy the following code :

<style>
* {
    box-sizing: border-box;
}
#bhero-cssanime:hover li { opacity:0.2; }
#bhero-cssanime li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;-moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#bhero-cssanime li a strong { opacity:0; -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms; -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }
#bhero-cssanime li:hover { opacity:1; }
#bhero-cssanime li:hover a strong { opacity:1; top:-10px; }
/* Mobile Responsive */
@media only screen and (max-width : 900px) {
ul.bhero-s1-social {
    margin: 6% 5%;
    float: none;
    padding: 0!important;}
li.bhero-s1 {
    width: 50px;
    height: 50px;
    margin: 5px;
    list-style: none;
    display: inline-block;
}
li.bhero-s1 {
  
    width: 55px;
    height: 55px;
}
}
@media only screen and (min-width : 900px) {

li.bhero-s1 {
    list-style-type: none;
    width: 50px;
    height: 50px;
    list-style: none;
    display: inline-block;
    margin: 2px;
}
}
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 14px; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: calc(100% + 30px);
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 35px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -20px);
}
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}
/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}
/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
</style>
<br />
<div id="social-1">
<ul class="bhero-s1-social" id="bhero-cssanime">
<li class="bhero-s1">
<a href="#" rel="nofollow" target="_blank"><span tooltip="Like On Facebook"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvdsFthqup5wEdHGe1RdLWWlhht_tDegIOuXc_NqQ3hSv2dcdkaeAr3fvHRlXJ4JdIVu9fClfZWFu4wZR6Gb98qHs5YK1giilAEsa5WTIzz5E-LxC3JNrwbs0VeFmoZi28cHLZnyWu_dM/s200/facebook.png" /></span></a>
</li>
<li class="bhero-s1">
<a href="#" rel="nofollow" target="_blank"><span tooltip="Follow on Google+"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlhovFpeMX1pdmPDfBI7PcBVzay7xpvMHeGfRxP7A8wVhglZ7_a81yay1lOhmX2Ols3Jjz5LnAyokOWeK57RhZUaVTvjLcZTSuwPTwXpmbp0vloQxKpe0I6prsQpb6MrbaDmTMQYyZ0aI/s200/google-plus.png" /></span></a>
</li>
<li class="bhero-s1">
<a href="#" target="_blank"><span tooltip="Follow on Twitter"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEepmhpIkfAGweMfFDmE1-iTgjSOWWX4fvP2Vox7N-YjawzBKs-pX1vMdg7z6rfa6tMaFXlp8JAzdN00WWe9s9UT256xstrw4V1n1TlNwhmdqWoUyiyIJCuaWUEk_8Y58OWeGsYOXZdME/s1600/twitter.png" /></span></a>
</li>
<li class="bhero-s1">
<a href="#" rel="nofollow" target="_blank"><span tooltip="Follow on Instagram"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3hMV8SfYgJOjSBn_kqgPwdgsXE6Vk-g5nhPgru9D3L0PklV6mfpwnQIo3uP2rMUceuKdt9oTuzUx1_q5XVNVWzGHapVDXZJz2ABRHYnipTaWqThKeh7hK0X0-YwRSTX2lvy5D4oOdvCU/s200/instagram.png" /></span></a>
</li>
<li class="bhero-s1">
<a href="#" rel="nofollow" target="_blank"><span tooltip="Connect on WhatsApp"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH72W6D5_Et8l4Ipz2ASexbcRckoP35xlRpUD3lF1sDDt69iCam370oZcEQu1JVZAxKjHjmkPK7nE5wjphF2EtvayY9V6JxVltskan45wWacsCbyER52CM5AnexB71aEvbLiaknRoNxw0/s1600/whatsapp.png" /></span></a>
</li>
<li class="bhero-s1">
<a href="#" rel="nofollow" target="_blank"><span tooltip="Subscribe on Youtube"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDrElCjWAPlGNkp-MiQnqAQUX1qS4mJhhnYL8787VLmGLR7HfkYrSSQFpdsp0kAFxEUQMyLJl_qb55C2HegYQQeCPm2VyXSP_6TE2bSSt_M0DUZ8ZhW1FxkHnUQMvqhpjVMfV1M-5gdYk/s1600/youtube.png" /></span></a>
</li>
<li class="bhero-s1">
<a href="#" rel="nofollow" target="_blank"><span tooltip="Connect with LinkedIn"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuKSQ4slYbD7f1wS2ma6i0vX8snxIZAXY5vrzZv19MBK6evnrldnRoBbetr5Rwy12Eg43s2k_JHlHnShNVmvB5H0_Fz94ioPu7JVh94eHrFKwGt3U-Se5cvAUltoGQUNOi-090BjPSZP0/s1600/linkedin.png" /></span></a>
</li>
<li class="bhero-s1">
<a href="#" rel="nofollow" target="_blank"><span tooltip="Subscribe to RSS"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjviDjIef7Q87lPDysFIbU9aII44braEjGt0GXTZEoBLuNCBev9S1xmwj610pu5xn2AeSGMnFaVbO2-qqKffXeeTnB1iicrznjPjm2AP1tmiXcaR2iImDtYFgNcF2p-b2vLmMK8ZYS0xA8/s1600/rss.png" /></span></a>
</li>
</ul>
</div>


×
Berita Terbaru Update