Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #music {margin-top: 253px; margin-left: 150px; position: fixed; z-index: 9999; width: 150px; }
- .musicgif {padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; font-size: 10px;letter-spacing: 1px; line-height: 15px; font-family: trebuchet ms; }
- .musicgif:hover .info{
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out
- }
- .info {
- float: left;
- width: 150px;
- height: 20px;
- font-size: 7px;
- font-family: Trebuchet MS;
- text-transform:uppercase;
- margin-left: 0px;
- color: {color:text};
- margin-top:-5px;
- padding:0px;
- padding-left: 10px;
- position: absolute;
- line-height:8px;
- letter-spacing: 1px;
- border-left: 0px solid;
- text-align: left;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- opacity: 00;
- filter:alpha(opacity=0);
- -moz-opacity: 0;
- -khtml-opacity: 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment