Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as CSS by Paul Popus ( 14 years ago )
/*THIS CODE IS FOUND BY PAUL POPUS*/
/*REMOVING THIS IS AGAINST THE LAW*/

.fw-mp3-interface {background: black !important;
 border:3px solid white !important;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;} 

.fw-mp3-interface:hover {
background: black !important; 
border:3px solid white !important;
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;}

.fw-mp3-single-player li.fw-mp3-play {background: url(http://images-2.findicons.com/files/icons/2152/snowish/48/gtk_media_play_ltr.png) !important; } /*this is the play icon*/

.fw-mp3-single-player li.fw-mp3-pause {background: url(http://images-5.findicons.com/files/icons/2152/snowish/48/gtk_media_pause.png) !important; } /*this is the pause icon*/

.fw-mp3-single-player li.fw-mp3-stop {background: url(http://images-5.findicons.com/files/icons/2337/wireframe_toolbar_icons/32/playback_stop.png) !important; } /*this is the stop icon*/


.fw-mp3-single-player div.fw-mp3-volume-bar {
position: absolute;
overflow: hidden;
top: 37px;
background: #F7FFF8;
width: 46px;
height: 5px;
cursor: pointer;
border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
margin-left: 3px;
}/*this is the volume bar background THE DEFAULT IS WHITE*/

.fw-mp3-single-player div.fw-mp3-load-bar, div.jp-load-bar {background: blue !important;}
.fw-mp3-single-player div.fw-mp3-progress {
position: absolute;
overflow: hidden;
top: 32px;
background-color: red !important;
width: 122px;
height: 15px;
border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
margin-top:3px;
}/*these two codes show the buffing of the play bar*/

.fw-mp3-single-player div.fw-mp3-volume-bar-value {
background: darkred !important;
width: 0px;
height: 5px;
}/*this is the volume bar value YOU CAN PUT COLOR INSTEAD OF BACKGROUND IF YOU LIKE*/

.fw-mp3-single-player div.fw-mp3-play-bar {
background: blue !important;
width: 0px;
height: 16px;
!important;
}/*this is the play bar,the bar that shows how much of the song is played YOU CAN ADD COLOR INSTEAD OF BACKGROUND IF YOU LIKE*/

.fw-mp3-single-player div.fw-mp3-volume-bar {
position: absolute;
overflow: hidden;
top: 37px;
background: white;
width: 46px;
height: 5px;
cursor: pointer;
}/*this is the volume bar buffed,the default is white*/

.fw-mp3-single-player li.fw-mp3-volume-min {
background: url(http://images-4.findicons.com/files/icons/2344/faenza/32/audio_volume_off.png) !important;
width: 15px !important;
height: 30px !important;
margin-top: -7px !important;
}

.fw-mp3-single-player li.fw-mp3-volume-max {
background: url(http://images-2.findicons.com/files/icons/2344/faenza/32/audio_volume_high.png) !important;
width: 30px !important;
height: 30px !important;
margin-top: -7px !important;
}

 

Revise this Paste

Your Name: Code Language: