View file sots-syet-livebook/mp3/css/player.css

File size: 2.38Kb
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: #0887bf;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 100%;
    padding: 5px 8px 6px 11px;
}

a.btn-download,
.btn-download {
  background-color: #cad8ee; 
  color: #333333;
}

.PlayerJs {
background: url(/style/themes/default/img/aut.png);
    padding: 10px;
    color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    -moz-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    box-shadow: 0px 3px 5px rgba(179, 179, 179, 0.3);
}

.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: x-small;
    height: 12px;
    overflow: hidden;
    margin-top: -14px;
    text-align: left;
    color: #ffffff;
}

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: #dcdcdc;
    width: 0%;
    border-radius: 2px;
    position: absolute;
}

div#PlayerJs-Progress > div#PlayerJs-Progress-Loaded {
  height: 10px; 
  background-color: #ced7ea; 
  width: 0%;
  border-radius: 2px;
}