Author Topic: change color  (Read 7240 times)

0 Members and 1 Guest are viewing this topic.

Offline Imhotep

  • Member
  • *
  • Posts: 7
    • View Profile
change color
« 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.



thx for possible help
« Last Edit: January 07, 2010, 07:46:56 pm by Imhotep »

mgpw4me@yahoo.com

  • Guest
Re: change color
« Reply #1 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]

Offline Imhotep

  • Member
  • *
  • Posts: 7
    • View Profile
Re: change color
« Reply #2 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?

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: change color
« Reply #3 on: January 07, 2010, 11:13:00 pm »
List item colors are configurable at Preferences - Appearance.

mgpw4me@yahoo.com

  • Guest
Re: change color
« Reply #4 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.

Offline Imhotep

  • Member
  • *
  • Posts: 7
    • View Profile
Re: change color
« Reply #5 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
« Last Edit: January 08, 2010, 12:19:03 pm by Imhotep »

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: change color
« Reply #6 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:
Gentlemen, you can’t fight in here! This is the War Room!

Offline Imhotep

  • Member
  • *
  • Posts: 7
    • View Profile
Re: change color
« Reply #7 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.