diff options
Diffstat (limited to 'data/themes/unity')
24 files changed, 0 insertions, 686 deletions
diff --git a/data/themes/unity/CMakeLists.txt b/data/themes/unity/CMakeLists.txt deleted file mode 100644 index 72c1445f8..000000000 --- a/data/themes/unity/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -SET (FILES - buy.xml - char.xml - colors.xml - cutin.xml - equipment.xml - info.xml - inventory.xml - mailedit.xml - npc.xml - ok.xml - outfits.xml - popup.xml - progressbar.xml - quests.xml - sell.xml - server.xml - serverinfo.xml - shop.xml - social.xml - window.png - window.xml - world.xml - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/unity) diff --git a/data/themes/unity/Makefile.am b/data/themes/unity/Makefile.am deleted file mode 100644 index 1aa75fa15..000000000 --- a/data/themes/unity/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ - -guidir = $(pkgdatadir)/data/themes/unity - -gui_DATA = \ - buy.xml \ - char.xml \ - colors.xml \ - cutin.xml \ - equipment.xml \ - info.xml \ - inventory.xml \ - mailedit.xml \ - npc.xml \ - ok.xml \ - outfits.xml \ - popup.xml \ - progressbar.xml \ - quests.xml \ - sell.xml \ - server.xml \ - serverinfo.xml \ - shop.xml \ - social.xml \ - window.png \ - window.xml \ - world.xml - -EXTRA_DIST = \ - $(gui_DATA) \ - CMakeLists.txt diff --git a/data/themes/unity/buy.xml b/data/themes/unity/buy.xml deleted file mode 100644 index ef63a0c83..000000000 --- a/data/themes/unity/buy.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <option name="showbackground" value="1" /> - - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/char.xml b/data/themes/unity/char.xml deleted file mode 100644 index f6ff6c264..000000000 --- a/data/themes/unity/char.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - </widget> -</skinset> diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml deleted file mode 100644 index ead95b2bd..000000000 --- a/data/themes/unity/colors.xml +++ /dev/null @@ -1,147 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<colors> - <palette id="0"> - <color id="BROWSERBOX" color="#E0E0E0" /> - <color id="SELFNICK" color="#E0E0E0" /> - <color id="TEXT" color="#E0E0E0" /> - <color id="TEXT_DISABLED" color="#E0E0E0" /> - <color id="CARET" color="#E0E0E0" /> - <color id="SHADOW" color="#000000" /> - <color id="OUTLINE" color="#000000" /> - <color id="PROGRESS_BAR" color="#ffffff" /> - <color id="PROGRESS_BAR_OUTLINE" color="#000000" /> - <color id="BUTTON" color="#FE9750" /> - <color id="BUTTON_HIGHLIGHTED" color="#FE9750" /> - <color id="BUTTON_PRESSED" color="#FE9750" /> - <color id="BUTTON_DISABLED" color="#FC6400" /> - <color id="CHECKBOX" color="#E0E0E0" /> - <color id="DROPDOWN" color="#E0E0E0" /> - <color id="LABEL" color="#E0E0E0" /> - <color id="LISTBOX" color="#E0E0E0" /> - <color id="LISTBOX_SELECTED" color="#E0E0E0" /> - <color id="RADIOBUTTON" color="#E0E0E0" /> - <color id="POPUP" color="#E0E0E0" /> - <color id="TAB" color="#E0E0E0" /> - <color id="TAB_HIGHLIGHTED" color="#E0E0E0" /> - <color id="TAB_SELECTED" color="#E0E0E0" /> - <color id="BATTLE_CHAT_TAB" color="#E0E0E0" /> - <color id="BATTLE_CHAT_TAB_HIGHLIGHTED" color="#E0E0E0" /> - <color id="BATTLE_CHAT_TAB_SELECTED" color="#E0E0E0" /> - <color id="CHANNEL_CHAT_TAB" color="#E0E0E0" /> - <color id="CHANNEL_CHAT_TAB_HIGHLIGHTED" color="#E0E0E0" /> - <color id="CHANNEL_CHAT_TAB_SELECTED" color="#E0E0E0" /> - <color id="TEXTBOX" color="#E0E0E0" /> - <color id="TEXTFIELD" color="#E0E0E0" /> - <color id="WINDOW" color="#E0E0E0" /> - <color id="PARTY_CHAT_TAB" color="#E0E0E0" /> - <color id="PARTY_SOCIAL_TAB" color="#E0E0E0" /> - <color id="GUILD_CHAT_TAB" color="#E0E0E0" /> - <color id="GUILD_SOCIAL_TAB" color="#E0E0E0" /> - <color id="GM_CHAT_TAB" color="#E0E0E0" /> - <color id="PARTY_CHAT_TAB_HIGHLIGHTED" color="#E0E0E0" /> - <color id="PARTY_SOCIAL_TAB_HIGHLIGHTED" color="#E0E0E0" /> - <color id="GUILD_CHAT_TAB_HIGHLIGHTED" color="#E0E0E0" /> - <color id="GUILD_SOCIAL_TAB_HIGHLIGHTED" color="#E0E0E0" /> - <color id="GM_CHAT_TAB_HIGHLIGHTED" color="#E0E0E0" /> - <color id="PARTY_CHAT_TAB_SELECTED" color="#E0E0E0" /> - <color id="PARTY_SOCIAL_TAB_SELECTED" color="#E0E0E0" /> - <color id="GUILD_CHAT_TAB_SELECTED" color="#E0E0E0" /> - <color id="GUILD_SOCIAL_TAB_SELECTED" color="#E0E0E0" /> - <color id="GM_CHAT_TAB_SELECTED" color="#E0E0E0" /> - <color id="BACKGROUND" color="#4D4D4D" /> - <color id="BACKGROUND_GRAY" color="#404040" /> - <color id="SCROLLBAR_GRAY" color="#4D4D4D" /> - <color id="DROPDOWN_SHADOW" color="#4D4D4D" /> - <color id="HIGHLIGHT" color="#FE9750" /> - <color id="TAB_FLASH" color="#FC6400" effect="pulse" /> - <color id="TAB_PLAYER_FLASH" color="#FC6400" effect="pulse" /> - <color id="SHOP_WARNING" color="#E0E0E0" /> - <color id="ITEM_EQUIPPED" color="#FFFFFF" /> - <color id="CHAT" color="#E0E0E0" /> - <color id="GM" color="#FFFFFF" /> - <color id="GLOBAL" color="#FFFFFF" /> - <color id="PLAYER" color="#66CCCC" /> - <color id="WHISPER_TAB" color="#E0E0E0" /> - <color id="WHISPER_TAB_OFFLINE" color="#A8A8A8" /> - <color id="WHISPER_TAB_HIGHLIGHTED" color="#E0E0E0" /> - <color id="WHISPER_TAB_OFFLINE_HIGHLIGHTED" color="#A8A8A8" /> - <color id="WHISPER_TAB_SELECTED" color="#E0E0E0" /> - <color id="WHISPER_TAB_OFFLINE_SELECTED" color="#A8A8A8" /> - <color id="IS" color="#70C600" /> - <color id="SERVER" color="#9966FF" /> - <color id="LOGGER" color="#9966FF" /> - <color id="HYPERLINK" color="#E0E0E0" /> - <color id="UNKNOWN_ITEM" color="#F0F0F0" /> - <color id="CHARM" color="#FFFFFF" /> - <color id="GENERIC" color="#21a5b1" /> - <color id="CARD" color="#21a5b1" /> - <color id="HEAD" color="#527fa4" /> - <color id="USABLE" color="#268d24" /> - <color id="TORSO" color="#d12aa4" /> - <color id="ONEHAND" color="#f42a2a" /> - <color id="LEGS" color="#699900" /> - <color id="FEET" color="#aa1d48" /> - <color id="TWOHAND" color="#f46d0e" /> - <color id="SHIELD" color="#9c2424" /> - <color id="RING" color="#F0F0F0" /> - <color id="NECKLACE" color="#ff00ff" /> - <color id="ARMS" color="#9c24e8" /> - <color id="AMMO" color="#8b6311" /> - <color id="SERVER_VERSION_NOT_SUPPORTED" color="#DC0000" /> - <color id="WARNING" color="#FC6400" /> - <color id="PLAYER_ADVANCED" color="#FC6400" /> - <color id="ITEM_NOT_EQUIPPED" color="#E0E0E0" /> - <color id="BUBBLE_NAME" color="#ffffff" /> - <color id="BUBBLE_TEXT" color="#ffffff" /> - <color id="STATUSBAR_ON" color="#646464" /> - <color id="STATUSBAR_OFF" color="#ffff00" /> - <color id="TABLE_BACKGROUND" color="#bfbfbf" /> - <color id="SLOTS_BAR" color="#ffffff" /> - <color id="SLOTS_BAR_OUTLINE" color="#000000" /> - <color id="HP_BAR" color="#ffffff" /> - <color id="HP_BAR_OUTLINE" color="#000000" /> - <color id="MP_BAR" color="#ffffff" /> - <color id="MP_BAR_OUTLINE" color="#000000" /> - <color id="NO_MP_BAR" color="#ffffff" /> - <color id="NO_MP_BAR_OUTLINE" color="#000000" /> - <color id="XP_BAR" color="#ffffff" /> - <color id="XP_BAR_OUTLINE" color="#000000" /> - <color id="WEIGHT_BAR" color="#ffffff" /> - <color id="WEIGHT_BAR_OUTLINE" color="#000000" /> - <color id="MONEY_BAR" color="#ffffff" /> - <color id="MONEY_BAR_OUTLINE" color="#000000" /> - <color id="ARROWS_BAR" color="#ffffff" /> - <color id="ARROWS_BAR_OUTLINE" color="#000000" /> - <color id="STATUS_BAR" color="#ffffff" /> - <color id="STATUS_BAR_OUTLINE" color="#000000" /> - <color id="JOB_BAR" color="#ffffff" /> - <color id="JOB_BAR_OUTLINE" color="#000000" /> - - <color id="BLACK" color="#0E0E0E" /> - <color id="RED" color="#FFA8A8" /> - <color id="GREEN" color="#59FF6C" /> - <color id="BLUE" color="#00FFFF" /> - <color id="ORANGE" color="#4CFF1C" /> - <color id="YELLOW" color="#f1dc27" /> - <color id="PINK" color="#FF00BF" /> - <color id="PURPLE" color="#8480E2" /> - <color id="GRAY" color="#C1C1C1" /> - <color id="BROWN" color="#05FF2E" /> - <color id="OLDCHAT" color="#05FF2E" /> - <color id="AWAYCHAT" color="#05FF2E" /> - <color id="SKILL_COOLDOWN" color="#5090ff" /> - </palette> - - <progressbar id="HP" color="#ff0000,e28000,c38948,0f6a20" /> - <progressbar id="HP_POISON" color="#ffff00,70ff00,50ff00,30ff00" /> - <progressbar id="MP" color="#1a66e6" /> - <progressbar id="NO_MP" color="#646464" /> - <progressbar id="EXP" color="#8fc0d3" /> - <progressbar id="INVY_SLOTS" color="#e1c819" /> - <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> - <progressbar id="JOB" color="#e187cb" /> - <progressbar id="UPDATE" color="#969696" /> - <progressbar id="MONEY" color="#e1c819" /> - <progressbar id="ARROWS" color="#e1c819" /> - <progressbar id="STATUS" color="#8fc0d3" /> -</colors> diff --git a/data/themes/unity/cutin.xml b/data/themes/unity/cutin.xml deleted file mode 100644 index e59c22879..000000000 --- a/data/themes/unity/cutin.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/equipment.xml b/data/themes/unity/equipment.xml deleted file mode 100644 index 6e529f72c..000000000 --- a/data/themes/unity/equipment.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="itemPadding" value="2" /> - <option name="boxSize" value="36" /> - <option name="padding" value="10" /> - <option name="tabHeightAdjust" value="16" /> - <option name="tabPadding" value="2" /> - - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/info.xml b/data/themes/unity/info.xml deleted file mode 100644 index 4637c12af..000000000 --- a/data/themes/unity/info.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<info> - <name>Unity</name> - <copyright>2011 Aline Ferraz de Souza\n2011-2016 ManaPlus Developers</copyright> -</info> diff --git a/data/themes/unity/inventory.xml b/data/themes/unity/inventory.xml deleted file mode 100644 index aea7ca8f8..000000000 --- a/data/themes/unity/inventory.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="showbackground" value="1" /> - - <option name="padding" value="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/mailedit.xml b/data/themes/unity/mailedit.xml deleted file mode 100644 index 68ab82995..000000000 --- a/data/themes/unity/mailedit.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <option name="showitemsbackground" value="1" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/npc.xml b/data/themes/unity/npc.xml deleted file mode 100644 index cc7058368..000000000 --- a/data/themes/unity/npc.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="showlistbackground" value="1" /> - <option name="showtextbackground" value="1" /> - <option name="showitemsbackground" value="1" /> - - <option name="padding" value="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/ok.xml b/data/themes/unity/ok.xml deleted file mode 100644 index ac19b1c60..000000000 --- a/data/themes/unity/ok.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <option name="buttonPadding" value="8" /> - - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/outfits.xml b/data/themes/unity/outfits.xml deleted file mode 100644 index a30baacb3..000000000 --- a/data/themes/unity/outfits.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/popup.xml b/data/themes/unity/popup.xml deleted file mode 100644 index c1f0034bb..000000000 --- a/data/themes/unity/popup.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="6" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - </widget> -</skinset> diff --git a/data/themes/unity/progressbar.xml b/data/themes/unity/progressbar.xml deleted file mode 100644 index 96a8af783..000000000 --- a/data/themes/unity/progressbar.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="7" /> - <option name="fillPadding" value="9" /> - - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/quests.xml b/data/themes/unity/quests.xml deleted file mode 100644 index f870937e5..000000000 --- a/data/themes/unity/quests.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <option name="showlistbackground" value="1" /> - <option name="showtextbackground" value="1" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/sell.xml b/data/themes/unity/sell.xml deleted file mode 100644 index ef63a0c83..000000000 --- a/data/themes/unity/sell.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <option name="showbackground" value="1" /> - - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/server.xml b/data/themes/unity/server.xml deleted file mode 100644 index ef63a0c83..000000000 --- a/data/themes/unity/server.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <option name="showbackground" value="1" /> - - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/serverinfo.xml b/data/themes/unity/serverinfo.xml deleted file mode 100644 index e59c22879..000000000 --- a/data/themes/unity/serverinfo.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/shop.xml b/data/themes/unity/shop.xml deleted file mode 100644 index 0ced680fd..000000000 --- a/data/themes/unity/shop.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <option name="showbuybackground" value="1" /> - <option name="showsellbackground" value="1" /> - - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/social.xml b/data/themes/unity/social.xml deleted file mode 100644 index f7762e1df..000000000 --- a/data/themes/unity/social.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="showtabbackground" value="1" /> - <option name="padding" value="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/window.png b/data/themes/unity/window.png Binary files differdeleted file mode 100644 index 13c41cefd..000000000 --- a/data/themes/unity/window.png +++ /dev/null diff --git a/data/themes/unity/window.xml b/data/themes/unity/window.xml deleted file mode 100644 index e59c22879..000000000 --- a/data/themes/unity/window.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> diff --git a/data/themes/unity/world.xml b/data/themes/unity/world.xml deleted file mode 100644 index ef63a0c83..000000000 --- a/data/themes/unity/world.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <option name="showbackground" value="1" /> - - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - - <part type="closeImage" xpos="-130" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="15" height="15" /> - </widget> -</skinset> |