Page 7 of 7

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Fri Jan 20, 2012 11:40 am
by DreadM
heartofhate wrote:is it possible to remove the black line below the menu-bar so it looks borderless
sure it's possible , but the line is necessary for the Tabs layout .

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Fri Jan 20, 2012 4:08 pm
by Ducky
Thank you for the skin.

My only request is if you can make an alternate skin using the miniplayer as the default player or a slim version of the default player.

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Sat Jan 21, 2012 3:55 am
by DreadM
Greetings

Ah yes,i thought about when i update this skin,but decide to keep the original MM3 version player,
but here is first attempt ,use the floatplayer and keep the control buttons on bottom from original player ,
and shrink the size from 122 pix to 75 pix high,
so far it look like this:
Image
what you think about?

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Sat Jan 21, 2012 8:20 am
by Vyper
Personally, I like it. Nice and clean ... and the only thing I didn't like about this skin was the album art in the player. This would look great with the rest of the skin. :D

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Sat Jan 21, 2012 12:22 pm
by rrfpacker
I like it, too. Very clean.

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Sat Jan 21, 2012 4:49 pm
by Ducky
DreadM wrote:Greetings

Ah yes,i thought about when i update this skin,but decide to keep the original MM3 version player,
but here is first attempt ,use the floatplayer and keep the control buttons on bottom from original player ,
and shrink the size from 122 pix to 75 pix high,
so far it look like this:
Image
what you think about?
That's perfect. Looking forward to it.

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Sat Mar 10, 2012 8:19 am
by bat
Can you pleaseeeeeeee add track bar in micro pleyer of UMP?

Re: UMP skin v 1.0.0.0 13/07/2010

Posted: Fri May 11, 2012 11:13 am
by gpzbc
fxspec06 wrote:Hello all. Love MediaMonkey here. Switched to it from iTunes when I got my Palm Pre Plus. Use it to sync now and been customizing ever since.

I found this UMP skin today, and I must say love it. Best skin for MM IMO.

I've been working on finding a UMP skin for the Song Information Panel. I read somewhere that the skin for Lyric Viewer can be used for the Song Information Panel.

I also noticed, someone posted a custom made skin for LV in this thread. So I downloaded it, and put it in the Scripts/Song Information Panel/Themes/paku directory.

It worked! But I wasn't pleased with the results. So I spent some time editing paku's style.css file. I was able to get very satisfying results after about an hour or so.

In conclusion, I used paku's Lyric Viewer theme (he deserves credit) and created a Song Information Panel theme. All you have to do is download his LV theme (on the first page of this thread), save the following code to 'style.css', and insert that style sheet along with his pictures into the directory mentioned above.

Code: Select all

/* CSS Document - Paku by Paku, Edited by fxspec06 for Song Information Panel*/
body { font:9pt Microsoft Sans Serif, Arial, sans serif;
       background:url('bg.jpg') repeat;

       margin:0px 0px 20px 0px; padding:0px; }

html{
border:none
scrollbar-base-color: #4a4a4a;
scrollbar-arrow-color: #8D8D8D;
scrollbar-3dlight-color: #545454;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #4a4a4a;
scrollbar-highlight-color: #494949;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #494949;
}

.wrapper { max-width: 1200px; min-width: 60px; border-color:black; border-width:3px; border-style:solid; margin-right:10px; margin-left:10px; margin-top:7px;	}

.header_content		{ margin-top:15px; margin-bottom:15px;	}

.header	{ margin-bottom:-35px; margin-left:10px; margin-right:10px; margin-top:-22px;	}

.header_b,
.header_t,
.header_content {
    background:url('pleft.jpg') no-repeat;
    display:block; }

.header_b span,
.header_t span,
.header_content div {
    background:url('pright.jpg') no-repeat;
    display:block; margin:0px 0px 0px 15px; }

.header_t span      { background-position:top right;    height:12px; }
.header_t           { background-position:top left;     }
.header_content div { background-position:center right; }
.header_content     { background-position:center left;  }
.header_b span      { background-position:bottom right; height:8px; }
.header_b           { background-position:bottom left;  }


.lvbody         { margin:2px 10px; background:url('bg.jpg') }

.separator {
    background:url('Line.jpg') repeat-x; 
    background-position: 100% 0%;
    display:block; height: 3px; margin-top:10px; margin-bottom:-13px; margin-left:25px; margin-right:25px; }

/* unused elements */
.wrapper_t, .wrapper_b, .box_header, .box_t, .box_b .header_b { display:none; }


h1,h2,h3,h4,h5 { margin:0px; padding:0px 18px 0px 0px;
                 color:9f9f9f; clear:both;
                 text-align: center; font-weight:normal; }

h1 { font-size:9pt;font-weight:bold;text-align:center; }       /*  Song Title  */
h2 { font-size:9pt;text-align:center; }                        /*  Artist      */
h3 { font-size:9pt;text-align:center; }                        /*  Album       */
h4 { font-size:8pt; font-style:italic;text-align:center; }      /*  Year        */
h5 { font-size:8pt; font-style:italic;text-align:center; }      /*  Composer    */

p  { font-size: 9pt; color: 000000;text-align:center; }

a  { color: #000000;text-align:center;  /* Black */ }
I added a black border, which I think adds flavour to the theme. If you would rather no black border, replace

Code: Select all

.wrapper { max-width: 1200px; min-width: 60px; border-color:black; border-width:3px; border-style:solid; margin-right:10px; margin-left:10px; margin-top:7px;	}
with

Code: Select all

.wrapper { max-width: 1200px; min-width: 60px; margin-right:10px; margin-left:10px; margin-top:7px;	}
Big thanks to paku for his code which allowed me to create this, and bigger props to the creator of this theme which totally kicks iTunes butt!


EDIT: I thought I should post a pic so everyone can see before downloading. http://img695.imageshack.us/img695/4451 ... opanel.jpg
Any chance you can post this? Paku's link is dead.

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Fri May 11, 2012 12:26 pm
by gpzbc
Nevermind. I found it in an old backup archive I had.
Thanks.

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Fri Sep 28, 2012 1:40 am
by dypsis
Thanks Dread.

I hope you're still alive. :wink:

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Fri Sep 28, 2012 8:36 am
by DreadM
dypsis wrote:Thanks Dread.
For what ?
dypsis wrote:I hope you're still alive.
Why you think I'm not ? :o

Re: UMP skin v 2.0.0.0 15/01/2012

Posted: Sun Jan 26, 2014 6:40 pm
by MaximusPrime
I've just been browsing around the Forum and found this great Skin, thanks for this DreadM !