Hallo.
Hab Hockers United V 1.3 getestet:
Die Beschreibung der einzelnen Attribute sind schwarz; für die dunklen Hintergründe zu Dunkel wie man sieht.
Hab folgende Dateien in dem Skin Ordner gefunden:
Hab mal die makierte Datei per Editor geöffnet:
<!-- Mental Table -->
<panel>
<layout class="stick_to_sides_attachment" alignment="top" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
<widget class="table" id="plmt" mode="fill_rows, stripe_rows, printable, select_rows, select_multiple" layout="-1,25,25" auto_size_rows="horizontal" row_height="19" row_spacing="0">
<list id="headings">
<record text="Mental Attributes" alignment="left, centre_y" column_span="3" auto_size=""/>
</list>
<!-- small inset from sides of table -->
<list id="column_display_properties">
<record indx="0" left="4" sort_disabled="true"/>
<record indx="1" top="2" bottom="2" right="4" sort_disabled="true"/>
<record indx="2" top="0" bottom="0" right="0" left="0" sort_disabled="true" column_alignment="centre" />
</list>
<!-- columns should be left and right aligned respectively -->
<list id="column_properties">
<record indx="0" column_span="2"/>
<record indx="1" alignment="right,centre_y" style="semi_bold"/>
</list>
</widget>
</panel>
Hier die Datei "personal attributes panel":
<?xml version="1.0" encoding="UTF-8"?>
<panel>
<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
<!-- attribute colouring -->
<integer id="exca" value="16" /> <!-- excellent threshold -->
<integer id="excn" value="11" /> <!-- normal threshold -->
<integer id="excl" value="6" /> <!-- low threshold -->
<container class="group_box">
<!-- Gap between attribute boxes - tech, mental etc -->
<layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />
<!-- Technical Table -->
<container id="tech" file="player profile technical attributes">
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
</container>
<!-- Mental Table -->
<container id="ment" file="player profile mental attributes">
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
</container>
<!-- Physical Table -->
<container id="ment" file="player profile physical attributes">
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
</container>
</container>
</panel>
Wie kann ich die Schriftfarbe ändern?
gruss sulle007