May 04, 2013
Saturday, May 04, 2013
1 comment

Metro UI Social Profile and Search Box with Zoom & Glow Effects Widget v1.0 by MJN For Blogger ..


                      You may have Seen Many CSS3 Widgets in my before Posts of my blog.. If you are new to my blog .:MJN Tech:. you can have a look at my before posts.. and also subscribe for Much More Latest Updates.. Before Posts of CSS3 Category was not made by my own but shared it  so that it will be helpful to you all..
                       But Today's I am here to share My First Attempt In Making Widgets Using CSS3 & HTML.. Hope you all like it and also thinking to update it using much more effects lately..

So let's get back to it..

First attempt in CSS3, Zoom and Glowing Effect Widget by MJN

Here is a Live Demo :  Make Sure That the Images Loads completely..






  • How to add this to your Blog ?? Here it is..
    • Go to Blogger and go to your blog..
    • Now go to Layout in Left side of your Blogger Dashboard..
    • Now click on Add Gadget and Choose HTML/JavaScript..
    • Now paste the Below Set of codes in it..
    <style>
    .mjn-metro-social
    {
    width:300px;
    }
    .mjn-metro-social li
    {
    position:relative;
    cursor:pointer;
    padding:0;
    list-style:none;
    }
    .mjn-metro-social .fb,.tw,.gp,.pi,.in,.yt,.fd
    {
    z-index:7;
    float:left;
    margin:2.5px;
    position:relative;
    display:block;
    }
    .mjn-metro-social .tw
    {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC7uMis5PuMIHIeSGy2xA_EI-MBdKP7G87os7rU1qA6jBGjYJsjRhyphenhyphen-s667Sq5-y5dg313qNba8Dw0sWAe9TKzjZBCb5vvnrHfcXHv-DIsl_iqd4uqK_iFkdpWYBS1M59nOwPYhioESPs/h120/twitter-bird-dark-bgs.png) no-repeat center center #43b3e5;
    width:70px;
    height:70px;
    -webkit-transition: box-shadow .3s linear, background .2s linear;
    -moz-transition: box-shadow .3s linear, background .2s linear;
    -ms-transition: box-shadow .3s linear, background .2s linear;
    -o-transition: box-shadow .3s linear, background .2s linear;
    transition: box-shadow .3s linear, background .2s linear;
    }
    .mjn-metro-social .fb
    {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5nQYA2XYJC3VVMF_MGEOK43F5qwFMoSxwQs4AafXzWo5DXz4vNlgnVa3_MSX-LtiRxTlI4iMS2aKBY-kXpJy-RASULr4VKZarNQn0jmqR5_79yYi7AWxjPH-vmVpi4vwgH8zoibjrzAs/h120/facebookf.png.png) no-repeat center center #1f69b3;
    width:70px;
    height:70px;
    -webkit-transition: box-shadow .3s linear, background .2s linear;
    -moz-transition: box-shadow .3s linear, background .2s linear;
    -ms-transition: box-shadow .3s linear, background .2s linear;
    -o-transition: box-shadow .3s linear, background .2s linear;
    transition: box-shadow .3s linear, background .2s linear;
    }
    .mjn-metro-social .gp
    {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZVuLyob16zAC80AxtTASeVcnEP6mX9uNQGPUCGu7kMTQWiPNQL8Wjw95GeqGawJQTAJb3Ss5KBUuS6pvdCXQ_CFYahJh0kXGzQehS_BqboygpAWDQJP7TZVZMW1fDAH_2uQt3ZI2pd4g/h120/google+plus.png) no-repeat center center #da4a38;
    width:70px;
    height:70px;
    -webkit-transition: box-shadow .3s linear, background .2s linear;
    -moz-transition: box-shadow .3s linear, background .2s linear;
    -ms-transition: box-shadow .3s linear, background .2s linear;
    -o-transition: box-shadow .3s linear, background .2s linear;
    transition: box-shadow .3s linear, background .2s linear;
    }
    .mjn-metro-social .fd
    {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1FZZg8QMXEAIv0jSH7Hk2Oh8DsC6MGLM94LuBYnfuMZG4PGraH1XOe8NZaYANClHEQvMqcM_Olitr_aiTw8JXGVbq15UxgKF68EI82nvX1PcxboWLx1WpYR5d6iVC0NN0c95yxw9sxWI/h120/feed.png) no-repeat center center #e9a01c;
    width:70px;
    height:70px;
    -webkit-transition: box-shadow .3s linear, background .2s linear;
    -moz-transition: box-shadow .3s linear, background .2s linear;
    -ms-transition: box-shadow .3s linear, background .2s linear;
    -o-transition: box-shadow .3s linear, background .2s linear;
    transition: box-shadow .3s linear, background .2s linear;
    }
    .mjn-metro-social li:hover .fb
    {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7J8lSCoI0ap7gomsUzhkXpqNFxtS2wIBN1pStRF5TsdehgEmzn7JOT1Qyg8lvrOj1fWW2Ld0kcnt4s85fvf5kTKio2zO1kokiGIwm3DuW-4qYVRFCZ1ZJ7iEADSc4U7cU0QNyOECj-J0/h120/facebookfh.png) no-repeat center center #1f69b3;
     box-shadow:0px 0px 6px 3px #217BC0;
    -webkit-box-shadow:0px 0px 6px 3px #217BC0;
    -moz-box-shadow:0px 0px 6px 3px #217BC0;
    -o-box-shadow:0px 0px 6px 3px #217BC0;
    -ms-box-shadow:0px 0px 6px 3px #217BC0;
    }
    .mjn-metro-social li:hover .tw
    {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbN834TEftnQdZHZHg_-pEdtCoCY1UNYCCoTu-LBKKmroY7N9mouppttcdJWZJT2fAKQTwuYaDrenfS5zd5H2V3Ljkkjqn51Fd8G9YRaB2kyBCfBQbqBhAsQszHgmQdeR30V-M4zPnhDY/h120/twitter-bird-dark-bgsx.png) no-repeat center center #43b3e5;
     box-shadow:0px 0px 6px 3px #38D1F7;
    -webkit-box-shadow:0px 0px 6px 3px #38D1F7;
    -moz-box-shadow:0px 0px 6px 3px #38D1F7;
    -o-box-shadow:0px 0px 6px 3px #38D1F7;
    -ms-box-shadow:0px 0px 6px 3px #38D1F7;
    }
    .mjn-metro-social li:hover .gp
    {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ66BnrhcmJWnDXYH_S2Rqoc5ekFSzx8o9R2QqSEbAAqSkB316iTEuidFB99MvhDlrVhKpJptOQygui4phTkNaUbYEfTYca3M2_WyhsxMqpdXSwgpjSeYd546iD0NOaMuxuivEWst7pUg/h120/google+plush.png) no-repeat center center #da4a38;
     box-shadow:0px 0px 6px 3px #F43431;
    -webkit-box-shadow:0px 0px 6px 3px #F43431;
    -moz-box-shadow:0px 0px 6px 3px #F43431;
    -o-box-shadow:0px 0px 6px 3px #F43431;
    -ms-box-shadow:0px 0px 6px 3px #F43431;
    }
    .mjn-metro-social li:hover .fd
    {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfWSIu8cI9nwV0kul7aT1zKSj1isPRnTbragi7QwB6FogFuOWFEuiUhVOs7I9VtP0KJEbZ8guvJgKP1Gt4QR2nbgNVGpxg2OYO65FK-IvtkYnd1Dbef7R-a1B0pHjZ7_uEKP9SKJhD_Do/h120/feedh.png) no-repeat center center #e9a01c;
     box-shadow:0px 0px 6px 3px #e9a01c;
    -webkit-box-shadow:0px 0px 6px 3px #e9a01c;
    -moz-box-shadow:0px 0px 6px 3px #e9a01c;
    -o-box-shadow:0px 0px 6px 3px #e9a01c;
    -ms-box-shadow:0px 0px 6px 3px #e9a01c;
    }
    .cf:before, .cf:after{
        content:"";
        display:table;
    }
    .cf:after{
        clear:both;
    }
    .cf{
        zoom:1;
    }  
    /* Form wrapper styling */
    .form-wrapper {
        width: 280px;
    }
    /* Form text input */
    .form-wrapper input {
        width: 215px;
        height: 20px;
        padding: 10px 5px;
        float: left; 
        font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
    box-shadow: 0 0 6px rgba(0,0,0,.3) inset;
    webkit-transition: box-shadow .3s linear, background .2s linear;
    -moz-transition: box-shadow .3s linear, background .2s linear;
    -ms-transition: box-shadow .3s linear, background .2s linear;
    -o-transition: box-shadow .3s linear, background .2s linear;
    transition: box-shadow .3s linear, background .2s linear;
    }
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        border-color: #51a7e8;
       box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;

    /* Form submit button */
    .form-wrapper button {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 75px;
        background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWCgXA3d46bdRezgT6EseBot4Y7tidJPvunT9AwihFkSoRTUyWGtoD00LyoARyPbud-AVg-czjVhyiTx_YNpwZi20kSiEYQZdPc2mUArNhYj_w-iYPodReLxTAaY7YhPXzDBLGAyXEHNQ/h120/1367665345_search.png) no-repeat center center #26B11E;
        border-radius: 0 0 0 0;   
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    webkit-transition: box-shadow .3s linear, background .2s linear;
    -moz-transition: box-shadow .3s linear, background .2s linear;
    -ms-transition: box-shadow .3s linear, background .2s linear;
    -o-transition: box-shadow .3s linear, background .2s linear;
    transition: box-shadow .3s linear, background .2s linear;
    }
    .form-wrapper button:hover{  
          background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWCgXA3d46bdRezgT6EseBot4Y7tidJPvunT9AwihFkSoRTUyWGtoD00LyoARyPbud-AVg-czjVhyiTx_YNpwZi20kSiEYQZdPc2mUArNhYj_w-iYPodReLxTAaY7YhPXzDBLGAyXEHNQ/h120/1367665345_search.png) no-repeat center center #26B11E;
    box-shadow:0px 0px 6px 3px #44D816;
    -webkit-box-shadow:0px 0px 6px 3px #44D816;
    -moz-box-shadow:0px 0px 6px 3px #44D816;
    -o-box-shadow:0px 0px 6px 3px #44D816;
    -ms-box-shadow:0px 0px 6px 3px #44D816;
    }
    .form-wrapper button:active,
    .form-wrapper button:focus{
        background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWCgXA3d46bdRezgT6EseBot4Y7tidJPvunT9AwihFkSoRTUyWGtoD00LyoARyPbud-AVg-czjVhyiTx_YNpwZi20kSiEYQZdPc2mUArNhYj_w-iYPodReLxTAaY7YhPXzDBLGAyXEHNQ/h120/1367665345_search.png) no-repeat center center #26B11E;
        outline: 0;
    }
    .form-wrapper button:before { /* left arrow */
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #26B11E transparent;
        top: 12px;
        left: -6px;
    }
    .form-wrapper button:hover:before{
        border-right-color: #26B11E;
    }
    .form-wrapper button:focus:before,
    .form-wrapper button:active:before{
            border-right-color: #26B11E;
    }   
    .form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
        border: 0;
        padding: 0;
    }  
    </style>
    <div class="mjn-metro-social">
    <li><a class="fb" href="http://www.facebook.com/mjntech"></a></li>
    <li><a class="tw" href="http://twitter.com/manjunathg17"></a></li>
    <li><a class="gp" href="https://plus.google.com/103741144523748761550"></a></li>
    <li><a class="fd" href="http://feeds.feedburner.com/mjntech"></a></li>
    <form action="/search" class="form-wrapper cf" id="searchthis" method="get" style="display: inline;">
    <input id="form-wrapper input" name="q" placeholder="  Search here.. " required="" type="text" />
    <button type="submit"></button>
    </form><br />

    • Now click save..That's it ..all Done!!

      Customization :

    • Now Replace Links Text Highlighted in Color Facebook,Twitter,Google+,RSS with your Link.. 
    • In some templates search box may not fit..so to change Height and Width Edit the Text Highlighted in Green Colur..
    •  


    Useful Note:



    Important Note:
    • You Can Comment If any Problem Persist.. or Need Help With This Widget..
    • This will be updated soon  with much more effects lately..


    I hope you have found this post helpful..
    Don't forget to Subscribe , Comment and Share this post..
    With Regard's ,

    Tagged with :

    Manjunath.G (MJN) is a Blogger, web designer and developer .. He has a passion towards Programming , Web designing and also he loves Technology..

    1 comments:

     
    Toggle Footer
    Top