Файл: mp3/css/player.css
Строк: 62
i.gfx {
background: url('../img/ico_player.png') no-repeat -21px
-108px;
width: 12px;
height: 16px;
display: inline-block;
margin:
0;
padding: 0;
}
i.gfx.play {
background-position: -21px
-108px;
}
i.gfx.pause {
background-position: -21px
-90px;
}
i.gfx.next {
background-position: 0 -104px;
width:
13px;
height: 12px;
}
i.gfx.back {
background-position: 0 -91px;
width: 13px;
height: 12px;
}
i.gfx.download {
background-position: 0
-54px;
width: 16px;
height: 16px;
}
.mp3list i.gfx {
vertical-align: middle;
}
.mp3list i.gfx.play {
background-position:
-21px -72px;
}
.mp3list i.gfx.pause {
background-position: -38px
-72px;
}
.mp3list i.gfx.download {
background-position: 0 -72px;
}
.btn-mp3 {
background-color: #395387;
color: #ffffff;
display: inline-block;
padding: 4px 8px;
padding-bottom: 6px;
vertical-align: middle;
cursor:
pointer;
}
a.btn-download,
.btn-download {
background-color:
#cad8ee;
color: #333333;
}
.PlayerJs {
width: 100%;
box-sizing: border-box;
border: 1px solid #ebf0f8;
background-color:
#f8fafc;
padding: 10px;
}
.PlayerJs td {
box-sizing:
border-box;
text-align: center;
}
.PlayerJs-Time {
font-size:
small;
width: 24px;
}
.PlayerJs-Download,
.PlayerJs-Play {
width: 34px;
cursor: pointer;
}
td.PlayerJs-Volume {
width:
100px;
}
div#PlayerJs-Title {
font-size: 12px;
height: 12px;
overflow: hidden;
margin-top: -14px;
text-align: left;
padding:
2px;
}
div#PlayerJs-Progress,
div#PlayerJs-Volume {
height: 10px;
background-color: #ecf1f9;
width: 99%;
display: block;
overflow: hidden;
border-radius: 2px;
cursor: pointer;
position:
relative;
}
div#PlayerJs-Progress > div,
div#PlayerJs-Volume >
div {
height: 10px;
background-color: #395387;
width: 0%;
border-radius: 2px;
position: absolute;
}
div#PlayerJs-Progress >
div#PlayerJs-Progress-Loaded {
height: 10px;
background-color:
#ced7ea;
width: 0%;
border-radius: 2px;
}