Gadget de Seguidores Personalizada

|| ||
Olá sweets of cherry!!! Hoje estava sem ideia do que postar fizeram um pedido, mas ainda não consegui resolver então vou deixar para uma próxima, então gente façam pedidos na ask  que está lá no menu assim ira me ajudar e eu irei ajudar vocês.
O post de hoje será Gadget de Seguidores Personalizada serão apenas três efeitos numa próxima vez eu trago mais.
Vamos lá!

Primeiro vá em Modelo>> Editar HTML>> Aperte Ctrl+F e procure por:
]]></b:skin>
Acima cole o código do efeito que você escolheu.
Efeito Opacidade:
#Followers1-wrapper {
opacity: 0.2; -webkit-transition: all 2s ease;
-moz-transition: all 2s ease; -o-transition: all 2s ease;
transition: all 2s ease;
-webkit-transition-duration: .90s;
transition-duration: .90s;
margin-bottom: 2px;
}
#Followers1-wrapper:hover {
text-decoration: none !important;
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease; -o-transition: all 2s ease;
transition: all 2s ease; opacity: 1;
-webkit-transition-duration: .90s;
transition-duration: .90s;
margin-bottom: 2px;
}

Efeito preto e branco:

#Followers1-wrapper {
text-decoration: none !important;
-webkit-filter: grayscale(100%);
-webkit-transition-duration: .90s;
margin-bottom: 2px;
}
#Followers1-wrapper:hover {
text-decoration: none !important;
-webkit-filter: grayscale(0%);
-webkit-transition-duration: .90s;
margin-bottom: 2px;
}
Efeito Sépia:
    #Followers1-wrapper {
    text-decoration: none !important;
   -webkit-filter: sepia(100%);
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
   -moz-transition:All 1s ease;
   -o-transition:All 1s ease;
    margin-bottom: 2px;
    }
    #Followers1-wrapper:hover {
    text-decoration: none !important;
   -webkit-filter: sepia(0%);
   transition:All 0.4s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
   -o-transition:All 1s ease;
    margin-bottom: 2px;
    }
Não mude nada se não o efeito não funcionará.
Depois de escolhido o efeito e colado no HTML e salve!
Pronto!
Créditos: Bunny Crazy