var playerSkin_CSS = { //{BR} is substituted with the value of BitRate/1000 and {SR} is substituted the value of SamplingRate/1000 in 'streaminfo_format' later. //For example below expression may look like: 128kbps / 44.1kHz streaminfo_format : '{BR}kbps / {SR}kHz', //default values below display when stream information is not available stationinfo_default : "KK's PSP Radio (killzone_kid@hotmail.co.uk)", songinfo_default : "Song information is unavailable", streaminfo_default : "0kbps / 0kHz", toString : function () { css = ''; css += '.backgroundimg {position:fixed; top:0px; left:0px; visibility:visible;}'; css += '.animationimg {position:fixed; top:43px; left: 394px; background:#111111; border:2px outset #666; visibility:hidden;}'; css += '.stationinfo {position:fixed; left:2px; top:1px; width:472px; color:#ffffff display:block; border:2px outset #666; background:#111111;}'; css += '.songinfo {position:fixed; left:2px; top: 24px; width:472px; color:#ffffff display:block; border:2px outset #666; background:#111111;}'; css += '.streaminfo {position:fixed; color:#ffffff; top: 53px; left: 2px; display:block; border:2px outset #666; background:#111111;}'; return css; delete css; } }; var menubarLayout = { toString : function () { mb = ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; mb += ''; return mb; delete mb; } }; var styleVars = { _kbdivbgColor : '#404040', _kbdivbgColorSelected : '#eb0000', _framewrapperTopNormal : 93, _framewrapperTopShrunk : 28, _menubarTopNormal : 80, _menubarTopShrunk : 15, _statusbarBgColor : ['#0000ff','#00ff00','#ff0000'], BOTTOM_BIT : function () { return '
'; }, NEW_CAT : 'NEW CATEGORY --->', UPDATE_SPEED : 500, BUFFER_TIMEOUT : 5000, CLICK_ON : true }; var menu_CSS = { toString : function () { css = ''; css += 'body {background-image: url("backgroundIMG.pspr"); background-repeat:no-repeat; background-attachment:fixed; background-position: 0px -80px; background-color:#444444; padding-left:10px; padding-right:10px; color: #dddddd; font-size:12px;}'; css += '.menu-period {width:20px;}'; css += '.menu-cathead-td {text-align:center; height:18px; font-weight:bold; font-size:12px; color:#ffffff; background-color:transparent;}'; css += 'a {color:#eeeeee; font-weight:bold;}'; return css; delete css; } }; // mymusic.pspr module style if (typeof(top.mymusic_CSS) == 'undefined') { var mymusic_CSS = { toString : function () { css = ''; css += 'body {background-image: url("backgroundIMG.pspr"); background-repeat:no-repeat; background-attachment:fixed; background-position: 0px -80px; background-color:#dddddd; color: #111111; font-size:10px;}'; css += '.mymusic-wasteframe {position:absolute; visibility:hidden; width:1px; height:1px; left:-481px;}'; css += '.mymusic-edit-table {background-color:#cccccc; font-size:10px; border-spacing:5px;}'; css += '.mymusic-cathead-td {text-align:center; height:20px; font-weight:bold; font-size:12px; color:#ffffff; background-color::#777777;}'; css += '.mymusic-orderhead-td {text-align:center; height:20px; font-weight:bold; font-size:12px; color:#ffffff; background-color:#777777;}'; css += '.mymusic-catname-td {}'; css += '.mymusic-catname {width:170px;}'; css += '.mymusic-catnew-td {text-align:right;}'; css += '.mymusic-catnew {width:250px;}'; css += '.mymusic-catorder-td {width:40px;}'; css += '.mymusic-catorder {width:40px;}'; css += '.mymusic-separator-td {height:15px;}'; css += '.mymusic-stationhead-td {font-weight:bold;}'; css += '.mymusic-streamhead-td {font-weight:bold;}'; css += '.mymusic-station-td {}'; css += '.mymusic-station {width:170px;}'; css += '.mymusic-stream-td {text-align:right;}'; css += '.mymusic-stream {width:250px;}'; css += '.mymusic-test-td {width:40px;}'; css += '.mymusic-test {width:40px;}'; css += '.mymusic-save-div {width:100%; text-align:center; margin-top:5px;}'; css += '.mymusic-save {width:80px;}'; css += '.mymusic-finish-div {background-color: transparent; width:100%; text-align:center; margin-top:5px; margin-bottom:5px;}'; css += '.mymusic-finish {font-size:14px;}'; css += '.mymusic-edit-div {background-color: transparent; width:100%; text-align:center; margin-top:5px; margin-bottom:5px;}'; css += '.mymusic-edit {font-size:14px;}'; css += '.mymusic-normal-table {background-color: transparent; font-size:10px; border-spacing:5px;}'; css += '.mymusic-ncathead-td {text-align:center; height:22px; font-weight:bold; font-size:14px; color:#ffffff; background-color:transparent;}'; css += '.mymusic-play-td {width:40px;}'; css += '.mymusic-play {width:40px;}'; css += '.mymusic-nstation-td {width:470px; height:18px; color:#000000; background-color:#dddddd; font-weight:bold; padding-left:5px;}'; css += '.mymusic-nstream-td {background-color:#bbbbbb; color:#ffffff; padding-left:5px;}'; return css; delete css; } }; } // shoutcast.pspr module style if (typeof(top.shoutcast_CSS) == 'undefined') { var shoutcast_CSS = { toString : function () { css = ''; css += 'body {background-image: url("backgroundIMG.pspr"); background-repeat:no-repeat; background-attachment:fixed; background-position: 0px -80px; background-color: #666666;}'; css += '.sc-searchbar {font-size:10px; padding-top:10px; padding-bottom:10px; background-color: transparent; color:#ffffff;}'; css += '.sc-random-button {width:60px}'; css += '.sc-search-button {width:60px}'; css += '.sc-results-table {background-color: transparent;font-size:10px;}'; css += '.sc-station-td {height:50px; background-color:#999999; color:#000000; border-top:5px solid #dddddd;}'; css += '.sc-playbutton-td {width:43px;}'; css += '.sc-play-button {font-size:10px; height:16px; width:40px;}'; css += '.sc-song-td {color:#ffffff; height:24px;}'; css += '.sc-stream-td {text-align:right; color:#aaaaaa;}'; css += '.shoutcast-disclaimer-div {background-color: transparent; width:420px; padding-left:30px;padding-right:30px;text-align:center; font-size:10px; color:#222222;}'; return css; delete css; } }; }