<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue thursday
 *
 * 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: 2.0
 * Date: 29th April 2010
 */

div.jp-single-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size: 1.0em;

	font-family: Verdana, Arial, sans-serif;
	line-height: 14px;
	color: #fff;
	width: 360px;
	margin: 0 auto;
}
div.jp-interface {
	position: relative;
	background-color: #555;
	width: 360px;
	width: 100%;
	height: 20px;
	border: 1px solid #999;
	margin: 10px 0px 10px 0px;
	margin: 0 auto;
}

div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
	top: 0px;
	left: 6px;
	width: 20px;
	height: 20px;
}
a.jp-play {
	background: url("sprite.gif") 0px 0px no-repeat;
}
a.jp-play:hover {
	background: url("sprite.gif") 0px -20px no-repeat;
}
a.jp-pause {
	background: url("sprite.gif") -20px 0px no-repeat;
}
a.jp-pause:hover {
	background: url("sprite.gif") -20px -20px no-repeat;
}
a.jp-stop {
	top: 0px;
	left: 30px;
	width: 20px;
	height: 20px;
	background: url("sprite.gif") -40px 0px no-repeat;
}
a.jp-stop:hover {
	background: url("sprite.gif") -40px -20px no-repeat;
}
a.jp-previous {
	top: 0px;
	left: 20px;
	width: 20px;
	height: 20px;
	background: url("sprite.gif") -100px 0px no-repeat;
}
a.jp-previous:hover {
	background: url("sprite.gif") -100px -20px no-repeat;
}
a.jp-next {
	top: 0px;
	left: 88px;
	width: 20px;
	height: 20px;
	background: url("sprite.gif") -120px 0px no-repeat;
}
a.jp-next:hover {
	background: url("sprite.gif") -120px -20px no-repeat;
}

div.jp-progress {
	top: 4px;
	left: 94px;
	right: 142px;
	position: absolute;
	overflow: hidden;
	background-color: #999;
	idth: 122px;
	height: 12px;
	z-index: 20;
}
div.jp-load-bar {
	background-position: #ccc;
	width: 0px;
	height: 12px;
	cursor: pointer;
}
div.jp-play-bar {
	background-color: #333;
	width: 0px;
	height: 12px;
}

a.jp-volume-min {
	top: 0px;
	left: 266px;
	width: 20px;
	height: 20px;
	background: url("sprite.gif") -60px 0px no-repeat;
}
a.jp-volume-min:hover {
	background: url("sprite.gif") -60px -20px no-repeat;
}
a.jp-volume-max {
	top: 0px;
	left: 334px;
	width: 20px;
	height: 20px;
	background: url("sprite.gif") -80px 0px no-repeat;
}
a.jp-volume-max:hover {
	background: url("sprite.gif") -80px -20px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	top: 7px;
	left: 282px;
	ight: 33px;
	width: 46px;
	height: 6px;
	cursor: pointer;
	background-color: #999;
}
div.jp-volume-bar-value {
	width: 0px;
	height: 6px;
	background-color: #333;
}

div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top: 2px;
	width: 40px;
	font-size: 9px;
	font-style: oblique;
	z-index: 10;
	text-align: center;
}
div.jp-play-time {
	left: 50px;
}
div.jp-total-time {
	right: 100px;
}
</pre></body></html>