CC-5723 : jPlayer HTML/CSS modifications
|
@ -79,7 +79,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||
$view->headLink()->appendStylesheet($baseUrl.'css/tipsy/jquery.tipsy.css?'.$CC_CONFIG['airtime_version']);
|
||||
|
||||
//jPlayer css.
|
||||
$view->headLink()->appendStylesheet($baseUrl.'js/jplayer/skin/jplayer.airtime.audio.preview.css?'.$CC_CONFIG['airtime_version']);
|
||||
$view->headLink()->appendStylesheet($baseUrl.'css/jplayer.airtime.audio.preview.css?'.$CC_CONFIG['airtime_version']);
|
||||
}
|
||||
|
||||
protected function _initHeadScript()
|
||||
|
|
|
@ -32,13 +32,8 @@
|
|||
<?php echo $this->navigation()->menu() ?>
|
||||
</div>
|
||||
|
||||
<div id="MainContent">
|
||||
<div class="wrapper" id="content">
|
||||
<?php echo $this->layout()->content ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="BottomBar">
|
||||
<div class="wrapper" id="content">
|
||||
<?php echo $this->layout()->content ?>
|
||||
<?php echo $this->partial('partialviews/jplayer.phtml') ?>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,60 +1,80 @@
|
|||
<div id="jp_container_1" class="jp-audio">
|
||||
<div id="jquery_jplayer_1" class="jp-jplayer"></div>
|
||||
<div id="jp_container_1" class="jp-audio jp-video-270p">
|
||||
<div class="jp-type-playlist">
|
||||
<div class="jp-gui jp-interface">
|
||||
<ul class="jp-controls">
|
||||
<li class="ui-state-default ui-corner-all jp-previous" style="display:none">
|
||||
<span class="ui-icon ui-icon-seek-prev" tabindex="1"><?php echo _("previous") ?></span>
|
||||
</li>
|
||||
<li class="ui-state-default ui-corner-all jp-play">
|
||||
<span class="ui-icon ui-icon-play" tabindex="1"><?php echo _("play") ?></span>
|
||||
</li>
|
||||
<li class="ui-state-default ui-corner-all jp-pause">
|
||||
<span class="ui-icon ui-icon-pause" tabindex="1"><?php echo _("pause") ?></span>
|
||||
</li>
|
||||
<li class="ui-state-default ui-corner-all jp-next" style="display:none">
|
||||
<span class="ui-icon ui-icon-seek-next" tabindex="1"><?php echo _("next") ?></span>
|
||||
</li>
|
||||
<li class="ui-state-default ui-corner-all jp-stop">
|
||||
<span class="ui-icon ui-icon-stop" tabindex="1"><?php echo _("stop") ?></span>
|
||||
</li>
|
||||
|
||||
<div class="jp-playlist">
|
||||
<ul style="display: block;">
|
||||
|
||||
<li class="jp-playlist-current">
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<div class="jp-time-block">
|
||||
<div class="jp-progress">
|
||||
<div class="jp-seek-bar">
|
||||
<div class="jp-play-bar"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="jp-time-holder">
|
||||
<div class="jp-current-time"></div>
|
||||
<div class="jp-duration" style="display:none"></div>
|
||||
</div>
|
||||
|
||||
<div class="playlist_arrows">
|
||||
<a href="#" id="playlist_prev">prev</a>
|
||||
<a href="#" id="playlist_next">next</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="jp-gui jp-interface">
|
||||
|
||||
<ul class="jp-controls">
|
||||
|
||||
<li class="jp-previous" style="display: list-item;">
|
||||
<span tabindex="1">previous</span>
|
||||
</li>
|
||||
|
||||
<li class="jp-play" style="display: list-item;">
|
||||
<span tabindex="1">play</span>
|
||||
</li>
|
||||
|
||||
<li class="jp-pause" style="display: none;">
|
||||
<span tabindex="1">pause</span>
|
||||
</li>
|
||||
|
||||
<li class="jp-next" style="display: list-item;">
|
||||
<span tabindex="1">next</span>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div class="jp-time-wrap">
|
||||
|
||||
<a href="#" class="jp-current" tabindex="1"><span class="jp-artist"></span></a>
|
||||
|
||||
<div class="jp-time-block">
|
||||
<div class="jp-progress">
|
||||
<div class="jp-seek-bar" style="width: 100%;">
|
||||
<div class="jp-play-bar" style="width: 16.911162468183594%;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="jp-time-holder">
|
||||
<div class="jp-current-time">0:00:45</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="jp-volume-block">
|
||||
<div class="jp-mute">
|
||||
<span class="ui-icon" tabindex="1" title="mute"><?php echo _("mute") ?></span>
|
||||
</div>
|
||||
<div class="jp-unmute">
|
||||
<span class="ui-icon" tabindex="1" title="unmute"><?php echo _("unmute") ?></span>
|
||||
<span tabindex="1" title="mute">mute</span>
|
||||
</div>
|
||||
<div class="jp-volume-bar">
|
||||
<div class="jp-volume-bar-value"></div>
|
||||
</div>
|
||||
<div class="jp-volume-max">
|
||||
<span class="ui-icon" tabindex="1" title="max volume"><?php echo _("max volume") ?></span>
|
||||
<div class="jp-volume-bar-value" style="width: 80%;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="playlist_icon" id="open_playlist"><span>playlist</span></div>
|
||||
|
||||
</div>
|
||||
<div class="jp-playlist">
|
||||
<ul>
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="jp-no-solution">
|
||||
|
||||
<div class="jp-no-solution">
|
||||
<span><?php echo _("Update Required") ?></span>
|
||||
<?php sprintf(_("To play the media you will need to either update your browser to a recent version or update your %sFlash plugin%s."),
|
||||
"<a href='http://get.adobe.com/flashplayer/' target='_blank'>",
|
||||
"</a>") ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,564 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
div.jp-audio,
|
||||
div.jp-video {
|
||||
|
||||
/* Edit the font-size to counteract inherited font sizing.
|
||||
* Eg. 1.25em = 1 / 0.8em
|
||||
*/
|
||||
|
||||
font-size:1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
|
||||
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
line-height:1.6;
|
||||
color: #9B9B9B;
|
||||
position:relative;
|
||||
border-color: #262526 #262526 #5E5E5E;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
div.jp-audio {
|
||||
width:420px;
|
||||
}
|
||||
div.jp-video-270p {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
background: #393939; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(57,57,57,0.9) 0%, rgba(57,57,57,0.9) 1%, rgba(53,53,53,0.9) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,57,57,0.9)), color-stop(1%,rgba(57,57,57,0.9)), color-stop(100%,rgba(53,53,53,0.9))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(57,57,57,0.9) 0%,rgba(57,57,57,0.9) 1%,rgba(53,53,53,0.9) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(57,57,57,0.9) 0%,rgba(57,57,57,0.9) 1%,rgba(53,53,53,0.9) 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(57,57,57,0.9) 0%,rgba(57,57,57,0.9) 1%,rgba(53,53,53,0.9) 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, rgba(57,57,57,0.9) 0%,rgba(57,57,57,0.9) 1%,rgba(53,53,53,0.9) 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6393939', endColorstr='#e6353535',GradientType=0 ); /* IE6-9 */
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
}
|
||||
div.jp-video-360p {
|
||||
width:640px;
|
||||
}
|
||||
|
||||
div.jp-interface {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.jp-audio div.jp-type-single div.jp-interface {
|
||||
height:80px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist div.jp-interface {
|
||||
min-height: 50px;
|
||||
margin: 10px auto;
|
||||
max-width: 670px;
|
||||
background: rgba(53, 53, 53, 0.9);
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
|
||||
-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
|
||||
box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
|
||||
}
|
||||
|
||||
.jp-time-wrap {
|
||||
margin-top: 8px;
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 100%;
|
||||
max-width: 350px;
|
||||
}
|
||||
|
||||
.jp-time-wrap .jp-current {
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jp-time-wrap .jp-current .jp-artist {
|
||||
color: #aaaaaa;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
/* @group CONTROLS */
|
||||
|
||||
div.jp-interface ul.jp-controls {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 13px 20px 13px 20px;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.jp-interface ul.jp-controls li {
|
||||
list-style-type: none;
|
||||
float: left;
|
||||
margin-right: 7px;
|
||||
text-indent: -9999px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
background: rgb(100,100,100); /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(107, 107, 107, 1) 0%, rgba(88,88,88,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,100,100,1)), color-stop(100%,rgba(88,88,88,1))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(107, 107, 107, 1) 0%,rgba(88,88,88,1) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(107, 107, 107, 1) 0%,rgba(88,88,88,1) 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(107, 107, 107, 1) 0%,rgba(88,88,88,1) 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, rgba(107, 107, 107, 1) 0%,rgba(88,88,88,1) 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#585858',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
|
||||
-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
|
||||
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
|
||||
}
|
||||
|
||||
div.jp-interface ul.jp-controls li:hover {
|
||||
background: rgb(147,147,147); /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(147,147,147,1) 0%, rgba(117,117,117,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,147,147,1)), color-stop(100%,rgba(117,117,117,1))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#757575',GradientType=0 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
div.jp-interface ul.jp-controls li span {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.jp-audio jp-video-270p .ui-state-default .ui-icon {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.jp-play span {
|
||||
background: url("images/player/play_icon.png") center no-repeat;
|
||||
}
|
||||
|
||||
.jp-pause span {
|
||||
background: url("images/player/pause_icon.png") center no-repeat;
|
||||
}
|
||||
|
||||
.jp-next span {
|
||||
background: url("images/player/next_icon.png") center no-repeat;
|
||||
}
|
||||
|
||||
.jp-previous span {
|
||||
background: url("images/player/previous_icon.png") center no-repeat;
|
||||
}
|
||||
|
||||
.jp-volume-block span {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.jp-mute {
|
||||
text-indent: -9999px;
|
||||
margin: 0 auto;
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
.jp-mute span {
|
||||
background: url("images/player/volume_icon.png") center no-repeat;
|
||||
background-size: 100%;
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 11px;
|
||||
}
|
||||
|
||||
.playlist_icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
position: absolute;
|
||||
right: -40px;
|
||||
top: 13px;
|
||||
cursor: pointer;
|
||||
text-indent: -9999px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
background: rgb(100,100,100);
|
||||
background: -moz-linear-gradient(top, rgba(107, 107, 107, 1) 0%, rgba(88,88,88,1) 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,100,100,1)), color-stop(100%,rgba(88,88,88,1)));
|
||||
background: -webkit-linear-gradient(top, rgba(107, 107, 107, 1) 0%,rgba(88,88,88,1) 100%);
|
||||
background: -o-linear-gradient(top, rgba(107, 107, 107, 1) 0%,rgba(88,88,88,1) 100%);
|
||||
background: -ms-linear-gradient(top, rgba(107, 107, 107, 1) 0%,rgba(88,88,88,1) 100%);
|
||||
background: linear-gradient(to bottom, rgba(107, 107, 107, 1) 0%,rgba(88,88,88,1) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#585858',GradientType=0 );
|
||||
-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
|
||||
-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
|
||||
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
|
||||
}
|
||||
|
||||
.playlist_icon:hover {
|
||||
background: rgb(147,147,147); /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(147,147,147,1) 0%, rgba(117,117,117,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,147,147,1)), color-stop(100%,rgba(117,117,117,1))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#757575',GradientType=0 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
.playlist_icon span {
|
||||
background: url("images/player/playlist_open.png") center no-repeat;
|
||||
display: block;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.playlist_icon.selected {
|
||||
background: rgb(73,73,73); /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(58,58,58,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,73,73,1)), color-stop(100%,rgba(58,58,58,1))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(73,73,73,1) 0%,rgba(58,58,58,1) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(73,73,73,1) 0%,rgba(58,58,58,1) 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(73,73,73,1) 0%,rgba(58,58,58,1) 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, rgba(73,73,73,1) 0%,rgba(58,58,58,1) 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.playlist_arrows a {
|
||||
display: block;
|
||||
text-indent: -9999px;
|
||||
width: 20px;
|
||||
height: 21px;
|
||||
z-index: 9999;
|
||||
position: absolute;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.playlist_arrows a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.playlist_arrows #playlist_next {
|
||||
background: url("images/player/playlist_next.png") center no-repeat;
|
||||
right: 10px;
|
||||
top: 28px;
|
||||
}
|
||||
|
||||
.playlist_arrows #playlist_prev {
|
||||
background: url("images/player/playlist_prev.png") center no-repeat;
|
||||
left: 10px;
|
||||
top: 28px;
|
||||
}
|
||||
|
||||
div.jp-unmute span {
|
||||
background: url("jplayer.png") -60px -90px no-repeat;
|
||||
}
|
||||
div.jp-unmute span:hover {
|
||||
background: url("jplayer.png") -90px -90px no-repeat;
|
||||
}
|
||||
|
||||
div.jp-volume-max span {
|
||||
background: url("jplayer.png") 0 -112px no-repeat;
|
||||
}
|
||||
div.jp-volume-max span:hover {
|
||||
background: url("jplayer.png") -30px -112px no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group progress bar */
|
||||
|
||||
div.jp-time-block {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
div.jp-progress {
|
||||
overflow:hidden;
|
||||
background-color: #393939;
|
||||
}
|
||||
div.jp-audio div.jp-progress {
|
||||
height: 5px;
|
||||
border-color: #262526 #262526 #5E5E5E;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
/*
|
||||
div.jp-audio div.jp-type-single div.jp-progress {
|
||||
left:110px;
|
||||
width:186px;
|
||||
}
|
||||
*/
|
||||
div.jp-audio div.jp-type-playlist div.jp-progress {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.jp-seek-bar {
|
||||
background-color: #393939;
|
||||
width:0px;
|
||||
height:100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
div.jp-play-bar {
|
||||
background-color: #FF6F01;
|
||||
width:0px;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
/* The seeking class is added/removed inside jPlayer */
|
||||
div.jp-seeking-bg {
|
||||
background: url("pbar-ani.gif");
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group volume controls */
|
||||
|
||||
li.jp-mute,
|
||||
li.jp-unmute,
|
||||
li.jp-volume-max {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
div.jp-audio div.jp-type-single a.jp-mute,
|
||||
div.jp-audio div.jp-type-single a.jp-unmute {
|
||||
margin-left: 210px;
|
||||
}
|
||||
*/
|
||||
|
||||
div.jp-volume-block {
|
||||
float: right;
|
||||
margin-top: 12px;
|
||||
margin-right: 22px;
|
||||
width: 72px;
|
||||
}
|
||||
|
||||
div.jp-volume-bar {
|
||||
overflow: hidden;
|
||||
background-color: #393939;
|
||||
width: 70px;
|
||||
height: 5px;
|
||||
cursor: pointer;
|
||||
margin-top: 8px;
|
||||
}
|
||||
div.jp-audio div.jp-volume-bar {
|
||||
border-color: #262526 #262526 #5E5E5E;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
div.jp-volume-bar-value {
|
||||
background-color: #FF6F01;
|
||||
width:0px;
|
||||
height:5px;
|
||||
}
|
||||
|
||||
div.jp-volume-max {
|
||||
margin-left: 65px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group current time and duration */
|
||||
|
||||
div.jp-current-time,
|
||||
div.jp-duration {
|
||||
font-size: 1em;
|
||||
}
|
||||
div.jp-current-time {
|
||||
display: inline;
|
||||
position: absolute;
|
||||
right: -50px;
|
||||
top: 19px;
|
||||
color: #fff;
|
||||
}
|
||||
div.jp-duration {
|
||||
float: right;
|
||||
display: inline;
|
||||
text-align: right;
|
||||
color: #9B9B9B;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group playlist */
|
||||
|
||||
div.jp-title {
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.jp-playlist {
|
||||
width:100%;
|
||||
height: 75px;
|
||||
background-color: rgba(39, 39, 39, 0.9);
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
height: 0px;
|
||||
display: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.jp-playlist.open {
|
||||
display: block;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
div.jp-type-single div.jp-title,
|
||||
div.jp-type-playlist div.jp-title,
|
||||
div.jp-type-single div.jp-playlist {
|
||||
border-top:none;
|
||||
}
|
||||
div.jp-title ul,
|
||||
div.jp-playlist ul {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0 20px;
|
||||
}
|
||||
|
||||
div.jp-title li {
|
||||
padding:5px 0;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
div.jp-playlist li {
|
||||
display: inline-block;
|
||||
width: 125px;
|
||||
margin: 10px 10px;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.jp-playlist li .jp-playlist-item {
|
||||
height: 52px;
|
||||
width: 125px;
|
||||
display: inline-block;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
|
||||
-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
|
||||
box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
|
||||
color: #fff;
|
||||
overflow: hidden;
|
||||
margin-right: 20px;
|
||||
font-size: 12px;
|
||||
padding: 6px 10px 0px 20px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
div.jp-playlist li .jp-playlist-item span {
|
||||
display: block;
|
||||
margin-left: 0px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div.jp-playlist li .jp-playlist-item:hover {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
background-image: url("images/player/play_hover.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 8px;
|
||||
}
|
||||
|
||||
div.jp-playlist li div {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
|
||||
|
||||
div.jp-type-playlist div.jp-playlist a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
div.jp-type-playlist div.jp-playlist li.jp-playlist-current .jp-playlist-item {
|
||||
border: 1px solid rgba(255, 111, 1, 0.5);
|
||||
background-image: url("images/player/play_current.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 8px;
|
||||
}
|
||||
|
||||
span.jp-artist {
|
||||
font-size: 90%;
|
||||
color:#9B9B9B;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
div.jp-video-270p div.jp-video-play {
|
||||
height:270px;
|
||||
}
|
||||
div.jp-video-360p div.jp-video-play {
|
||||
height:360px;
|
||||
}
|
||||
div.jp-video-full div.jp-video-play {
|
||||
height:100%;
|
||||
z-index:1000;
|
||||
}
|
||||
|
||||
div.jp-jplayer audio,
|
||||
div.jp-jplayer {
|
||||
width:0px;
|
||||
height:0px;
|
||||
}
|
||||
|
||||
div.jp-jplayer {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
/* @group NO SOLUTION error feedback */
|
||||
|
||||
.jp-no-solution {
|
||||
position:absolute;
|
||||
width:390px;
|
||||
margin-left:-202px;
|
||||
left:50%;
|
||||
top: 10px;
|
||||
|
||||
padding:5px;
|
||||
font-size:.8em;
|
||||
background-color:#eee;
|
||||
border:2px solid #FF6F01;
|
||||
color:#000;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.jp-no-solution a {
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.jp-no-solution span {
|
||||
font-size:1em;
|
||||
display:block;
|
||||
text-align:center;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
div.jp-audio div.jp-type-playlist div.jp-interface {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.jp-time-wrap {
|
||||
max-width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* @end */
|
|
@ -144,30 +144,13 @@ select {
|
|||
|
||||
|
||||
/* Master Panel */
|
||||
|
||||
#Panel {
|
||||
#sticky {
|
||||
position:fixed;
|
||||
height:130px;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
height:130px;
|
||||
top:0;
|
||||
left:0;
|
||||
}
|
||||
|
||||
#MainContent {
|
||||
position:fixed;
|
||||
top:130px;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#BottomBar {
|
||||
position:fixed;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
}
|
||||
|
||||
#master-panel {
|
||||
background:#3d3d3d url(images/masterpanel_bg.png) repeat-x 0 0;
|
||||
|
@ -185,9 +168,9 @@ select {
|
|||
}
|
||||
|
||||
.source-info-block {
|
||||
height:100px;
|
||||
float:left;
|
||||
min-width:170px;
|
||||
height:100px;
|
||||
float:left;
|
||||
min-width:170px;
|
||||
}
|
||||
|
||||
.personal-block {
|
||||
|
@ -379,14 +362,8 @@ select {
|
|||
|
||||
|
||||
.wrapper {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
overflow-y: scroll;
|
||||
margin-top: 20px;
|
||||
margin: 0 5px 0 5px;
|
||||
padding:10px 0 0 0;
|
||||
}
|
||||
|
||||
.alpha-block {
|
||||
|
|
|
@ -8,14 +8,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
|
||||
function changePlaylist(data) {
|
||||
|
||||
|
||||
if (data.hasMultiple) {
|
||||
$(".jp-previous, .jp-next").show();
|
||||
}
|
||||
else {
|
||||
$(".jp-previous, .jp-next").hide();
|
||||
}
|
||||
|
||||
if (data.hasDuration) {
|
||||
$(".jp-duration").show();
|
||||
}
|
||||
|
@ -76,16 +68,24 @@ var AIRTIME = (function(AIRTIME) {
|
|||
error: function(e) {
|
||||
console.log("error");
|
||||
console.error(e);
|
||||
},
|
||||
play: function(e) {
|
||||
var title = e.jPlayer.status.media.title,
|
||||
artist = e.jPlayer.status.media.artist,
|
||||
html;
|
||||
|
||||
html = title + " <span class='jp-artist'>" + artist + "</span>";
|
||||
|
||||
$(".jp-current").html(html);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
$( "#open_playlist" ).click(function() {
|
||||
$(".jp-playlist").toggleClass( "open" );
|
||||
$( this ).toggleClass( "selected" );
|
||||
});
|
||||
|
||||
$("#jp_container_1").on("mouseenter", "ul.jp-controls li", function(ev) {
|
||||
$(this).addClass("ui-state-hover");
|
||||
});
|
||||
|
||||
$("#jp_container_1").on("mouseleave", "ul.jp-controls li", function(ev) {
|
||||
$(this).removeClass("ui-state-hover");
|
||||
});
|
||||
};
|
||||
|
||||
return AIRTIME;
|
||||
|
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1,368 +0,0 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
/* Used to hide non-ui fields **/
|
||||
span.audioFileID {
|
||||
display:none;
|
||||
}
|
||||
span.audioFileTitle {
|
||||
display:none;
|
||||
}
|
||||
span.audioFileArtist {
|
||||
display:none;
|
||||
}
|
||||
span.playlistID {
|
||||
display:none;
|
||||
}
|
||||
span.playlistIndex {
|
||||
display:none;
|
||||
}
|
||||
span.showID {
|
||||
display:none;
|
||||
}
|
||||
span.showIndex {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* End of non-ui fields **/
|
||||
|
||||
div.jp-audio,
|
||||
div.jp-video {
|
||||
|
||||
/* Edit the font-size to counteract inherited font sizing.
|
||||
* Eg. 1.25em = 1 / 0.8em
|
||||
*/
|
||||
|
||||
font-size:1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
|
||||
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
line-height:1.6;
|
||||
color: #9B9B9B;
|
||||
position:relative;
|
||||
border-color: #262526 #262526 #5E5E5E;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
div.jp-audio {
|
||||
width:420px;
|
||||
}
|
||||
div.jp-video-270p {
|
||||
width:480px;
|
||||
}
|
||||
div.jp-video-360p {
|
||||
width:640px;
|
||||
}
|
||||
|
||||
div.jp-interface {
|
||||
position: relative;
|
||||
background-color: #3D3D3D;
|
||||
background: -moz-linear-gradient(top, #6E6E6E 0, #3a3a3a 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6E6E6E), color-stop(100%, #3a3a3a));
|
||||
width: 100%;
|
||||
border-top: 1px solid #5a5a5a;
|
||||
border-bottom: 1px solid #1a1a1a;
|
||||
}
|
||||
|
||||
div.jp-audio div.jp-type-single div.jp-interface {
|
||||
height:80px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist div.jp-interface {
|
||||
height:80px;
|
||||
}
|
||||
|
||||
/* @group CONTROLS */
|
||||
|
||||
div.jp-interface ul.jp-controls {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: 30px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
div.jp-interface ul.jp-controls li {
|
||||
list-style-type: none;
|
||||
float: left;
|
||||
padding: 1px 2px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
div.jp-interface ul.jp-controls li.jp-play,
|
||||
div.jp-interface ul.jp-controls li.jp-pause {
|
||||
padding: 6px 7px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
div.jp-mute span {
|
||||
background: url("jplayer.png") 0 -90px no-repeat;
|
||||
}
|
||||
div.jp-mute span:hover {
|
||||
background: url("jplayer.png") -30px -90px no-repeat;
|
||||
}
|
||||
|
||||
div.jp-unmute span {
|
||||
background: url("jplayer.png") -60px -90px no-repeat;
|
||||
}
|
||||
div.jp-unmute span:hover {
|
||||
background: url("jplayer.png") -90px -90px no-repeat;
|
||||
}
|
||||
|
||||
div.jp-volume-max span {
|
||||
background: url("jplayer.png") 0 -112px no-repeat;
|
||||
}
|
||||
div.jp-volume-max span:hover {
|
||||
background: url("jplayer.png") -30px -112px no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group progress bar */
|
||||
|
||||
div.jp-time-block {
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
left: 145px;
|
||||
}
|
||||
|
||||
div.jp-progress {
|
||||
overflow:hidden;
|
||||
background-color: #393939;
|
||||
}
|
||||
div.jp-audio div.jp-progress {
|
||||
height: 10px;
|
||||
border-color: #262526 #262526 #5E5E5E;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
/*
|
||||
div.jp-audio div.jp-type-single div.jp-progress {
|
||||
left:110px;
|
||||
width:186px;
|
||||
}
|
||||
*/
|
||||
div.jp-audio div.jp-type-playlist div.jp-progress {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
div.jp-seek-bar {
|
||||
background-color: #393939;
|
||||
width:0px;
|
||||
height:100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
div.jp-play-bar {
|
||||
background-color: #FF6F01;
|
||||
width:0px;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
/* The seeking class is added/removed inside jPlayer */
|
||||
div.jp-seeking-bg {
|
||||
background: url("pbar-ani.gif");
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group volume controls */
|
||||
|
||||
li.jp-mute,
|
||||
li.jp-unmute,
|
||||
li.jp-volume-max {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
div.jp-mute span,
|
||||
div.jp-unmute span,
|
||||
div.jp-volume-max span{
|
||||
width: 17px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
/*
|
||||
div.jp-audio div.jp-type-single a.jp-mute,
|
||||
div.jp-audio div.jp-type-single a.jp-unmute {
|
||||
margin-left: 210px;
|
||||
}
|
||||
*/
|
||||
|
||||
div.jp-volume-block {
|
||||
position: absolute;
|
||||
top: 33px;
|
||||
left: 350px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
div.jp-mute,
|
||||
div.jp-unmute,
|
||||
div.jp-volume-bar,
|
||||
div.jp-volume-max {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.jp-volume-bar {
|
||||
position: absolute;
|
||||
overflow:hidden;
|
||||
background-color: #393939;
|
||||
width: 50px;
|
||||
height:5px;
|
||||
cursor: pointer;
|
||||
margin-left: 20px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
div.jp-audio div.jp-volume-bar {
|
||||
border-color: #262526 #262526 #5E5E5E;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
div.jp-volume-bar-value {
|
||||
background-color: #FF6F01;
|
||||
width:0px;
|
||||
height:5px;
|
||||
}
|
||||
|
||||
div.jp-volume-max {
|
||||
margin-left: 65px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group current time and duration */
|
||||
|
||||
div.jp-current-time,
|
||||
div.jp-duration {
|
||||
width: 60px;
|
||||
font-size: 1em;
|
||||
}
|
||||
div.jp-current-time {
|
||||
float: left;
|
||||
display: inline;
|
||||
color: #FF6F01;
|
||||
}
|
||||
div.jp-duration {
|
||||
float: right;
|
||||
display: inline;
|
||||
text-align: right;
|
||||
color: #9B9B9B;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group playlist */
|
||||
|
||||
div.jp-title {
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.jp-title,
|
||||
div.jp-playlist {
|
||||
width:100%;
|
||||
background-color: #D8D8D8;
|
||||
}
|
||||
div.jp-type-single div.jp-title,
|
||||
div.jp-type-playlist div.jp-title,
|
||||
div.jp-type-single div.jp-playlist {
|
||||
border-top:none;
|
||||
}
|
||||
div.jp-title ul,
|
||||
div.jp-playlist ul {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0 20px;
|
||||
}
|
||||
|
||||
div.jp-title li {
|
||||
padding:5px 0;
|
||||
font-weight:bold;
|
||||
}
|
||||
div.jp-playlist li {
|
||||
padding:5px 0 4px 20px;
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
|
||||
div.jp-playlist li div {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
|
||||
|
||||
div.jp-type-playlist div.jp-playlist li:last-child {
|
||||
padding:5px 0 5px 20px;
|
||||
border-bottom:none;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
|
||||
padding-left:7px;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a:hover {
|
||||
color:#9B9B9B;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
|
||||
color: #FF6F01;
|
||||
}
|
||||
span.jp-artist {
|
||||
font-size: 90%;
|
||||
color:#9B9B9B;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
div.jp-video-270p div.jp-video-play {
|
||||
height:270px;
|
||||
}
|
||||
div.jp-video-360p div.jp-video-play {
|
||||
height:360px;
|
||||
}
|
||||
div.jp-video-full div.jp-video-play {
|
||||
height:100%;
|
||||
z-index:1000;
|
||||
}
|
||||
|
||||
div.jp-jplayer audio,
|
||||
div.jp-jplayer {
|
||||
width:0px;
|
||||
height:0px;
|
||||
}
|
||||
|
||||
div.jp-jplayer {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
/* @group NO SOLUTION error feedback */
|
||||
|
||||
.jp-no-solution {
|
||||
position:absolute;
|
||||
width:390px;
|
||||
margin-left:-202px;
|
||||
left:50%;
|
||||
top: 10px;
|
||||
|
||||
padding:5px;
|
||||
font-size:.8em;
|
||||
background-color:#eee;
|
||||
border:2px solid #009be3;
|
||||
color:#000;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.jp-no-solution a {
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.jp-no-solution span {
|
||||
font-size:1em;
|
||||
display:block;
|
||||
text-align:center;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* @end */
|
|
@ -1,652 +0,0 @@
|
|||
/*
|
||||
* Skin for jPlayer Plugin (jQuery JavaScript Library)
|
||||
* http://www.happyworm.com/jquery/jplayer
|
||||
*
|
||||
* Skin Name: Blue Monday
|
||||
*
|
||||
* Copyright (c) 2010-2011 Happyworm Ltd
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
* - http://www.opensource.org/licenses/mit-license.php
|
||||
* - http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* Author: Silvia Benvenuti
|
||||
* Skin Version: 4.0 (jPlayer 2.1.0)
|
||||
* Date: 1st September 2011
|
||||
*/
|
||||
|
||||
div.jp-audio,
|
||||
div.jp-video {
|
||||
|
||||
/* Edit the font-size to counteract inherited font sizing.
|
||||
* Eg. 1.25em = 1 / 0.8em
|
||||
*/
|
||||
|
||||
font-size:1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
|
||||
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
line-height:1.6;
|
||||
color: #666;
|
||||
border:1px solid #009be3;
|
||||
background-color:#eee;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
div.jp-audio {
|
||||
width:420px;
|
||||
}
|
||||
div.jp-video-270p {
|
||||
width:480px;
|
||||
}
|
||||
div.jp-video-360p {
|
||||
width:640px;
|
||||
}
|
||||
div.jp-video-full {
|
||||
/* Rules for IE6 (full-screen) */
|
||||
width:480px;
|
||||
height:270px;
|
||||
/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
|
||||
position:static !important; position:relative
|
||||
}
|
||||
|
||||
div.jp-video-full div.jp-jplayer {
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
|
||||
overflow: hidden;
|
||||
z-index:1000;
|
||||
}
|
||||
|
||||
div.jp-video-full div.jp-gui {
|
||||
position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
|
||||
top: 0;
|
||||
left: 0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
z-index:1000;
|
||||
}
|
||||
|
||||
div.jp-video-full div.jp-interface {
|
||||
position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index:1000;
|
||||
}
|
||||
|
||||
div.jp-interface {
|
||||
position: relative;
|
||||
background-color:#eee;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
div.jp-audio div.jp-type-single div.jp-interface {
|
||||
height:80px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist div.jp-interface {
|
||||
height:80px;
|
||||
}
|
||||
|
||||
div.jp-video div.jp-interface {
|
||||
border-top:1px solid #009be3;
|
||||
}
|
||||
|
||||
/* Used to hide non-ui fields **/
|
||||
span.audioFileID {
|
||||
display:none;
|
||||
}
|
||||
span.audioFileTitle {
|
||||
display:none;
|
||||
}
|
||||
span.audioFileArtist {
|
||||
display:none;
|
||||
}
|
||||
span.playlistID {
|
||||
display:none;
|
||||
}
|
||||
span.playlistIndex {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Not sure if this should be here. Daniel Franklin added this but not
|
||||
* sure if it is actually needed. Commenting out for now...
|
||||
span.showID {
|
||||
display:none;
|
||||
}
|
||||
span.showIndex {
|
||||
display:none;
|
||||
}
|
||||
* */
|
||||
/* @group CONTROLS */
|
||||
|
||||
div.jp-controls-holder {
|
||||
clear: both;
|
||||
width:440px;
|
||||
margin:0 auto;
|
||||
position: relative;
|
||||
overflow:hidden;
|
||||
top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
|
||||
}
|
||||
|
||||
div.jp-interface ul.jp-controls {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding: 0;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
div.jp-audio ul.jp-controls {
|
||||
width: 380px;
|
||||
padding:20px 20px 0 20px;
|
||||
}
|
||||
|
||||
div.jp-video div.jp-type-single ul.jp-controls {
|
||||
width: 78px;
|
||||
margin-left: 200px;
|
||||
}
|
||||
|
||||
div.jp-video div.jp-type-playlist ul.jp-controls {
|
||||
width: 134px;
|
||||
margin-left: 172px;
|
||||
}
|
||||
div.jp-video ul.jp-controls,
|
||||
div.jp-interface ul.jp-controls li {
|
||||
display:inline;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.jp-interface ul.jp-controls a {
|
||||
display:block;
|
||||
overflow:hidden;
|
||||
text-indent:-9999px;
|
||||
}
|
||||
a.jp-play,
|
||||
a.jp-pause {
|
||||
width:40px;
|
||||
height:40px;
|
||||
}
|
||||
|
||||
a.jp-play {
|
||||
background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;
|
||||
}
|
||||
a.jp-play:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;
|
||||
}
|
||||
a.jp-pause {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;
|
||||
display: none;
|
||||
}
|
||||
a.jp-pause:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-stop, a.jp-previous, a.jp-next {
|
||||
width:28px;
|
||||
height:28px;
|
||||
margin-top:6px;
|
||||
}
|
||||
|
||||
a.jp-stop {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
a.jp-stop:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-previous {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
|
||||
}
|
||||
a.jp-previous:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-next {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
|
||||
}
|
||||
a.jp-next:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group progress bar */
|
||||
|
||||
div.jp-progress {
|
||||
overflow:hidden;
|
||||
background-color: #ddd;
|
||||
}
|
||||
div.jp-audio div.jp-progress {
|
||||
position: absolute;
|
||||
top:32px;
|
||||
height:15px;
|
||||
}
|
||||
div.jp-audio div.jp-type-single div.jp-progress {
|
||||
left:110px;
|
||||
width:186px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist div.jp-progress {
|
||||
left:166px;
|
||||
width:130px;
|
||||
}
|
||||
div.jp-video div.jp-progress {
|
||||
top:0px;
|
||||
left:0px;
|
||||
width:100%;
|
||||
height:10px;
|
||||
}
|
||||
div.jp-seek-bar {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
|
||||
width:0px;
|
||||
height:100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
div.jp-play-bar {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
|
||||
width:0px;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
/* The seeking class is added/removed inside jPlayer */
|
||||
div.jp-seeking-bg {
|
||||
background: url("jplayer.blue.monday.seeking.gif");
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group volume controls */
|
||||
|
||||
|
||||
a.jp-mute,
|
||||
a.jp-unmute,
|
||||
a.jp-volume-max {
|
||||
width:18px;
|
||||
height:15px;
|
||||
margin-top:12px;
|
||||
}
|
||||
|
||||
div.jp-audio div.jp-type-single a.jp-mute,
|
||||
div.jp-audio div.jp-type-single a.jp-unmute {
|
||||
margin-left: 210px;
|
||||
}
|
||||
|
||||
div.jp-audio div.jp-type-playlist a.jp-mute,
|
||||
div.jp-audio div.jp-type-playlist a.jp-unmute {
|
||||
margin-left: 154px;
|
||||
}
|
||||
|
||||
div.jp-audio a.jp-volume-max {
|
||||
margin-left: 56px;
|
||||
}
|
||||
|
||||
div.jp-video a.jp-mute,
|
||||
div.jp-video a.jp-unmute,
|
||||
div.jp-video a.jp-volume-max {
|
||||
position: absolute;
|
||||
top:12px;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
div.jp-video a.jp-mute,
|
||||
div.jp-video a.jp-unmute {
|
||||
left: 50px;
|
||||
}
|
||||
|
||||
|
||||
div.jp-video a.jp-volume-max {
|
||||
left: 134px;
|
||||
}
|
||||
|
||||
a.jp-mute {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
|
||||
}
|
||||
a.jp-mute:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
|
||||
}
|
||||
a.jp-unmute {
|
||||
background: url("jplayer.blue.monday.jpg") -60px -170px no-repeat;
|
||||
display: none;
|
||||
}
|
||||
a.jp-unmute:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -79px -170px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-volume-max {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
|
||||
}
|
||||
a.jp-volume-max:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
|
||||
}
|
||||
|
||||
div.jp-volume-bar {
|
||||
position: absolute;
|
||||
overflow:hidden;
|
||||
background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
|
||||
width:46px;
|
||||
height:5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
div.jp-audio div.jp-volume-bar {
|
||||
top:37px;
|
||||
left:330px;
|
||||
}
|
||||
div.jp-video div.jp-volume-bar {
|
||||
top:17px;
|
||||
left:72px;
|
||||
}
|
||||
div.jp-volume-bar-value {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
|
||||
width:0px;
|
||||
height:5px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group current time and duration */
|
||||
|
||||
div.jp-audio div.jp-time-holder {
|
||||
position:absolute;
|
||||
top:50px;
|
||||
}
|
||||
div.jp-audio div.jp-type-single div.jp-time-holder {
|
||||
left:110px;
|
||||
width:186px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist div.jp-time-holder {
|
||||
left:166px;
|
||||
width:130px;
|
||||
}
|
||||
|
||||
div.jp-current-time,
|
||||
div.jp-duration {
|
||||
width:60px;
|
||||
font-size:.64em;
|
||||
font-style:oblique;
|
||||
}
|
||||
div.jp-current-time {
|
||||
float: left;
|
||||
display:inline;
|
||||
}
|
||||
div.jp-duration {
|
||||
float: right;
|
||||
display:inline;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.jp-video div.jp-current-time {
|
||||
margin-left:20px;
|
||||
}
|
||||
div.jp-video div.jp-duration {
|
||||
margin-right:20px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group playlist */
|
||||
|
||||
div.jp-title {
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.jp-title,
|
||||
div.jp-playlist {
|
||||
width:100%;
|
||||
background-color:#ccc;
|
||||
border-top:1px solid #009be3;
|
||||
}
|
||||
div.jp-type-single div.jp-title,
|
||||
div.jp-type-playlist div.jp-title,
|
||||
div.jp-type-single div.jp-playlist {
|
||||
border-top:none;
|
||||
}
|
||||
div.jp-title ul,
|
||||
div.jp-playlist ul {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0 20px;
|
||||
font-size:.72em;
|
||||
}
|
||||
|
||||
div.jp-title li {
|
||||
padding:5px 0;
|
||||
font-weight:bold;
|
||||
}
|
||||
div.jp-playlist li {
|
||||
padding:5px 0 4px 20px;
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
|
||||
div.jp-playlist li div {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
|
||||
|
||||
div.jp-type-playlist div.jp-playlist li:last-child {
|
||||
padding:5px 0 5px 20px;
|
||||
border-bottom:none;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
|
||||
list-style-type:square;
|
||||
list-style-position:inside;
|
||||
padding-left:7px;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a:hover {
|
||||
color:#0d88c1;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
|
||||
color:#0d88c1;
|
||||
}
|
||||
|
||||
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
|
||||
float:right;
|
||||
display:inline;
|
||||
text-align:right;
|
||||
margin-right:10px;
|
||||
font-weight:bold;
|
||||
color:#666;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
|
||||
color:#0d88c1;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist span.jp-free-media {
|
||||
float:right;
|
||||
display:inline;
|
||||
text-align:right;
|
||||
margin-right:10px;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
|
||||
color:#666;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
|
||||
color:#0d88c1;
|
||||
}
|
||||
span.jp-artist {
|
||||
font-size:.8em;
|
||||
color:#666;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
div.jp-video-play {
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
width:100%;
|
||||
cursor:pointer;
|
||||
background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
|
||||
}
|
||||
div.jp-video-270p div.jp-video-play {
|
||||
height:270px;
|
||||
}
|
||||
div.jp-video-360p div.jp-video-play {
|
||||
height:360px;
|
||||
}
|
||||
div.jp-video-full div.jp-video-play {
|
||||
height:100%;
|
||||
z-index:1000;
|
||||
}
|
||||
a.jp-video-play-icon {
|
||||
position:relative;
|
||||
display:block;
|
||||
width: 112px;
|
||||
height: 100px;
|
||||
|
||||
margin-left:-56px;
|
||||
margin-top:-50px;
|
||||
left:50%;
|
||||
top:50%;
|
||||
|
||||
background: url("jplayer.blue.monday.video.play.png") 0 0 no-repeat;
|
||||
text-indent:-9999px;
|
||||
}
|
||||
div.jp-video-play:hover a.jp-video-play-icon {
|
||||
background: url("jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
div.jp-jplayer audio,
|
||||
div.jp-jplayer {
|
||||
width:0px;
|
||||
height:0px;
|
||||
}
|
||||
|
||||
div.jp-jplayer {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* @group TOGGLES */
|
||||
|
||||
/* The audio toggles are nested inside jp-time-holder */
|
||||
|
||||
ul.jp-toggles {
|
||||
list-style-type:none;
|
||||
padding:0;
|
||||
margin:0 auto;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
div.jp-audio .jp-type-single ul.jp-toggles {
|
||||
width:25px;
|
||||
}
|
||||
div.jp-audio .jp-type-playlist ul.jp-toggles {
|
||||
width:55px;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
left: 325px;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
div.jp-video ul.jp-toggles {
|
||||
margin-top:10px;
|
||||
width:100px;
|
||||
}
|
||||
|
||||
ul.jp-toggles li {
|
||||
display:block;
|
||||
float:right;
|
||||
}
|
||||
|
||||
ul.jp-toggles li a {
|
||||
display:block;
|
||||
width:25px;
|
||||
height:18px;
|
||||
text-indent:-9999px;
|
||||
line-height:100%; /* need this for IE6 */
|
||||
}
|
||||
|
||||
a.jp-full-screen {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -310px no-repeat;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
a.jp-full-screen:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -30px -310px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-restore-screen {
|
||||
background: url("jplayer.blue.monday.jpg") -60px -310px no-repeat;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
a.jp-restore-screen:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -90px -310px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-repeat {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -290px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-repeat:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -30px -290px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-repeat-off {
|
||||
background: url("jplayer.blue.monday.jpg") -60px -290px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-repeat-off:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -90px -290px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-shuffle {
|
||||
background: url("jplayer.blue.monday.jpg") 0 -270px no-repeat;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
a.jp-shuffle:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -30px -270px no-repeat;
|
||||
}
|
||||
|
||||
a.jp-shuffle-off {
|
||||
background: url("jplayer.blue.monday.jpg") -60px -270px no-repeat;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
a.jp-shuffle-off:hover {
|
||||
background: url("jplayer.blue.monday.jpg") -90px -270px no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group NO SOLUTION error feedback */
|
||||
|
||||
.jp-no-solution {
|
||||
position:absolute;
|
||||
width:390px;
|
||||
margin-left:-202px;
|
||||
left:50%;
|
||||
top: 10px;
|
||||
|
||||
padding:5px;
|
||||
font-size:.8em;
|
||||
background-color:#eee;
|
||||
border:2px solid #009be3;
|
||||
color:#000;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.jp-no-solution a {
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.jp-no-solution span {
|
||||
font-size:1em;
|
||||
display:block;
|
||||
text-align:center;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* @end */
|
|
@ -1,507 +0,0 @@
|
|||
@charset "utf-8";
|
||||
/* * Skin for jPlayer Plugin (jQuery JavaScript Library) * http: //www.happyworm.com/jquery/jplayer * * Skin Name:Blue Monday * * Copyright (c) 2010 Happyworm Ltd * Dual licensed under the MIT and GPL licenses. * - http://www.opensource.org/licenses/mit-license.php * - http://www.gnu.org/copyleft/gpl.html * * Author:Silvia Benvenuti * Skin Version:3.0 (jPlayer 2.0.0) * Date:20th December 2010 */.jp-container {
|
||||
background: #282828;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 400px;
|
||||
position: relative;
|
||||
}
|
||||
.jp-container h1 {
|
||||
color: #CCC;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
padding: 8px 0;
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
text-align: center;
|
||||
text-shadow: 0 -1px 1px #000;
|
||||
top: 12px;
|
||||
}
|
||||
.jp-logo {
|
||||
width: 400px;
|
||||
height: 67px;
|
||||
background: #282828 no-repeat 120px 14px;
|
||||
background: no-repeat 120px 14px, -moz-radial-gradient(200px 0px, circle cover, rgba(70, 70, 70, 1) 0%, rgba(40, 40, 40, 1) 90%);
|
||||
background: no-repeat 120px 14px, -webkit-radial-gradient(170px 20px, rgba(70, 70, 70, 1) 0%, rgba(40, 40, 40, 1) 70%);
|
||||
display: block;
|
||||
}
|
||||
.jp-logo img {
|
||||
display: block;
|
||||
display: block;
|
||||
padding: 14px 0 0 16px;
|
||||
}
|
||||
.jp-stream {
|
||||
height: 27px;
|
||||
display: block;
|
||||
border-top: 1px solid #050505;
|
||||
color: #ff5d1a;
|
||||
font-size: 12px;
|
||||
padding: 6px 4px 4px 16px;
|
||||
background: #313131;
|
||||
background: -moz-linear-gradient(top, #292929 0, #3a3a3a 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #292929), color-stop(100%, #3a3a3a));
|
||||
box-shadow: rgba(248, 248, 248, .3) 0px 1px 0px, rgba(0, 0, 0, 0.2) 0 2px 2px inset;
|
||||
-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px inset;
|
||||
-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px inset;
|
||||
line-height: 23px;
|
||||
}
|
||||
.jp-stream-text, .jp-stream form {
|
||||
float: left;
|
||||
}
|
||||
.jp-stream form {
|
||||
margin-left: 10px;
|
||||
width: 283px;
|
||||
}
|
||||
.jp-stream label {
|
||||
color: #ababab;
|
||||
padding: 0 10px 0 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
.jp-stream label input[type="radio"] {
|
||||
}
|
||||
.jp-stream form input[type="text"], .jp-stream form select {
|
||||
background-color: #212121;
|
||||
border: 1px solid #1a1a1a;
|
||||
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
|
||||
color: #767676;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
height: 25px;
|
||||
margin: 0;
|
||||
padding: 2px 2px 2px 0;
|
||||
vertical-align: top;
|
||||
width: 100%}
|
||||
div.jp-audio, div.jp-video {
|
||||
/* Edit the font-size to counteract inherited font sizing. * Eg. 1.25em = 1 / 0.8em */font-size: 1em;
|
||||
/* No parent CSS that can effect the size in these demos */font-family: Verdana, Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #666;
|
||||
}
|
||||
div.jp-audio {
|
||||
/*width: 180px;
|
||||
*/}
|
||||
div.jp-video-270p {
|
||||
width: 480px;
|
||||
}
|
||||
div.jp-video-360p {
|
||||
width: 640px;
|
||||
}
|
||||
div.jp-interface {
|
||||
position: relative;
|
||||
background-color: #3D3D3D;
|
||||
background: -moz-linear-gradient(top, #4e4e4e 0, #3a3a3a 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4e4e4e), color-stop(100%, #3a3a3a));
|
||||
width: 100%;
|
||||
border-top: 1px solid #5a5a5a;
|
||||
border-bottom: 1px solid #1a1a1a;
|
||||
}
|
||||
div.jp-audio div.jp-type-single div.jp-interface {
|
||||
height: 50px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist div.jp-interface {
|
||||
height: 80px;
|
||||
}
|
||||
div.jp-video div.jp-type-single div.jp-interface {
|
||||
height: 60px;
|
||||
border-bottom: none;
|
||||
}
|
||||
div.jp-video div.jp-type-playlist div.jp-interface {
|
||||
height: 60px;
|
||||
}
|
||||
div.jp-interface ul.jp-controls {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
div.jp-interface ul.jp-controls li {
|
||||
/* position: absolute;
|
||||
*/display: inline;
|
||||
}
|
||||
div.jp-interface ul.jp-controls a {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
a.jp-play, a.jp-pause {
|
||||
width: 75px;
|
||||
height: 40px;
|
||||
z-index: 1;
|
||||
}
|
||||
div.jp-audio div.jp-type-single a.jp-play, div.jp-audio div.jp-type-single a.jp-pause {
|
||||
top: 15px;
|
||||
left: 15px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist a.jp-play, div.jp-audio div.jp-type-playlist a.jp-pause {
|
||||
top: 20px;
|
||||
left: 48px;
|
||||
}
|
||||
div.jp-video a.jp-play, div.jp-video a.jp-pause {
|
||||
top: 15px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-single a.jp-play, div.jp-video-270p div.jp-type-single a.jp-pause {
|
||||
left: 195px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-playlist a.jp-play, div.jp-video-270p div.jp-type-playlist a.jp-pause {
|
||||
left: 220px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-single a.jp-play, div.jp-video-360p div.jp-type-single a.jp-pause {
|
||||
left: 275px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-playlist a.jp-play, div.jp-video-360p div.jp-type-playlist a.jp-pause {
|
||||
left: 300px;
|
||||
}
|
||||
a.jp-play {
|
||||
background: url(jplayer.png) 0 0 no-repeat;
|
||||
}
|
||||
a.jp-play:hover {
|
||||
background: url(jplayer.png) -75px 0 no-repeat;
|
||||
}
|
||||
a.jp-pause {
|
||||
background: url(jplayer.png) 0 -40px no-repeat;
|
||||
display: none;
|
||||
}
|
||||
a.jp-pause:hover {
|
||||
background: url(jplayer.png) -75px -40px no-repeat;
|
||||
}
|
||||
div.jp-audio div.jp-type-single a.jp-stop {
|
||||
top: 26px;
|
||||
left: 90px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist a.jp-stop {
|
||||
top: 26px;
|
||||
left: 126px;
|
||||
}
|
||||
div.jp-video a.jp-stop {
|
||||
top: 21px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-single a.jp-stop {
|
||||
left: 245px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-playlist a.jp-stop {
|
||||
left: 298px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-single a.jp-stop {
|
||||
left: 325px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-playlist a.jp-stop {
|
||||
left: 378px;
|
||||
}
|
||||
a.jp-stop {
|
||||
background: url(jplayer.png) 0 -83px no-repeat;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
z-index: 1;
|
||||
}
|
||||
a.jp-stop:hover {
|
||||
background: url(jplayer.png) -29px -83px no-repeat;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist a.jp-previous {
|
||||
left: 20px;
|
||||
top: 26px;
|
||||
}
|
||||
div.jp-video div.jp-type-playlist a.jp-previous {
|
||||
top: 21px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-playlist a.jp-previous {
|
||||
left: 192px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-playlist a.jp-previous {
|
||||
left: 272px;
|
||||
}
|
||||
a.jp-previous {
|
||||
background: url(jplayer.png) 0 -112px no-repeat;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
a.jp-previous:hover {
|
||||
background: url(jplayer.png) -29px -112px no-repeat;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist a.jp-next {
|
||||
left: 88px;
|
||||
top: 26px;
|
||||
}
|
||||
div.jp-video div.jp-type-playlist a.jp-next {
|
||||
top: 21px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-playlist a.jp-next {
|
||||
left: 260px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-playlist a.jp-next {
|
||||
left: 340px;
|
||||
}
|
||||
a.jp-next {
|
||||
background: url(jplayer.png) 0 -141px no-repeat;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
a.jp-next:hover {
|
||||
background: url(jplayer.png) -29px -141px no-repeat;
|
||||
}
|
||||
div.jp-progress {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
background-color: #ddd;
|
||||
}
|
||||
div.jp-audio div.jp-type-single div.jp-progress {
|
||||
top: 32px;
|
||||
left: 130px;
|
||||
width: 122px;
|
||||
height: 15px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist div.jp-progress {
|
||||
top: 32px;
|
||||
left: 164px;
|
||||
width: 122px;
|
||||
height: 15px;
|
||||
}
|
||||
div.jp-video div.jp-progress {
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
}
|
||||
div.jp-seek-bar {
|
||||
background: url(jplayer.png) 0 -202px repeat-x;
|
||||
width: 0px;
|
||||
/* height: 15px;
|
||||
*/height: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
div.jp-play-bar {
|
||||
background: url(jplayer.png) 0 -218px repeat-x;
|
||||
width: 0px;
|
||||
/* height: 15px; */
|
||||
height: 100%
|
||||
}
|
||||
/* The seeking class is added/removed inside jPlayer */
|
||||
div.jp-seeking-bg {
|
||||
background: url(pbar-ani.gif);
|
||||
}
|
||||
a.jp-mute, a.jp-unmute, a.jp-volume-max {
|
||||
width: 25px;
|
||||
height: 20px;
|
||||
}
|
||||
div.jp-audio div.jp-type-single a.jp-mute{
|
||||
top: 15px;
|
||||
left: 106px;
|
||||
}
|
||||
div.jp-audio div.jp-type-single a.jp-unmute {
|
||||
top: 15px;
|
||||
left: 95px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute {
|
||||
top: 32px;
|
||||
left: 297px;
|
||||
}
|
||||
div.jp-video a.jp-mute, div.jp-video a.jp-unmute {
|
||||
top: 27px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-single a.jp-mute, div.jp-video-270p div.jp-type-single a.jp-unmute {
|
||||
left: 304px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-playlist a.jp-unmute, div.jp-video-270p div.jp-type-playlist a.jp-mute {
|
||||
left: 363px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-single a.jp-mute, div.jp-video-360p div.jp-type-single a.jp-unmute {
|
||||
left: 384px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-playlist a.jp-mute, div.jp-video-360p div.jp-type-playlist a.jp-unmute {
|
||||
left: 443px;
|
||||
}
|
||||
a.jp-mute {
|
||||
background: url(jplayer-mute-unmute.png) 0 0 no-repeat;
|
||||
}
|
||||
a.jp-mute:hover {
|
||||
background: url(jplayer-mute-unmute.png) -42px 0 no-repeat;
|
||||
}
|
||||
a.jp-unmute {
|
||||
background: url(jplayer-mute-unmute.png) -84px 0 no-repeat;
|
||||
display: none;
|
||||
}
|
||||
a.jp-unmute:hover {
|
||||
background: url(jplayer-mute-unmute.png) -124px 0 no-repeat;
|
||||
}
|
||||
div.jp-interface ul.jp-controls a.jp-volume-max {
|
||||
background: url(jplayer.png) no-repeat scroll 0 -110px transparent;
|
||||
}
|
||||
div.jp-interface ul.jp-controls a.jp-volume-max:hover {
|
||||
background: url(jplayer.png) no-repeat scroll -30px -110px transparent;
|
||||
}
|
||||
div.jp-audio ul.jp-controls a.jp-volume-max {
|
||||
left: 371px;
|
||||
top: 28px;
|
||||
}
|
||||
div.jp-volume-bar {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
background: #393939;
|
||||
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1px inset;
|
||||
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1px inset;
|
||||
border-bottom: 1px solid #5e5e5e;
|
||||
border-top: 1px solid #262526;
|
||||
border-left: 1px solid #262526;
|
||||
border-right: 1px solid #262526;
|
||||
width: 160px;
|
||||
height: 7px;
|
||||
cursor: pointer;
|
||||
}
|
||||
div.jp-audio div.jp-type-single div.jp-volume-bar {
|
||||
top: 24px;
|
||||
left: 125px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
|
||||
top: 37px;
|
||||
left: 324px;
|
||||
}
|
||||
div.jp-video div.jp-volume-bar {
|
||||
top: 32px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
|
||||
left: 332px;
|
||||
}
|
||||
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
|
||||
left: 391px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
|
||||
left: 412px;
|
||||
}
|
||||
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
|
||||
left: 471px;
|
||||
}
|
||||
div.jp-volume-bar-value {
|
||||
background-color: #fb7018;
|
||||
background: -moz-linear-gradient(top, #fc9318 0, #e56815 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc9318), color-stop(100%, #e56815));
|
||||
width: 0px;
|
||||
height: 6px;
|
||||
}
|
||||
div.jp-current-time, div.jp-duration {
|
||||
position: absolute;
|
||||
font-size: .64em;
|
||||
font-style: oblique;
|
||||
}
|
||||
div.jp-duration {
|
||||
text-align: right;
|
||||
}
|
||||
div.jp-audio div.jp-type-single div.jp-current-time, div.jp-audio div.jp-type-single div.jp-duration {
|
||||
top: 49px;
|
||||
left: 130px;
|
||||
width: 122px;
|
||||
}
|
||||
div.jp-audio div.jp-type-playlist div.jp-current-time, div.jp-audio div.jp-type-playlist div.jp-duration {
|
||||
top: 49px;
|
||||
left: 164px;
|
||||
width: 122px;
|
||||
}
|
||||
div.jp-video div.jp-current-time, div.jp-video div.jp-duration {
|
||||
top: 10px;
|
||||
left: 0px;
|
||||
width: 98%;
|
||||
padding: 0 1%}
|
||||
div.jp-playlist {
|
||||
/* width: 418px; */
|
||||
width: 100%;
|
||||
background-color: #ccc;
|
||||
/*border: 1px solid #009be3; */
|
||||
border-top: none;
|
||||
}
|
||||
div.jp-playlist ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0 20px;
|
||||
/* background-color: #ccc;
|
||||
*//* border: 1px solid #009be3;
|
||||
*//* borderg-top: none;
|
||||
*//* width: 378px;
|
||||
*/font-size: .72em;
|
||||
}
|
||||
div.jp-type-single div.jp-playlist li {
|
||||
padding: 5px 0 5px 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist li {
|
||||
padding: 5px 0 4px 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
|
||||
padding: 5px 0 5px 20px;
|
||||
border-bottom: none;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
|
||||
list-style-type: square;
|
||||
list-style-position: inside;
|
||||
padding-left: 8px;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a {
|
||||
color: #666;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a:hover {
|
||||
color: #0d88c1;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
|
||||
color: #0d88c1;
|
||||
}
|
||||
div.jp-type-playlist div.jp-playlist div.jp-free-media {
|
||||
display: inline;
|
||||
margin-left: 20px;
|
||||
}
|
||||
div.jp-video div.jp-video-play {
|
||||
background: transparent url(jplayer.blue.monday.video.play.png) no-repeat center;
|
||||
/* position: relative;
|
||||
*/position: absolute;
|
||||
cursor: pointer;
|
||||
z-index: 2;
|
||||
}
|
||||
div.jp-video div.jp-video-play:hover {
|
||||
background: transparent url(jplayer.blue.monday.video.play.hover.png) no-repeat center;
|
||||
}
|
||||
div.jp-video-270p div.jp-video-play {
|
||||
top: -270px;
|
||||
width: 480px;
|
||||
height: 270px;
|
||||
}
|
||||
div.jp-video-360p div.jp-video-play {
|
||||
top: -360px;
|
||||
width: 640px;
|
||||
height: 360px;
|
||||
}
|
||||
div.jp-jplayer {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
div.jp-video div.jp-jplayer {
|
||||
border: 1px solid #009be3;
|
||||
border-bottom: none;
|
||||
z-index: 1;
|
||||
}
|
||||
div.jp-video-270p div.jp-jplayer {
|
||||
width: 480px;
|
||||
height: 270px;
|
||||
}
|
||||
div.jp-video-360p div.jp-jplayer {
|
||||
width: 640px;
|
||||
height: 360px;
|
||||
}
|
||||
div.jp-jplayer {
|
||||
background-color: #000;
|
||||
}
|
||||
div.jp-now-playing {
|
||||
height: 19px;
|
||||
padding: 3px 0 0 15px;
|
||||
color: #a7a7a7;
|
||||
font-size: 12px;
|
||||
border-top: 1px solid #515151;
|
||||
border-bottom: 1px solid #2c2c2c;
|
||||
background-color: #353535;
|
||||
background: -moz-linear-gradient(top, #3e3e3e 0, #353535 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(100%, #353535));
|
||||
}
|
||||
div.jp-now-playing span {
|
||||
color: #898989;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 297 KiB |