Personal Video Database

English => Development => Scripts and Templates => Topic started by: Imhotep on January 07, 2010, 07:43:42 pm

Title: change color
Post by: Imhotep on January 07, 2010, 07:43:42 pm
hi,
i'm working on some customizations.
is there any possibility to change the backgroundcolors of the movie and filmtitel-window.
it would look very nice in black  ;D
Or still the background of the listed films. Because i can't find a solution yet.

(http://img694.imageshack.us/img694/6051/screenshotes.th.jpg) (http://img694.imageshack.us/i/screenshotes.jpg/)

thx for possible help
Title: Re: change color
Post by: mgpw4me@yahoo.com on January 07, 2010, 08:34:58 pm
The page colour is set BEFORE the first section statement.

<border shape="none" />
<color>$B09A71</color>

The colour of the font in the list can't be changed, to my knowledge, so a black list with black text won't work.

You might find more ideas in my newest skins (one for movies, one for people).  I was going to wait for the next version of PVD before posting, but here goes. 

CAVEATS:  No comments in code, no screen shots, and changes to both skins are 100% guaranteed in the near future.

[attachment deleted by admin]
Title: Re: change color
Post by: Imhotep on January 07, 2010, 10:17:20 pm
thx for the reply

Code: [Select]
<?xml version="1.0" encoding="utf-8"?>
<xml>
  <pvd_skin_movie>
    <skinname>xyz</skinname>
    <version>1.0</version>
    <author>xyz</author>
    <description>optima skin</description>
    <preview>skinimg_movie_VinT.png</preview>
    <linkdefs>
      <linkcolor1>$000000</linkcolor1>
      <linkcolor2>$000000</linkcolor2>
    </linkdefs>
    <labelfont>
      <bold></bold>
      <color>$000000</color>
      <!-- Actors etc. -->
      <name>Calibri</name>
      <size>10</size>
    </labelfont>
    <fieldfont>
      <!-- Actors-Names etc. -->
      <size>10</size>
      <color>$000000</color>
    </fieldfont>
    <section space="5">
      <color>$000000</color>
      <!--Total box-->
      <row>
        <column width="41%" valign="top">
          <section>
            <color>$2d2d2d</color>
......


i've still set the color, but it works not for the whole window.

but how can i change the color in the list.  :-\
like here: http://www.videodb.info/images/skins/skinimg_movie_VinT.png

are youre skins in the download-area? which one?
Title: Re: change color
Post by: rick.ca on January 07, 2010, 11:13:00 pm
List item colors are configurable at Preferences - Appearance.
Title: Re: change color
Post by: mgpw4me@yahoo.com on January 07, 2010, 11:32:23 pm
Insert the color code after the following line:

 <preview>skinimg_movie_VinT.png</preview>

My skins are in a zip file attached to my last post.
Title: Re: change color
Post by: Imhotep on January 08, 2010, 12:14:58 am
@mgpw4me@yahoo.com
thank you very much. it works now.  ;D
i have only knowledge in html and css, so it's a "new territory" for me
@rick.ca
the color option is only available in version 0.9.8.20
i have installed 0.9.9.14
Title: Re: change color
Post by: nostra on January 08, 2010, 12:25:51 am
Quote
the color option is only available in version 0.9.8.20
i have installed 0.9.9.14

Those are available in 0.9.9.x as well:(http://www.videodb.info/images/colors.png)
Title: Re: change color
Post by: Imhotep on January 08, 2010, 12:18:03 pm
ahhhh, ok sorry.
i thought there's an extra "point" for color
and appearance is only the headline of the list.