home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / komunikace / xfire / xfire_installer_27978.exe / xfire.exe / skin.xml < prev    next >
Extensible Markup Language  |  2007-07-30  |  1KB  |  59 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE XfireSkin SYSTEM "xfireskin.dtd">
  3.  
  4. <XfireSkin>
  5.     <!-- Skin Themes -->
  6.     <Include File="xfirethemes.xml" />
  7.  
  8.     <GlobalPrefs>
  9.         <TooltipColor>TooltipCG</TooltipColor>
  10.         <TooltipTextColor>TooltipTextCG</TooltipTextColor>
  11.     </GlobalPrefs>
  12.  
  13.     <!-- Language String Translations -->
  14.     <Include File="strings.xml" /> -->
  15.  
  16.     <!-- Component Definitions -->
  17.     <Include File="xfirecomponents.xml" />
  18.     
  19.     <!-- Popup tiles -->
  20.     <Include File="xfirepopups.xml" />
  21.  
  22.     <!-- Main Window -->
  23.     <MainSkin>
  24.         <Include File="xfiremainwindow.xml" />
  25.     </MainSkin>
  26.  
  27.     <!-- Chat Window -->
  28.     <ChatSkin>
  29.          <Include File="xfirechatwindow.xml" />
  30.     </ChatSkin>
  31.  
  32.     <!-- Group Chat Window -->
  33.     <GroupChatSkin>
  34.         <Include File="xfiregroupchatwindow.xml" />
  35.     </GroupChatSkin>
  36.  
  37.     <!-- InGame Main Window -->
  38.     <InGameMainSkin>
  39.         <Include File="xfireingamewindow.xml" />
  40.     </InGameMainSkin>
  41.  
  42.     <!-- InGame Alert Window -->
  43.     <InGameAlertSkin>
  44.         <Include File="xfireingamealertwindow.xml" />
  45.     </InGameAlertSkin>
  46.  
  47.   <XIG>
  48.     <ActiveWindows>
  49.       <Include File="xfireingamefriends_pm.xml" />
  50.       <Include File="xfireingamechats_pm.xml" />
  51.       <Include File="xfireingamehelp_pm.xml" />
  52.     </ActiveWindows>
  53.     <Overlays>
  54.       <Include File="xfireingamealert_pm.xml" />
  55.     </Overlays>
  56.   </XIG>
  57. </XfireSkin>
  58.  
  59.