ABOUT CONTACT RESOURCES RECOMMENDATION CREDIT
THEMES
Fukuo - インドネシア! ✃
A Free Resources and Tumblr Themes

Music Player Techno by Fukuo

I’ve been trying to find the style of Music Player, I had before. Now, I am going to share my experiment what I’ve done. As you can see, this is more complicated and is relatively different from my music tab, earlier. Just try to adjust the position of the music player if the position is not fit with your taste!

Live preview

HTML: Creating the Music Player!

As usual, try to insert this code under the ‘<body>’ tags!

<div id="music-rounded">
    <center><img src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif"></center>
        <div class="music-border"></div>
            <div class="music-player-embed">
             <center>MUSIC PLAYER CODE HERE</center>
        </div>
    </div>

CSS: Styling the Music Player!

And then, put this code between <style type=”text/css”> and </style>

#music-rounded {
      position:fixed;
      left:75px;
      top:150px;
      width:50px;
      height:50px;
      background-color:#000;
      -moz-border-radius:100px;
      -webkit-border-radius:100px;
      border-radius:100px;
      opacity:1;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease;
}

#music-rounded img {
     margin-top:17px;
     margin-left:-2px;
}

#music-rounded:hover .music-player-embed {
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     border-radius:5px;
     margin-top:-20px;
     opacity:1;
     background-color:#000;
     color:#fff;
     -webkit-transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
     transition: all 0.7s ease;
} 

.music-border {
        position:absolute;
        margin-top:-42px;
        margin-left:-15px;
        border:10px solid rgba(0, 0, 0, 0.4);
        width:60px;
        height:59px;
        background-color:none;
        -moz-border-radius:100px;
        -webkit-border-radius:100px;
        border-radius:100px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
}

.music-border:hover {
        margin-top:-48px;
        margin-left:-20px;
        border:15px solid rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -webkit-transform:rotateY(360deg);
        -moz-transform:rotateY(360deg);
        -o-transform: rotateY(360deg);
}

.music-player-embed {
    font-family:Consolas;
    font-size:11px;
    position:absolute;
    min-width:100px;
    background-color:#FFF;
    padding:9px;
    margin-left:90px;
    margin-top:0px;
    overflow:hidden;
    opacity:0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

And, WA-LA! I hope you all like it! I was trying to make it with my sincerity from my knowledge of HTML and CSSany form of Credit, Like and Reblog are appreciated! image

Posted 2 days ago with 620 notes
FILE UNDER: #music tab #music-player-techno

The New Layout!

What do you think? I know it hasn’t finished yet due to the recommendation page is under construction. Oh, my laziness is too strong than the willingness of myself. This theme is inspired by MANOS CRAFTED. I’ve seen a lot of the wonderful website! Gah, I hope I could reach my dream as Web Designer and Graphic Designer. I’ve also updated the sidebar in the right of the posts which is shown a popular posts I’ve posted earlier and reached a feedback. I hope you all like it!

Posted 4 days ago with 28 notes
FILE UNDER: #updates

Past Design

I was saving these screencaps of the Blog Theme I’ve had earlier. I had changed the theme for my Blog Theme for about 15 times. However, some of my design had vanished and not saved because of my stupidity—or I forgot to saved it to be exact. My skills on design has improved from time to time. And this is extremely odd as I haven’t stopped to design yet; I love design.

Posted 4 days ago with 21 notes
FILE UNDER: #past #news #updates
page 1 of 244
NEXT