Monday, January 7, 2013

Rainbow Color Effect for Blogger Images

2 comments Follow us on twitter
Today I will show you how to add rainbow effect to images in blogger.Rainbow effect is a Css effect in which multicolores are added to images.When the mouse is hovered ,rainbow colores will start to flow .This Css trick makes your blogger images look unbelievably marvelous. Also add a unique professional touch to your blog.You must be cautious that adding this will multicolorises all the images n the blog.Images in the blogposts + Images in the Sidebar.Give it a try. I am pretty sure that this little image customizer will hold you breath .Let's Take a Live Demo

Rainbow Effect For Blogger Images-Live Demo




The Css Code-Copy Right Softwarevilla


Search this Code
]]></b:skin>
Now Add the following Code above the searched Code
.duy-bcss3 {
cursor:pointer;
border:3px solid #6b6b6e;
background-color:#f2ac08;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcd600', endColorstr='#f2ac08');
background-image:-webkit-linear-gradient(top, #fcd600 8%, #ffba3b 55%, #f2ac08 100%);
background-image:-moz-linear-gradient(top, #fcd600 8%, #ffba3b 55%, #f2ac08 100%);
background-image:-ms-linear-gradient(top, #fcd600 8%, #ffba3b 55%, #f2ac08 100%);
background-image:-o-linear-gradient(top, #fcd600 8%, #ffba3b 55%, #f2ac08 100%);
background-image:linear-gradient(top, #fcd600 8%, #ffba3b 55%, #f2ac08 100%);
padding:18px 36px;
-webkit-border-radius:13px;
-moz-border-radius:13px;
border-radius:13px;
-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.3), 0px 3px 11px #515151;
-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.3), 0px 3px 11px #515151;
box-shadow:inset 0px 1px 0px rgba(255,255,255,0.3), 0px 3px 11px #515151;
text-shadow:0px 1px 0px rgba(0,0,0,0.3);
color:#140114;
font:normal 20px 'Century Gothic',Helvetica,Arial,Sans-Serif;
text-decoration:none;
outline:none;
vertical-align:middle;
}
.duy-bcss3:hover {
border-color:#4a4743;
background-color:#fcc203;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcc203', endColorstr='#de7104');
background-image:-webkit-linear-gradient(top, #fcc203 0%, #fa8805 50%, #de7104 100%);
background-image:-moz-linear-gradient(top, #fcc203 0%, #fa8805 50%, #de7104 100%);
background-image:-ms-linear-gradient(top, #fcc203 0%, #fa8805 50%, #de7104 100%);
background-image:-o-linear-gradient(top, #fcc203 0%, #fa8805 50%, #de7104 100%);
background-image:linear-gradient(top, #fcc203 0%, #fa8805 50%, #de7104 100%);
color:#ffffff;
}
@-webkit-keyframes hue {
100% { -webkit-filter:hue-rotate(360deg); }
}
img:hover {
-webkit-animation:hue 1s linear infinite;
}

From Authors Desk-Anz Joy

If you find any problem and difficulties in using the above Css tricks,you are expected to leave your Valuable comments below .This Trick is inspired from Tutorial Duy.And many a thanks to him.Terms and Conditions of using the above Code includes not distributing hosting the above codes in your site or else. Content is copy Protected by DMCA

2 comments:

  1. AweSome Post...MAde it work in my Blog..Hell lot of thnxx..

    ReplyDelete
  2. TNq ! My blogger images look quite sneaky..Put up some more

    ReplyDelete



Your feedback is always appreciated.It is the least thing that you can do for us !

Note:
1. Do not include links in comments as they will not be published after moderation !
2. Make sure that you click "subscribe by mail" to get notified when soemone reply to your comments.
3. Please do not spam Spam comments will be deleted immediately upon our review.

Regards,