English > Support

A simple request for you techies

(1/2) > >>

deazo:
Hi all,

I am using the skin called "PVD Classic Tabs remix (eng)", and I would like to slightly modify it to remove the blue bar at the top containing the title (see screen attached).
If the bar cannot be removed then I would need to make it much smaller.

Would you know what I need to remove/modify in the file?

Thanks a lot!

OOmatrixOO:
Hit.
Do you want to completely remove the area? So the title. Or only the blue color?

deazo:
Ideally I would like to remove the whole bar.
The title is anyway visible on the left or even below the bar.
Thanks!

Ivek23:
Simple solution,


--- Code: ---<?xml version="1.0" encoding="utf-8"?>
<xml>
  <pvd_skin_movie>
    <skinname>PVD Classic Tabs Remix(eng)</skinname>
    <version>1.0.1.2</version>
    <author>jk214 and Ivek23(eng)</author>
    <description>4 Tabs: jk214 Classic Tabs Remix. Font "Segoe UI" required</description>
    <preview>skinimg_movie_tabs_remix.jpg</preview>
    <linkdefs>
      <linkcolor1>$0066cc</linkcolor1>
      <linkcolor2>$339900</linkcolor2>
    </linkdefs>
    <labelfont>
      <name>Segoe UI</name>
      <size>8</size>
      <bold></bold>
    </labelfont>
    <fieldfont>
      <name>Verdana</name>
      <size>10</size>
    </fieldfont>
    <color>$A9D0F5</color>
   <!--<section>
      <color>$2E9AFE</color>
      <border shape="none" />
      <row>
        <column halign="center">
          <title autosize="true">
            <font>
              <size>20</size>
              <name>Segoe UI</name>
              <color>$FFFFFF</color>
            </font>
          </title>
        </column>
      </row>
    </section>-->
    <pagecontrol>
      <color>$f4f1e9</color>
      <tab>
        <caption>&amp;Main information</caption>
--- End code ---

and the whole bar is invisible.


The following options:


--- Code: ---<section>
      <color>$2E9AFE</color>
      <border shape="none" />
      <row>
        <column halign="center">
          <title autosize="true">
            <font>
              <size>10</size>
              <name>Segoe UI</name>
              <color>$FFFFFF</color>
            </font>
          </title>
        </column>
      </row>
    </section>
--- End code ---

deazo:

 Thanks a lot Ivek, works perfectly!

Navigation

[0] Message Index

[#] Next page

Go to full version