diff options
60 files changed, 1188 insertions, 1 deletions
diff --git a/data/themes/CMakeLists.txt b/data/themes/CMakeLists.txt index ac0b29b9c..93f65814a 100644 --- a/data/themes/CMakeLists.txt +++ b/data/themes/CMakeLists.txt @@ -2,6 +2,7 @@ ADD_SUBDIRECTORY(blacknblack) ADD_SUBDIRECTORY(blackwood) ADD_SUBDIRECTORY(classic) ADD_SUBDIRECTORY(enchilado) +ADD_SUBDIRECTORY(hal_jewelry) ADD_SUBDIRECTORY(mana) ADD_SUBDIRECTORY(pink) ADD_SUBDIRECTORY(unity) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 53bd90cdc..416118674 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = blacknblack blackwood classic enchilado mana pink unity wood +SUBDIRS = blacknblack blackwood classic enchilado hal_jewelry mana pink unity wood EXTRA_DIST = CMakeLists.txt diff --git a/data/themes/hal_jewelry/CMakeLists.txt b/data/themes/hal_jewelry/CMakeLists.txt new file mode 100644 index 000000000..2616a5c9e --- /dev/null +++ b/data/themes/hal_jewelry/CMakeLists.txt @@ -0,0 +1,56 @@ +SET (FILES + button.xml + button_disabled.xml + button_highlighted.xml + button_pressed.xml + buy.xml + chat.xml + checkbox.xml + circle-off.xml + circle-on.xml + colors.xml + complete_icon.xml + dropdown.xml + dropdown_background.xml + dropdown_pressed.xml + drops.xml + emotes.xml + equipment.xml + equipment_background.xml + equipmentbox.png + incomplete_icon.xml + inventory.xml + itempopup.xml + items.xml + map.xml + mouse.png + npc.xml + playerbox_background.xml + popup.xml + progressbar.xml + quests.xml + radio.xml + resize.xml + scroll.xml + scroll_background.xml + scroll_highlighted.xml + scroll_vbackground.xml + scrollbuttons.xml + scrollbuttons_pressed.xml + sell.xml + server.xml + slider.xml + slider_highlighted.xml + social.xml + spell.xml + status.xml + tab.xml + tab_highlighted.xml + tab_selected.xml + tab_unused.xml + textfield_background.xml + window.png + window.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/hal_jewelry) diff --git a/data/themes/hal_jewelry/Makefile.am b/data/themes/hal_jewelry/Makefile.am new file mode 100644 index 000000000..0548523b4 --- /dev/null +++ b/data/themes/hal_jewelry/Makefile.am @@ -0,0 +1,60 @@ + +guidir = $(pkgdatadir)/data/themes/hal_jewelry + +gui_DATA = \ + button.xml \ + button_disabled.xml \ + button_highlighted.xml \ + button_pressed.xml \ + buy.xml \ + chat.xml \ + checkbox.xml \ + circle-off.xml \ + circle-on.xml \ + colors.xml \ + complete_icon.xml \ + dropdown.xml \ + dropdown_background.xml \ + dropdown_pressed.xml \ + drops.xml \ + emotes.xml \ + equipment.xml \ + equipment_background.xml \ + equipmentbox.png \ + incomplete_icon.xml \ + inventory.xml \ + itempopup.xml \ + items.xml \ + map.xml \ + mouse.png \ + npc.xml \ + playerbox_background.xml \ + popup.xml \ + progressbar.xml \ + quests.xml \ + radio.xml \ + resize.xml \ + scroll.xml \ + scroll_background.xml \ + scroll_highlighted.xml \ + scroll_vbackground.xml \ + scrollbuttons.xml \ + scrollbuttons_pressed.xml \ + sell.xml \ + server.xml \ + slider.xml \ + slider_highlighted.xml \ + social.xml \ + spell.xml \ + status.xml \ + tab.xml \ + tab_highlighted.xml \ + tab_selected.xml \ + tab_unused.xml \ + textfield_background.xml \ + window.png \ + window.xml \ + +EXTRA_DIST = \ + $(gui_DATA) \ + CMakeLists.txt diff --git a/data/themes/hal_jewelry/TODOLIST.txt b/data/themes/hal_jewelry/TODOLIST.txt new file mode 100644 index 000000000..f5e7d8b03 --- /dev/null +++ b/data/themes/hal_jewelry/TODOLIST.txt @@ -0,0 +1,3 @@ +HAL JEWELRY THEME - BETA + +[..]
\ No newline at end of file diff --git a/data/themes/hal_jewelry/VERSION.txt b/data/themes/hal_jewelry/VERSION.txt new file mode 100644 index 000000000..c23b7ad34 --- /dev/null +++ b/data/themes/hal_jewelry/VERSION.txt @@ -0,0 +1,6 @@ +HAL JEWELRY THEME - 17.10.2012 + + +Version ALPHA + +Initial version.
\ No newline at end of file diff --git a/data/themes/hal_jewelry/button.xml b/data/themes/hal_jewelry/button.xml new file mode 100644 index 000000000..a98f67fd2 --- /dev/null +++ b/data/themes/hal_jewelry/button.xml @@ -0,0 +1,22 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="0"> + + <option name="padding" value="5" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/button_disabled.xml b/data/themes/hal_jewelry/button_disabled.xml new file mode 100644 index 000000000..64810ca51 --- /dev/null +++ b/data/themes/hal_jewelry/button_disabled.xml @@ -0,0 +1,22 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="75"> + + <option name="padding" value="5" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/button_highlighted.xml b/data/themes/hal_jewelry/button_highlighted.xml new file mode 100644 index 000000000..d04272612 --- /dev/null +++ b/data/themes/hal_jewelry/button_highlighted.xml @@ -0,0 +1,22 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="25"> + + <option name="padding" value="5" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/button_pressed.xml b/data/themes/hal_jewelry/button_pressed.xml new file mode 100644 index 000000000..35b52c9ae --- /dev/null +++ b/data/themes/hal_jewelry/button_pressed.xml @@ -0,0 +1,22 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="50"> + + <option name="padding" value="5" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/buy.xml b/data/themes/hal_jewelry/buy.xml new file mode 100644 index 000000000..1d2368f8b --- /dev/null +++ b/data/themes/hal_jewelry/buy.xml @@ -0,0 +1,30 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/chat.xml b/data/themes/hal_jewelry/chat.xml new file mode 100644 index 000000000..d18205003 --- /dev/null +++ b/data/themes/hal_jewelry/chat.xml @@ -0,0 +1,24 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="100"> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="15" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="15" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="32" height="10" /> + <part type="bg-quad" xpos="33" ypos="16" width="64" height="10" /> + <part type="right-edge" xpos="98" ypos="16" width="32" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="32" height="15" /> + <part type="bottom-edge" xpos="33" ypos="27" width="64" height="15" /> + <part type="bottom-right-corner" xpos="98" ypos="27" width="32" height="15" /> + + <!--<part type="closeImage" xpos="-131" ypos="0" width="16" height="16" /> + <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/hal_jewelry/checkbox.xml b/data/themes/hal_jewelry/checkbox.xml new file mode 100644 index 000000000..b33338319 --- /dev/null +++ b/data/themes/hal_jewelry/checkbox.xml @@ -0,0 +1,10 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="190" ypos="0"> + <part type="normal" xpos="0" ypos="0" width="13" height="13" /> + <part type="checked" xpos="0" ypos="13" width="13" height="13" /> + <part type="normal-highlighted" xpos="13" ypos="0" width="13" height="13" /> + <part type="checked-highlighted" xpos="13" ypos="13" width="13" height="13" /> + <part type="disabled" xpos="26" ypos="0" width="13" height="13" /> + <part type="disabled-checked" xpos="26" ypos="13" width="13" height="13" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/circle-off.xml b/data/themes/hal_jewelry/circle-off.xml new file mode 100644 index 000000000..110bc1935 --- /dev/null +++ b/data/themes/hal_jewelry/circle-off.xml @@ -0,0 +1,5 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="105" ypos="164" width="13" height="13" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/circle-on.xml b/data/themes/hal_jewelry/circle-on.xml new file mode 100644 index 000000000..7ae624236 --- /dev/null +++ b/data/themes/hal_jewelry/circle-on.xml @@ -0,0 +1,5 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="89" ypos="164" width="13" height="13" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/colors.xml b/data/themes/hal_jewelry/colors.xml new file mode 100644 index 000000000..351d1e237 --- /dev/null +++ b/data/themes/hal_jewelry/colors.xml @@ -0,0 +1,100 @@ +<colors> + + <color id="BROWSERBOX" color="#402600" /> + <color id="TEXT" color="#402600" /> + <color id="CARET" color="#80561f" /> + <color id="SHADOW" color="#000000" /> + <color id="OUTLINE" color="#000000" /> + <color id="BORDER" color="#000000" /> + <color id="PROGRESS_BAR" color="#ffffff" /> + <color id="BUTTON" color="#efd7a7" /> + <color id="BUTTON_HIGHLIGHTED" color="#f9eabc" /> + <color id="BUTTON_PRESSED" color="#f9eabc" /> + <color id="BUTTON_DISABLED" color="#dddddd" /> + <color id="CHECKBOX" color="#000000" /> + <color id="DROPDOWN" color="#000000" /> + <color id="LABEL" color="#000000" /> + <color id="LISTBOX" color="#000000" /> + <color id="RADIOBUTTON" color="#000000" /> + <color id="POPUP" color="#f9eabc" /> + <color id="TAB" color="#efd7a7" /> + <color id="TAB_HIGHLIGHTED" color="#f9eabc" /> + <color id="TAB_SELECTED" color="#f9eabc" /> + <color id="TEXTBOX" color="#000000" /> + <color id="TEXTFIELD" color="#000000" /> + <color id="WINDOW" color="#f1d9a9" /> + <color id="PARTY_CHAT_TAB" color="#f48055" /> + <color id="PARTY_SOCIAL_TAB" color="#f48055" /> + <color id="GUILD_CHAT_TAB" color="#f48055" /> + <color id="GUILD_SOCIAL_TAB" color="#f48055" /> + <color id="PARTY_CHAT_TAB_HIGHLIGHTED" color="#f48055" /> + <color id="PARTY_SOCIAL_TAB_HIGHLIGHTED" color="#f48055" /> + <color id="GUILD_CHAT_TAB_HIGHLIGHTED" color="#f48055" /> + <color id="GUILD_SOCIAL_TAB_HIGHLIGHTED" color="#f48055" /> + <color id="PARTY_CHAT_TAB_SELECTED" color="#f48055" /> + <color id="PARTY_SOCIAL_TAB_SELECTED" color="#f48055" /> + <color id="GUILD_CHAT_TAB_SELECTED" color="#f48055" /> + <color id="GUILD_SOCIAL_TAB_SELECTED" color="#f48055" /> + <color id="BACKGROUND" color="#ffffff" /> + <color id="BACKGROUND_GRAY" color="#404040" /> + <color id="SCROLLBAR_GRAY" color="#000000" /> + <color id="DROPDOWN_SHADOW" color="#c0c0c0" /> + <color id="HIGHLIGHT" color="#ebc873" /> + <color id="TAB_FLASH" color="#fec4ff" effect="pulse" /> + <color id="TAB_PLAYER_FLASH" color="#00ff00" effect="pulse" /> + <color id="SHOP_WARNING" color="#e07a7a" /> + <color id="ITEM_EQUIPPED" color="#000091" /> + <color id="ITEM_NOT_EQUIPPED" color="#000000" /> + <color id="CHAT" color="#f1d9a9" /> + <color id="GM" color="#fec4ff" /> + <color id="PLAYER" color="#eeeeee" /> + <color id="WHISPER_TAB" color="#0000ff" /> + <color id="WHISPER_TAB_OFFLINE" color="#000050" /> + <color id="WHISPER_TAB_HIGHLIGHTED" color="#0000ff" /> + <color id="WHISPER_TAB_OFFLINE_HIGHLIGHTED" color="#000050" /> + <color id="WHISPER_TAB_SELECTED" color="#0000ff" /> + <color id="WHISPER_TAB_OFFLINE_SELECTED" color="#000050" /> + <color id="IS" color="#edbedb" /> + <color id="SERVER" color="#edbedb" /> + <color id="LOGGER" color="#919191" /> + <color id="HYPERLINK" color="#c6beff" /> + <color id="UNKNOWN_ITEM" color="#ffffff" /> + <color id="CHARM" color="#ffffff" /> + <color id="GENERIC" color="#eeeeee" /> + <color id="HEAD" color="#b4d7ec" /> + <color id="USABLE" color="#ece9b4" /> + <color id="TORSO" color="#b4d7ec" /> + <color id="ONEHAND" color="#b4d7ec" /> + <color id="LEGS" color="#b4d7ec" /> + <color id="FEET" color="#b4d7ec" /> + <color id="TWOHAND" color="#b4d7ec" /> + <color id="SHIELD" color="#b4d7ec" /> + <color id="RING" color="#b4d7ec" /> + <color id="NECKLACE" color="#b4d7ec" /> + <color id="ARMS" color="#b4d7ec" /> + <color id="AMMO" color="#b4d7ec" /> + <color id="SERVER_VERSION_NOT_SUPPORTED" color="#DC0000" /> + <color id="WARNING" color="#FF0000" /> + <color id="PLAYER_ADVANCED" color="#005000" /> + <color id="BUBBLE_NAME" color="#cccccc" /> + <color id="BUBBLE_TEXT" color="#ffffff" /> + <color id="RED" color="#ff0000" /> + <color id="GREEN" color="#009000" /> + <color id="BLUE" color="#0000ff" /> + <color id="ORANGE" color="#e0980e" /> + <color id="YELLOW" color="#f1dc27" /> + <color id="PINK" color="#ff00d8" /> + <color id="PURPLE" color="#8415e2" /> + <color id="GRAY" color="#919191" /> + <color id="BROWN" color="#cd9f72" /> + + <progressbar id="DEFAULT" color="#969696" /> + <progressbar id="HP" color="#b80000" /> + <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" /> + +</colors> diff --git a/data/themes/hal_jewelry/complete_icon.xml b/data/themes/hal_jewelry/complete_icon.xml new file mode 100644 index 000000000..974630f50 --- /dev/null +++ b/data/themes/hal_jewelry/complete_icon.xml @@ -0,0 +1,5 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="41" ypos="223" width="20" height="18" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/dropdown.xml b/data/themes/hal_jewelry/dropdown.xml new file mode 100644 index 000000000..bf1f039d3 --- /dev/null +++ b/data/themes/hal_jewelry/dropdown.xml @@ -0,0 +1,6 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="89" ypos="132"> + <part type="down" xpos="0" ypos="0" width="15" height="15" /> + <part type="up" xpos="0" ypos="16" width="15" height="15" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/dropdown_background.xml b/data/themes/hal_jewelry/dropdown_background.xml new file mode 100644 index 000000000..f8cc88055 --- /dev/null +++ b/data/themes/hal_jewelry/dropdown_background.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="186"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="20" height="5" /> + <part type="top-right-corner" xpos="27" ypos="0" width="5" height="5" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="5" width="5" height="20" /> + <part type="bg-quad" xpos="5" ypos="5" width="20" height="20" /> + <part type="right-edge" xpos="27" ypos="5" width="5" height="20" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="27" width="20" height="5" /> + <part type="bottom-right-corner" xpos="27" ypos="27" width="5" height="5" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/dropdown_pressed.xml b/data/themes/hal_jewelry/dropdown_pressed.xml new file mode 100644 index 000000000..aa649cf7b --- /dev/null +++ b/data/themes/hal_jewelry/dropdown_pressed.xml @@ -0,0 +1,6 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="105" ypos="132"> + <part type="down" xpos="0" ypos="0" width="15" height="15" /> + <part type="up" xpos="0" ypos="16" width="15" height="15" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/drops.xml b/data/themes/hal_jewelry/drops.xml new file mode 100644 index 000000000..7ce34535d --- /dev/null +++ b/data/themes/hal_jewelry/drops.xml @@ -0,0 +1,26 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="147"> + + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="10" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="10" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="32" height="10" /> + <part type="bg-quad" xpos="33" ypos="11" width="64" height="10" /> + <part type="right-edge" xpos="98" ypos="11" width="32" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="22" width="32" height="10" /> + <part type="bottom-edge" xpos="33" ypos="22" width="64" height="10" /> + <part type="bottom-right-corner" xpos="98" ypos="22" width="32" height="10" /> + + <!--<part type="closeImage" xpos="-131" ypos="0" width="16" height="16" /> + <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/hal_jewelry/emotes.xml b/data/themes/hal_jewelry/emotes.xml new file mode 100644 index 000000000..7ce34535d --- /dev/null +++ b/data/themes/hal_jewelry/emotes.xml @@ -0,0 +1,26 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="147"> + + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="10" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="10" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="32" height="10" /> + <part type="bg-quad" xpos="33" ypos="11" width="64" height="10" /> + <part type="right-edge" xpos="98" ypos="11" width="32" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="22" width="32" height="10" /> + <part type="bottom-edge" xpos="33" ypos="22" width="64" height="10" /> + <part type="bottom-right-corner" xpos="98" ypos="22" width="32" height="10" /> + + <!--<part type="closeImage" xpos="-131" ypos="0" width="16" height="16" /> + <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/hal_jewelry/equipment.xml b/data/themes/hal_jewelry/equipment.xml new file mode 100644 index 000000000..985421491 --- /dev/null +++ b/data/themes/hal_jewelry/equipment.xml @@ -0,0 +1,33 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + <option name="itemPadding" value="3" /> + <option name="boxSize" value="38" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <!--<part type="stickyImageUp" xpos="-130" ypos="51" width="16" height="16" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="16" height="16" />--> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/equipment_background.xml b/data/themes/hal_jewelry/equipment_background.xml new file mode 100644 index 000000000..f22696093 --- /dev/null +++ b/data/themes/hal_jewelry/equipment_background.xml @@ -0,0 +1,8 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="176" ypos="75"> + + <part type="standart" xpos="0" ypos="0" width="38" height="38" /> + <part type="highlighted" xpos="39" ypos="0" width="38" height="38" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/equipmentbox.png b/data/themes/hal_jewelry/equipmentbox.png Binary files differnew file mode 100644 index 000000000..eda9d3a92 --- /dev/null +++ b/data/themes/hal_jewelry/equipmentbox.png diff --git a/data/themes/hal_jewelry/incomplete_icon.xml b/data/themes/hal_jewelry/incomplete_icon.xml new file mode 100644 index 000000000..b8da92a0a --- /dev/null +++ b/data/themes/hal_jewelry/incomplete_icon.xml @@ -0,0 +1,5 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="0" ypos="0" width="16" height="16" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/inventory.xml b/data/themes/hal_jewelry/inventory.xml new file mode 100644 index 000000000..1d2368f8b --- /dev/null +++ b/data/themes/hal_jewelry/inventory.xml @@ -0,0 +1,30 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/item_shortcut_bgr.png b/data/themes/hal_jewelry/item_shortcut_bgr.png Binary files differnew file mode 100644 index 000000000..5b3c5e7c1 --- /dev/null +++ b/data/themes/hal_jewelry/item_shortcut_bgr.png diff --git a/data/themes/hal_jewelry/itempopup.xml b/data/themes/hal_jewelry/itempopup.xml new file mode 100644 index 000000000..3e064093a --- /dev/null +++ b/data/themes/hal_jewelry/itempopup.xml @@ -0,0 +1,22 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="100"> + + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="15" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="15" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="32" height="10" /> + <part type="bg-quad" xpos="33" ypos="16" width="64" height="10" /> + <part type="right-edge" xpos="98" ypos="16" width="32" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="32" height="15" /> + <part type="bottom-edge" xpos="33" ypos="27" width="64" height="15" /> + <part type="bottom-right-corner" xpos="98" ypos="27" width="32" height="15" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/items.xml b/data/themes/hal_jewelry/items.xml new file mode 100644 index 000000000..3a8958e2a --- /dev/null +++ b/data/themes/hal_jewelry/items.xml @@ -0,0 +1,30 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="padding" value="15" /> + <option name="titlebarBold" value="1" /> + <option name="titlePadding" value="25" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <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/hal_jewelry/login.xml b/data/themes/hal_jewelry/login.xml new file mode 100644 index 000000000..e720d0887 --- /dev/null +++ b/data/themes/hal_jewelry/login.xml @@ -0,0 +1,31 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-136" ypos="0" width="22" height="22" /> + <!--<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/hal_jewelry/map.xml b/data/themes/hal_jewelry/map.xml new file mode 100644 index 000000000..9a72a7174 --- /dev/null +++ b/data/themes/hal_jewelry/map.xml @@ -0,0 +1,26 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="100"> + + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="15" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="15" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="32" height="10" /> + <part type="bg-quad" xpos="33" ypos="16" width="64" height="10" /> + <part type="right-edge" xpos="98" ypos="16" width="32" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="32" height="15" /> + <part type="bottom-edge" xpos="33" ypos="27" width="64" height="15" /> + <part type="bottom-right-corner" xpos="98" ypos="27" width="32" height="15" /> + + <!--<part type="closeImage" xpos="-131" ypos="0" width="16" height="16" /> + <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/hal_jewelry/mouse.png b/data/themes/hal_jewelry/mouse.png Binary files differnew file mode 100644 index 000000000..d4d21c3a7 --- /dev/null +++ b/data/themes/hal_jewelry/mouse.png diff --git a/data/themes/hal_jewelry/npc.xml b/data/themes/hal_jewelry/npc.xml new file mode 100644 index 000000000..2431db123 --- /dev/null +++ b/data/themes/hal_jewelry/npc.xml @@ -0,0 +1,31 @@ +<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="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/playerbox_background.xml b/data/themes/hal_jewelry/playerbox_background.xml new file mode 100644 index 000000000..1e18e42fe --- /dev/null +++ b/data/themes/hal_jewelry/playerbox_background.xml @@ -0,0 +1,19 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="186"> + <option name="drawbackground" value="1" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="20" height="5" /> + <part type="top-right-corner" xpos="27" ypos="0" width="5" height="5" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="5" width="5" height="20" /> + <part type="bg-quad" xpos="5" ypos="5" width="20" height="20" /> + <part type="right-edge" xpos="27" ypos="5" width="5" height="20" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="27" width="20" height="5" /> + <part type="bottom-right-corner" xpos="27" ypos="27" width="5" height="5" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/popup.xml b/data/themes/hal_jewelry/popup.xml new file mode 100644 index 000000000..3e064093a --- /dev/null +++ b/data/themes/hal_jewelry/popup.xml @@ -0,0 +1,22 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="100"> + + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="15" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="15" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="32" height="10" /> + <part type="bg-quad" xpos="33" ypos="16" width="64" height="10" /> + <part type="right-edge" xpos="98" ypos="16" width="32" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="32" height="15" /> + <part type="bottom-edge" xpos="33" ypos="27" width="64" height="15" /> + <part type="bottom-right-corner" xpos="98" ypos="27" width="32" height="15" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/progressbar.xml b/data/themes/hal_jewelry/progressbar.xml new file mode 100644 index 000000000..9f8032ca4 --- /dev/null +++ b/data/themes/hal_jewelry/progressbar.xml @@ -0,0 +1,23 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="80" ypos="186"> + + <option name="padding" value="3" /> + <option name="fillPadding" value="4" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="2" height="4" /> + <part type="top-right-corner" xpos="6" ypos="0" width="4" height="4" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="14" /> + <part type="bg-quad" xpos="4" ypos="4" width="2" height="14" /> + <part type="right-edge" xpos="6" ypos="4" width="4" height="14" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="18" width="4" height="4" /> + <part type="bottom-edge" xpos="4" ypos="18" width="2" height="4" /> + <part type="bottom-right-corner" xpos="6" ypos="18" width="4" height="4" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/quests.xml b/data/themes/hal_jewelry/quests.xml new file mode 100644 index 000000000..2431db123 --- /dev/null +++ b/data/themes/hal_jewelry/quests.xml @@ -0,0 +1,31 @@ +<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="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/radio.xml b/data/themes/hal_jewelry/radio.xml new file mode 100644 index 000000000..2ec498cfa --- /dev/null +++ b/data/themes/hal_jewelry/radio.xml @@ -0,0 +1,8 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="190" ypos="26"> + <part type="out" xpos="0" ypos="0" width="13" height="13" /> + <part type="in" xpos="0" ypos="13" width="13" height="13" /> + <part type="out-highlighted" xpos="13" ypos="0" width="13" height="13" /> + <part type="in-highlighted" xpos="13" ypos="13" width="13" height="13" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/resize.xml b/data/themes/hal_jewelry/resize.xml new file mode 100644 index 000000000..461aad544 --- /dev/null +++ b/data/themes/hal_jewelry/resize.xml @@ -0,0 +1,5 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="160" ypos="0" width="16" height="16" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/scroll.xml b/data/themes/hal_jewelry/scroll.xml new file mode 100644 index 000000000..718ee1c26 --- /dev/null +++ b/data/themes/hal_jewelry/scroll.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="164"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="4" /> + <part type="top-edge" xpos="5" ypos="0" width="1" height="4" /> + <part type="top-right-corner" xpos="6" ypos="0" width="5" height="4" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="5" height="11" /> + <part type="bg-quad" xpos="5" ypos="4" width="1" height="11" /> + <part type="right-edge" xpos="6" ypos="4" width="5" height="11" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="15" width="5" height="4" /> + <part type="bottom-edge" xpos="5" ypos="15" width="1" height="4" /> + <part type="bottom-right-corner" xpos="6" ypos="15" width="5" height="4" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/scroll_background.xml b/data/themes/hal_jewelry/scroll_background.xml new file mode 100644 index 000000000..f8cc88055 --- /dev/null +++ b/data/themes/hal_jewelry/scroll_background.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="186"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="20" height="5" /> + <part type="top-right-corner" xpos="27" ypos="0" width="5" height="5" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="5" width="5" height="20" /> + <part type="bg-quad" xpos="5" ypos="5" width="20" height="20" /> + <part type="right-edge" xpos="27" ypos="5" width="5" height="20" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="27" width="20" height="5" /> + <part type="bottom-right-corner" xpos="27" ypos="27" width="5" height="5" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/scroll_highlighted.xml b/data/themes/hal_jewelry/scroll_highlighted.xml new file mode 100644 index 000000000..f6cce5e52 --- /dev/null +++ b/data/themes/hal_jewelry/scroll_highlighted.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="57" ypos="164"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="4" /> + <part type="top-edge" xpos="5" ypos="0" width="1" height="4" /> + <part type="top-right-corner" xpos="6" ypos="0" width="5" height="4" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="5" height="11" /> + <part type="bg-quad" xpos="5" ypos="4" width="1" height="11" /> + <part type="right-edge" xpos="6" ypos="4" width="5" height="11" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="15" width="5" height="4" /> + <part type="bottom-edge" xpos="5" ypos="15" width="1" height="4" /> + <part type="bottom-right-corner" xpos="6" ypos="15" width="5" height="4" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/scroll_vbackground.xml b/data/themes/hal_jewelry/scroll_vbackground.xml new file mode 100644 index 000000000..2bd1ca982 --- /dev/null +++ b/data/themes/hal_jewelry/scroll_vbackground.xml @@ -0,0 +1,13 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="105" ypos="186"> + + <!-- Top Row --> + <part type="top-edge" xpos="0" ypos="0" width="10" height="11" /> + + <!-- Middle Row --> + <part type="bg-quad" xpos="16" ypos="0" width="10" height="11" /> + + <!-- Bottom Row --> + <part type="bottom-edge" xpos="32" ypos="0" width="10" height="11" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/scrollbuttons.xml b/data/themes/hal_jewelry/scrollbuttons.xml new file mode 100644 index 000000000..2c57cd0ba --- /dev/null +++ b/data/themes/hal_jewelry/scrollbuttons.xml @@ -0,0 +1,8 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="100"> + <part type="left" xpos="0" ypos="0" width="12" height="12" /> + <part type="right" xpos="0" ypos="16" width="12" height="12" /> + <part type="down" xpos="0" ypos="32" width="12" height="12" /> + <part type="up" xpos="0" ypos="48" width="12" height="12" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/scrollbuttons_pressed.xml b/data/themes/hal_jewelry/scrollbuttons_pressed.xml new file mode 100644 index 000000000..f4fb89f15 --- /dev/null +++ b/data/themes/hal_jewelry/scrollbuttons_pressed.xml @@ -0,0 +1,8 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="57" ypos="100"> + <part type="left" xpos="0" ypos="0" width="12" height="12" /> + <part type="right" xpos="0" ypos="16" width="12" height="12" /> + <part type="down" xpos="0" ypos="32" width="12" height="12" /> + <part type="up" xpos="0" ypos="48" width="12" height="12" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/sell.xml b/data/themes/hal_jewelry/sell.xml new file mode 100644 index 000000000..f6cddf678 --- /dev/null +++ b/data/themes/hal_jewelry/sell.xml @@ -0,0 +1,30 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/server.xml b/data/themes/hal_jewelry/server.xml new file mode 100644 index 000000000..bac7a4318 --- /dev/null +++ b/data/themes/hal_jewelry/server.xml @@ -0,0 +1,32 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <!--<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/hal_jewelry/slider.xml b/data/themes/hal_jewelry/slider.xml new file mode 100644 index 000000000..dbc4818d0 --- /dev/null +++ b/data/themes/hal_jewelry/slider.xml @@ -0,0 +1,13 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="137" ypos="132"> + <part type="hstart" xpos="16" ypos="0" width="4" height="7" /> + <part type="hmiddle" xpos="20" ypos="0" width="7" height="7" /> + <part type="hend" xpos="27" ypos="0" width="4" height="7" /> + <part type="hgrip" xpos="0" ypos="0" width="13" height="13" /> + + <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> + <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> + <part type="vend" xpos="0" ypos="18" width="6" height="9" /> + <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/slider_highlighted.xml b/data/themes/hal_jewelry/slider_highlighted.xml new file mode 100644 index 000000000..533a05d01 --- /dev/null +++ b/data/themes/hal_jewelry/slider_highlighted.xml @@ -0,0 +1,13 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="137" ypos="148"> + <part type="hstart" xpos="16" ypos="0" width="4" height="7" /> + <part type="hmiddle" xpos="20" ypos="0" width="7" height="7" /> + <part type="hend" xpos="27" ypos="0" width="4" height="7" /> + <part type="hgrip" xpos="0" ypos="0" width="13" height="13" /> + + <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> + <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> + <part type="vend" xpos="0" ypos="18" width="6" height="9" /> + <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/social.xml b/data/themes/hal_jewelry/social.xml new file mode 100644 index 000000000..bca3d1465 --- /dev/null +++ b/data/themes/hal_jewelry/social.xml @@ -0,0 +1,32 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + <option name="showtabbackground" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <!--<part type="stickyImageUp" xpos="-130" ypos="51" width="16" height="16" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="16" height="16" />--> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/spells.xml b/data/themes/hal_jewelry/spells.xml new file mode 100644 index 000000000..5b5428d38 --- /dev/null +++ b/data/themes/hal_jewelry/spells.xml @@ -0,0 +1,29 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="padding" value="15" /> + <option name="titlebarBold" value="1" /> + <option name="titlePadding" value="25" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/status.xml b/data/themes/hal_jewelry/status.xml new file mode 100644 index 000000000..99199c194 --- /dev/null +++ b/data/themes/hal_jewelry/status.xml @@ -0,0 +1,31 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarHeight" value="35" /> + <option name="titlebarBold" value="1" /> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <!--<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/hal_jewelry/tab.xml b/data/themes/hal_jewelry/tab.xml new file mode 100644 index 000000000..138cc962e --- /dev/null +++ b/data/themes/hal_jewelry/tab.xml @@ -0,0 +1,22 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="68" ypos="0"> + + <option name="padding" value="5" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/tab_highlighted.xml b/data/themes/hal_jewelry/tab_highlighted.xml new file mode 100644 index 000000000..1d9c55790 --- /dev/null +++ b/data/themes/hal_jewelry/tab_highlighted.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="68" ypos="25"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/tab_selected.xml b/data/themes/hal_jewelry/tab_selected.xml new file mode 100644 index 000000000..a5235916e --- /dev/null +++ b/data/themes/hal_jewelry/tab_selected.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="68" ypos="50"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/tab_unused.xml b/data/themes/hal_jewelry/tab_unused.xml new file mode 100644 index 000000000..95b48e695 --- /dev/null +++ b/data/themes/hal_jewelry/tab_unused.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="68" ypos="75"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/textfield_background.xml b/data/themes/hal_jewelry/textfield_background.xml new file mode 100644 index 000000000..f8cc88055 --- /dev/null +++ b/data/themes/hal_jewelry/textfield_background.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="186"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="20" height="5" /> + <part type="top-right-corner" xpos="27" ypos="0" width="5" height="5" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="5" width="5" height="20" /> + <part type="bg-quad" xpos="5" ypos="5" width="20" height="20" /> + <part type="right-edge" xpos="27" ypos="5" width="5" height="20" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="27" width="20" height="5" /> + <part type="bottom-right-corner" xpos="27" ypos="27" width="5" height="5" /> + </widget> +</skinset> diff --git a/data/themes/hal_jewelry/window.png b/data/themes/hal_jewelry/window.png Binary files differnew file mode 100644 index 000000000..ac62152fb --- /dev/null +++ b/data/themes/hal_jewelry/window.png diff --git a/data/themes/hal_jewelry/window.xml b/data/themes/hal_jewelry/window.xml new file mode 100644 index 000000000..8fcfd0d03 --- /dev/null +++ b/data/themes/hal_jewelry/window.xml @@ -0,0 +1,31 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="32" height="32" /> + <part type="top-edge" xpos="33" ypos="0" width="64" height="32" /> + <part type="top-right-corner" xpos="98" ypos="0" width="32" height="32" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="33" width="32" height="32" /> + <part type="bg-quad" xpos="33" ypos="33" width="64" height="32" /> + <part type="right-edge" xpos="98" ypos="33" width="32" height="32" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="66" width="32" height="32" /> + <part type="bottom-edge" xpos="33" ypos="66" width="64" height="32" /> + <part type="bottom-right-corner" xpos="98" ypos="66" width="32" height="32" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <!--<part type="stickyImageUp" xpos="-130" ypos="51" width="16" height="16" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="16" height="16" />--> + + </widget> +</skinset> |