Jump to content

[Skin] WIP - French Touch


razhel

Recommended Posts

Nah, I like this the way it is. The titlebar looks nice and need. This has the makings of great skin. I liked the Blue Screen skin for FM13 and as a matter of fact, it's the skin I'm using.

Is the font the default one or different one, especially in the titlebar (name and position of the player)?

Link to post
Share on other sites

How did you make the squad selector a text button? I've tried that, but end up with a weird mix of the standard button and a text button.

   <!-- club/nation/team names -->
   <container>
     <layout class="arrange_horizontal_attachment" alignment="left" offset="0" gap="0"/>
     <layout class="stick_to_sides_attachment" alignment="vertical" inset="15" layout_children="true"/>

     <!--team container stuff-->
     <widget class="text" id="sect" alignment="left, top"  size="16" font="fonts/ozo" style="very_light_bold, glowing" multiline="false" auto_size="all">
       <record id="object_property">
         <list id="get_properties">
           <record>
             <integer id="get_property" value="titl" />
             <integer id="set_property" value="text" />
           </record>
           <record>
             <integer id="get_property" value="ttcl" />
             <integer id="set_property" value="colr" />
           </record>
         </list>
       </record>
     </widget>

     <!--spacer -->
     <container width="5"/>

     <!--team popup-->
     <widget class="button" id="team" auto_size="horizontal" appearance="button/team titlebar/button" size="9"/>
     <widget class="popup_button" id="tepo" fixed="true" width="21" appearance="menu/team titlebar"/>
       <record id="object_property">
         <list id="get_properties">
           <record>
             <integer id="get_property" value="titl" />
             <integer id="set_property" value="text" />
           </record>
           <record>
             <integer id="get_property" value="ttcl" />
             <integer id="set_property" value="colr" />
           </record>
         </list>
       </record>

      <!--division info-->
     <widget class="text" id="divt" multiline="false" auto_size="all" alignment="left,centre_y">
       <layout class="stick_to_sides_attachment" alignment="top" inset="28"/>
       <record id="object_property">
         <list id="get_properties">
         <record>
           <integer id="get_property" value="subt"/>
           <integer id="set_property" value="text"/>
         </record>
         <record>
           <integer id="get_property" value="ttcl"/>
           <integer id="set_property" value="colr"/>
         </record>
         </list>
       </record>
     </widget>

But for the moment i have this problem in "view squad"

Capture%20d%27%C3%A9cran%202013-10-30%2020.35.44.png

Link to post
Share on other sites

Not sure if you can do anything about that, I'm afraid. The squad selector text button seems to get it's colours from somewhere we can't get to. I'm going for just the drop down button and the league position, like the pre-2011 (I think) skins.

Link to post
Share on other sites

Not sure if you can do anything about that, I'm afraid. The squad selector text button seems to get it's colours from somewhere we can't get to. I'm going for just the drop down button and the league position, like the pre-2011 (I think) skins.

Good news :(

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...