Time line BG color
Using Jamroom
izhmel:
The gray around the player and the grays under the profile photo
http://www.dubmusic.com/junior-demus/audio/7616/the-shitsym-is-a-fraud
The gray around the player and the grays under the profile photo
http://www.dubmusic.com/junior-demus/audio/7616/the-shitsym-is-a-fraud
Unfortunately, you are not going to be able to change those colors via the ACP.
For the player, you'll want to modify your modules/jrAudio/css/jrAudio_player_dark.css and change the border color from this:
/*
* jrAudio Dark Player CSS
*/
.jr_audio_dark_player div.jp-audio,
.jr_audio_dark_player div.jp-video {
font-size:1.25em; /* 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: #ccc;
background-color:#111;
position:relative;
border:2px solid #666;
margin:2px 1px 1px 1px;
padding:1px;
box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}
And for the profile photo, you'll want to modify your skins/YOURSKIN/css/core_image.css and change the border color for the iloutline class.
/* @title Image Outline Link */
/* @help This is the small outline around small images that are linked */
.iloutline {
border:1px solid #BBB;
vertical-align:middle;
margin:1px;
padding:1px;
}
Hope this helps!