diff options
Diffstat (limited to 'data')
119 files changed, 2815 insertions, 1 deletions
diff --git a/data/themes/CMakeLists.txt b/data/themes/CMakeLists.txt index 858d8d002..a7c24251c 100644 --- a/data/themes/CMakeLists.txt +++ b/data/themes/CMakeLists.txt @@ -4,6 +4,7 @@ ADD_SUBDIRECTORY(classic) ADD_SUBDIRECTORY(enchilado) ADD_SUBDIRECTORY(golden-delicious) ADD_SUBDIRECTORY(jewelry) +ADD_SUBDIRECTORY(jewelry-simple) ADD_SUBDIRECTORY(mana) ADD_SUBDIRECTORY(pink) ADD_SUBDIRECTORY(unity) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 36effa045..fe717d95e 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = blacknblack blackwood classic enchilado golden-delicious jewelry mana pink unity wood +SUBDIRS = blacknblack blackwood classic enchilado golden-delicious jewelry jewelry-simple mana pink unity wood EXTRA_DIST = CMakeLists.txt diff --git a/data/themes/jewelry-simple/CHANGELOG.txt b/data/themes/jewelry-simple/CHANGELOG.txt new file mode 100644 index 000000000..beed9173f --- /dev/null +++ b/data/themes/jewelry-simple/CHANGELOG.txt @@ -0,0 +1,61 @@ +>>> JEWELRY THEME <<< +Francesco Miglietta (Hal9000) + + +Version 1.0.4 (29.04.2013) + + - New character selection graphic implemented + - New scrollbar graphic implemented +100% usability on mobile + - New graphic for horizonal scrollbar background added + - Fix horizontal scrollbar issue + - Increase contrast with highlighted handle in new scrollbar graphic + + +Version 1.0.3 (12.02.2013) + + - Fix login window minor graphic artifacts + - Improved listboxes menu layout + - Fix language selection menus in setup window and npc dialogue + - Fix height in popuplist for language selection in setup window + - Fix bug in joypad area + - Bars and icons on top left corner and windows button in top right corner position tuning + + +Version 1.0.2 (03.01.2012) + + - Add outline to windows' headers + - Add outline to menu popup window, readability issue fixed + - Chat tab color scheme is now user friendly + - Chat tab color scheme for party and guild tabs implemented + - New resize grip graphic + - Fix position of resize grip in all windows + - Fix bug with status window lock button graphic + - New rounded border graphic for all windows + + +Version 1.0.1 (22.12.2012) + + - Fix bug in login, shop, world and itemcontainer windows + - Add transparency to onscreen buttons + - Improved skill window layout + - Fixed bug with item selection in inventory window + - New graphic for quest status icons in quest window + + +Version 1.0.0 (11.12.2012) + + JEWELRY THEME first release. + Changes are described comparing Jewelry Theme to standard The Mana World client themes. + + - New graphics for all gui elements + - Title bars on most windows + - Specific tuning parameters for each window (padding, title style, etc) + - Mouseover effects for all interactive objects (like close button) + - Bigger graphic elements like sliders, radio/check button, etc for easier interaction + - New equipment slot graphics and selection effects + - Transparent background for specific windows + - Updated cursors + - New graphic for scrollbar background + - New cursors graphic: mechanism trigger, doors/warps + - New font color combinations and window-specific color scheme for better readability + - Android: graphic for on-screen keyboard, joypad area and on-screen buttons diff --git a/data/themes/jewelry-simple/CMakeLists.txt b/data/themes/jewelry-simple/CMakeLists.txt new file mode 100644 index 000000000..3c1f5a92c --- /dev/null +++ b/data/themes/jewelry-simple/CMakeLists.txt @@ -0,0 +1,119 @@ +SET (FILES + avatarlistbox.xml + beingpopup.xml + browserbox.xml + button.xml + button_disabled.xml + button_highlighted.xml + button_pressed.xml + buy.xml + charcreate.xml + CHANGELOG.txt + chat.xml + checkbox.xml + circle-off.xml + circle-on.xml + colors.xml + complete_icon.xml + cutin.xml + dbutton.xml + didyouknow.xml + dpad.xml + dropdown.xml + dropdown_background.xml + dropdown_pressed.xml + drops.xml + edit.xml + emotes.xml + emotetabs.xml + equipment.xml + equipment_background.xml + equipmentbox.png + extendedlistbox.xml + extendedlistbox_high.xml + extendedlistbox_medium.xml + extendedlistbox_xhigh.xml + extendedlistbox_xxhigh.xml + help.xml + incomplete_icon.xml + info.xml + inventory.xml + inventory_cell2.xml + item_selection.xml + itemcontainer.xml + itempopup.xml + items.xml + keyboard_icon.xml + keyboard_icon_high.xml + keyboard_icon_medium.xml + keyboard_icon_xhigh.xml + keyboard_icon_xxhigh.xml + LICENSE.txt + listbox.xml + listbox_high.xml + listbox_medium.xml + listbox_xhigh.xml + listbox_xxhigh.xml + login.xml + mailedit.xml + map.xml + ministatus.xml + mouse.png + npc.xml + ok.xml + onlinebrowserbox.xml + outfits.xml + playerbox.xml + playerboxselected.xml + popup.xml + popup_high.xml + popup_xhigh.xml + popup_xxhigh.xml + popupbrowserbox.xml + popupbrowserbox_high.xml + popupbrowserbox_medium.xml + popupbrowserbox_xhigh.xml + popupbrowserbox_xxhigh.xml + popuplist.xml + popupmenu.xml + popupmenu_high.xml + popupmenu_medium.xml + popupmenu_xhigh.xml + popupmenu_xxhigh.xml + progressbar.xml + quests.xml + radio.xml + resize.xml + scroll.xml + scroll_background.xml + scroll_hbackground.xml + scroll_highlighted.xml + scroll_vbackground.xml + scrollbuttons.xml + scrollbuttons_pressed.xml + sell.xml + server.xml + serverinfo.xml + serverslistbox.xml + shop.xml + shoplistbox.xml + skilllistbox.xml + skillpopup.xml + skillrectanglelistbox.xml + slider.xml + slider_highlighted.xml + social.xml + spells.xml + status.xml + tab.xml + tab_highlighted.xml + tab_selected.xml + tab_unused.xml + textfield.xml + window.png + window.xml + windowmenu.xml + world.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/jewelry-simple) diff --git a/data/themes/jewelry-simple/LICENSE.txt b/data/themes/jewelry-simple/LICENSE.txt new file mode 100644 index 000000000..16e7979cd --- /dev/null +++ b/data/themes/jewelry-simple/LICENSE.txt @@ -0,0 +1,5 @@ +HAL JEWELRY THEME - LICENSE + + +window.png CC-BY-SA 3.0 Created by Francesco Miglietta (aka Hal9000) +equipmentbox.png CC-BY-SA 3.0 Created by Francesco Miglietta (aka Hal9000) diff --git a/data/themes/jewelry-simple/Makefile.am b/data/themes/jewelry-simple/Makefile.am new file mode 100644 index 000000000..a32b82158 --- /dev/null +++ b/data/themes/jewelry-simple/Makefile.am @@ -0,0 +1,123 @@ + +guidir = $(pkgdatadir)/data/themes/jewelry-simple + +gui_DATA = \ + avatarlistbox.xml \ + beingpopup.xml \ + browserbox.xml \ + button.xml \ + button_disabled.xml \ + button_highlighted.xml \ + button_pressed.xml \ + buy.xml \ + charcreate.xml \ + CHANGELOG.txt \ + chat.xml \ + checkbox.xml \ + circle-off.xml \ + circle-on.xml \ + colors.xml \ + complete_icon.xml \ + cutin.xml \ + dbutton.xml \ + didyouknow.xml \ + dpad.xml \ + dropdown.xml \ + dropdown_background.xml \ + dropdown_pressed.xml \ + drops.xml \ + edit.xml \ + emotes.xml \ + emotetabs.xml \ + equipment.xml \ + equipment_background.xml \ + equipmentbox.png \ + extendedlistbox.xml \ + extendedlistbox_high.xml \ + extendedlistbox_medium.xml \ + extendedlistbox_xhigh.xml \ + extendedlistbox_xxhigh.xml \ + help.xml \ + incomplete_icon.xml \ + info.xml \ + inventory.xml \ + inventory_cell2.xml \ + item_selection.xml \ + itemcontainer.xml \ + itempopup.xml \ + items.xml \ + keyboard_icon.xml \ + keyboard_icon_high.xml \ + keyboard_icon_medium.xml \ + keyboard_icon_xhigh.xml \ + keyboard_icon_xxhigh.xml \ + LICENSE.txt \ + listbox.xml \ + listbox_high.xml \ + listbox_medium.xml \ + listbox_xhigh.xml \ + listbox_xxhigh.xml \ + login.xml \ + mailedit.xml \ + map.xml \ + ministatus.xml \ + mouse.png \ + npc.xml \ + ok.xml \ + onlinebrowserbox.xml \ + outfits.xml \ + playerbox.xml \ + playerboxselected.xml \ + popup.xml \ + popup_high.xml \ + popup_xhigh.xml \ + popup_xxhigh.xml \ + popupbrowserbox.xml \ + popupbrowserbox_high.xml \ + popupbrowserbox_medium.xml \ + popupbrowserbox_xhigh.xml \ + popupbrowserbox_xxhigh.xml \ + popuplist.xml \ + popupmenu.xml \ + popupmenu_high.xml \ + popupmenu_medium.xml \ + popupmenu_xhigh.xml \ + popupmenu_xxhigh.xml \ + progressbar.xml \ + quests.xml \ + radio.xml \ + resize.xml \ + scroll.xml \ + scroll_background.xml \ + scroll_hbackground.xml \ + scroll_highlighted.xml \ + scroll_vbackground.xml \ + scrollbuttons.xml \ + scrollbuttons_pressed.xml \ + sell.xml \ + server.xml \ + serverinfo.xml \ + serverslistbox.xml \ + shop.xml \ + shoplistbox.xml \ + skilllistbox.xml \ + skillpopup.xml \ + skillrectanglelistbox.xml \ + slider.xml \ + slider_highlighted.xml \ + social.xml \ + spells.xml \ + status.xml \ + tab.xml \ + tab_highlighted.xml \ + tab_selected.xml \ + tab_unused.xml \ + textfield.xml \ + window.png \ + window.xml \ + windowmenu.xml \ + world.xml + +EXTRA_DIST = \ + $(gui_DATA) \ + CMakeLists.txt diff --git a/data/themes/jewelry-simple/avatarlistbox.xml b/data/themes/jewelry-simple/avatarlistbox.xml new file mode 100644 index 000000000..1cc019913 --- /dev/null +++ b/data/themes/jewelry-simple/avatarlistbox.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="imagePadding" value="8" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/beingpopup.xml b/data/themes/jewelry-simple/beingpopup.xml new file mode 100644 index 000000000..88b73c928 --- /dev/null +++ b/data/themes/jewelry-simple/beingpopup.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="12" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/browserbox.xml b/data/themes/jewelry-simple/browserbox.xml new file mode 100644 index 000000000..aa96242bc --- /dev/null +++ b/data/themes/jewelry-simple/browserbox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="0" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="1" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/button.xml b/data/themes/jewelry-simple/button.xml new file mode 100644 index 000000000..bec97c71f --- /dev/null +++ b/data/themes/jewelry-simple/button.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="0"> + <option name="padding" value="7" /> + + <!-- 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/jewelry-simple/button_disabled.xml b/data/themes/jewelry-simple/button_disabled.xml new file mode 100644 index 000000000..4a626aa3d --- /dev/null +++ b/data/themes/jewelry-simple/button_disabled.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/button_highlighted.xml b/data/themes/jewelry-simple/button_highlighted.xml new file mode 100644 index 000000000..c2018dc89 --- /dev/null +++ b/data/themes/jewelry-simple/button_highlighted.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/button_pressed.xml b/data/themes/jewelry-simple/button_pressed.xml new file mode 100644 index 000000000..c3db6da2d --- /dev/null +++ b/data/themes/jewelry-simple/button_pressed.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/buy.xml b/data/themes/jewelry-simple/buy.xml new file mode 100644 index 000000000..dc0f877a3 --- /dev/null +++ b/data/themes/jewelry-simple/buy.xml @@ -0,0 +1,29 @@ +<?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="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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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/jewelry-simple/charcreate.xml b/data/themes/jewelry-simple/charcreate.xml new file mode 100644 index 000000000..394cb94a0 --- /dev/null +++ b/data/themes/jewelry-simple/charcreate.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<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="stickySpacing" value="6" /> + <option name="labelPadding" value="2" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/chat.xml b/data/themes/jewelry-simple/chat.xml new file mode 100644 index 000000000..28e68f0a9 --- /dev/null +++ b/data/themes/jewelry-simple/chat.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="4" /> + <option name="childPalette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + + <part type="stickyImageUp" xpos="-130" ypos="-58" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="-58" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/checkbox.xml b/data/themes/jewelry-simple/checkbox.xml new file mode 100644 index 000000000..36044979e --- /dev/null +++ b/data/themes/jewelry-simple/checkbox.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="190" ypos="0"> + <option name="padding" value="3" /> + <option name="imagePadding" value="8" /> + <option name="imageSize" value="13" /> + <option name="spacing" value="10" /> + <option name="drawBox" value="1" /> + + <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/jewelry-simple/circle-off.xml b/data/themes/jewelry-simple/circle-off.xml new file mode 100644 index 000000000..b28e3ae96 --- /dev/null +++ b/data/themes/jewelry-simple/circle-off.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/circle-on.xml b/data/themes/jewelry-simple/circle-on.xml new file mode 100644 index 000000000..962b62232 --- /dev/null +++ b/data/themes/jewelry-simple/circle-on.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/colors.xml b/data/themes/jewelry-simple/colors.xml new file mode 100644 index 000000000..e716ecc9e --- /dev/null +++ b/data/themes/jewelry-simple/colors.xml @@ -0,0 +1,464 @@ +<?xml version="1.0" encoding="utf-8"?> +<colors> + <palette id="0"> + <color id="BROWSERBOX" color="#000000" /> + <color id="SELFNICK" color="#402600" /> + <color id="TEXT" color="#402600" /> + <color id="TEXT_DISABLED" 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="PROGRESS_BAR_OUTLINE" color="#000000" /> + <color id="BUTTON" color="#efd7a7" /> + <color id="BUTTON_OUTLINE" color="#473005" /> + <color id="BUTTON_HIGHLIGHTED" color="#f9eabc" /> + <color id="BUTTON_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="BUTTON_PRESSED" color="#f9eabc" /> + <color id="BUTTON_PRESSED_OUTLINE" color="#63450a" /> + <color id="BUTTON_DISABLED" color="#aaaaaa" /> + <color id="BUTTON_DISABLED_OUTLINE" color="#000000" /> + <color id="CHECKBOX" color="#000000" /> + <color id="DROPDOWN" color="#000000" /> + <color id="LABEL" color="#000000" /> + <color id="LISTBOX" color="#000000" /> + <color id="LISTBOX_SELECTED" color="#000000" /> + <color id="RADIOBUTTON" color="#000000" /> + <color id="POPUP" color="#f9eabc" /> + <color id="TAB" color="#efd7a7" /> + <color id="TAB_OUTLINE" color="#473005" /> + <color id="TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="TAB_SELECTED" color="#f8eacf" /> + <color id="TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="BATTLE_CHAT_TAB" color="#efd7a7" /> + <color id="BATTLE_CHAT_TAB_OUTLINE" color="#473005" /> + <color id="BATTLE_CHAT_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="BATTLE_CHAT_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="BATTLE_CHAT_TAB_SELECTED" color="#f8eacf" /> + <color id="BATTLE_CHAT_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="CHANNEL_CHAT_TAB" color="#efd7a7" /> + <color id="CHANNEL_CHAT_TAB_OUTLINE" color="#473005" /> + <color id="CHANNEL_CHAT_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="CHANNEL_CHAT_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="CHANNEL_CHAT_TAB_SELECTED" color="#f8eacf" /> + <color id="CHANNEL_CHAT_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="TEXTBOX" color="#000000" /> + <color id="TEXTFIELD" color="#000000" /> + <color id="WINDOW" color="#f1d9a9" /> + <color id="WINDOW_OUTLINE" color="#000000" /> + <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="GLOBAL" color="#fec4ff" /> + <color id="PLAYER" color="#eeeeee" /> + <color id="IS" color="#edbedb" /> + <color id="SERVER" color="#edbedb" /> + <color id="LOGGER" color="#919191" /> + <color id="HYPERLINK" color="#ab15bd" /> + <color id="UNKNOWN_ITEM" color="#ffffff" /> + <color id="CHARM" color="#ffffff" /> + <color id="GENERIC" color="#eeeeee" /> + <color id="CARD" 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="BLACK" color="#000000" /> + <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="#774217" /> + <color id="OLDCHAT" color="#774217" /> + <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="SKILL_COOLDOWN" color="#5090ff" /> + </palette> + + <palette id="1"> + <color id="SELFNICK" color="#402600" /> + <color id="TEXT" color="#402600" /> + <color id="TEXT_DISABLED" 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="PROGRESS_BAR_OUTLINE" color="#000000" /> + <color id="BUTTON" color="#efd7a7" /> + <color id="BUTTON_OUTLINE" color="#000000" /> + <color id="BUTTON_HIGHLIGHTED" color="#f9eabc" /> + <color id="BUTTON_HIGHLIGHTED_OUTLINE" color="#000000" /> + <color id="BUTTON_PRESSED" color="#f9eabc" /> + <color id="BUTTON_PRESSED_OUTLINE" color="#000000" /> + <color id="BUTTON_DISABLED" color="#aaaaaa" /> + <color id="BUTTON_DISABLED_OUTLINE" color="#000000" /> + <color id="CHECKBOX" color="#000000" /> + <color id="DROPDOWN" color="#000000" /> + <color id="LABEL" color="#000000" /> + <color id="LISTBOX" color="#000000" /> + <color id="LISTBOX_SELECTED" color="#000000" /> + <color id="RADIOBUTTON" color="#000000" /> + <color id="POPUP" color="#fbf4c4" /> + <color id="POPUP_OUTLINE" color="#42403a" /> + <color id="TEXTBOX" color="#000000" /> + <color id="TEXTFIELD" color="#000000" /> + <color id="WINDOW" color="#f1d9a9" /> + <color id="TAB" color="#efd7a7" /> + <color id="TAB_OUTLINE" color="#473005" /> + <color id="TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="TAB_SELECTED" color="#f8eacf" /> + <color id="TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="BATTLE_CHAT_TAB" color="#efd7a7" /> + <color id="BATTLE_CHAT_TAB_OUTLINE" color="#473005" /> + <color id="BATTLE_CHAT_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="BATTLE_CHAT_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="BATTLE_CHAT_TAB_SELECTED" color="#f8eacf" /> + <color id="BATTLE_CHAT_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="CHANNEL_CHAT_TAB" color="#efd7a7" /> + <color id="CHANNEL_CHAT_TAB_OUTLINE" color="#473005" /> + <color id="CHANNEL_CHAT_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="CHANNEL_CHAT_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="CHANNEL_CHAT_TAB_SELECTED" color="#f8eacf" /> + <color id="CHANNEL_CHAT_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="TAB_FLASH" color="#a7ff2a" /> + <color id="TAB_FLASH_OUTLINE" color="#142200" /> + <color id="TAB_PLAYER_FLASH" color="#ff96f6" /> + <color id="PARTY_CHAT_TAB" color="#efd7a7" /> + <color id="PARTY_CHAT_TAB_OUTLINE" color="#473005" /> + <color id="PARTY_CHAT_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="PARTY_CHAT_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="PARTY_CHAT_TAB_SELECTED" color="#f8eacf" /> + <color id="PARTY_CHAT_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="PARTY_SOCIAL_TAB" color="#efd7a7" /> + <color id="PARTY_SOCIAL_TAB_OUTLINE" color="#473005" /> + <color id="PARTY_SOCIAL_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="PARTY_SOCIAL_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="PARTY_SOCIAL_TAB_SELECTED" color="#f8eacf" /> + <color id="PARTY_SOCIAL_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="GUILD_CHAT_TAB" color="#efd7a7" /> + <color id="GUILD_CHAT_TAB_OUTLINE" color="#473005" /> + <color id="GUILD_CHAT_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="GUILD_CHAT_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="GUILD_CHAT_TAB_SELECTED" color="#f8eacf" /> + <color id="GUILD_CHAT_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="GUILD_SOCIAL_TAB" color="#efd7a7" /> + <color id="GUILD_SOCIAL_TAB_OUTLINE" color="#473005" /> + <color id="GUILD_SOCIAL_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="GUILD_SOCIAL_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="GUILD_SOCIAL_TAB_SELECTED" color="#f8eacf" /> + <color id="GUILD_SOCIAL_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="GM_CHAT_TAB" color="#efd7a7" /> + <color id="GM_CHAT_TAB_OUTLINE" color="#473005" /> + <color id="GM_CHAT_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="GM_CHAT_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="GM_CHAT_TAB_SELECTED" color="#f8eacf" /> + <color id="GM_CHAT_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="WHISPER_TAB" color="#efd7a7" /> + <color id="WHISPER_TAB_OUTLINE" color="#473005" /> + <color id="WHISPER_TAB_OFFLINE" color="#444444" /> + <color id="WHISPER_TAB_OFFLINE_OUTLINE" color="#000000" /> + <color id="WHISPER_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="WHISPER_TAB_HIGHLIGHTED_OUTLINE" color="#63450a" /> + <color id="WHISPER_TAB_OFFLINE_HIGHLIGHTED" color="#fffbed" /> + <color id="WHISPER_TAB_OFFLINE_HIGHLIGHTED_OUTLINE" color="#000000" /> + <color id="WHISPER_TAB_SELECTED" color="#f8eacf" /> + <color id="WHISPER_TAB_SELECTED_OUTLINE" color="#63450a" /> + <color id="WHISPER_TAB_OFFLINE_SELECTED" color="#444444" /> + <color id="WHISPER_TAB_OFFLINE_SELECTED_OUTLINE" color="#000000" /> + <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="SHOP_WARNING" color="#e07a7a" /> + <color id="ITEM_EQUIPPED" color="#000091" /> + <color id="ITEM_NOT_EQUIPPED" color="#000000" /> + <color id="BUBBLE_NAME" color="#cccccc" /> + <color id="BUBBLE_TEXT" color="#ffffff" /> + <color id="LOGGER" color="#919191" /> + <color id="HYPERLINK" color="#bcdff4" /> + <color id="HYPERLINK_OUTLINE" color="#052f47" /> + <color id="UNKNOWN_ITEM" color="#ffffff" /> + <color id="CHARM" color="#ffffff" /> + <color id="GENERIC" color="#dbdbdb" /> + <color id="GENERIC_OUTLINE" color="#333333" /> + <color id="CARD" color="#dbdbdb" /> + <color id="CARD_OUTLINE" color="#333333" /> + <color id="HEAD" color="#f8eb7c" /> + <color id="HEAD_OUTLINE" color="#382a01" /> + <color id="USABLE" color="#b4d7ec" /> + <color id="USABLE_OUTLINE" color="#052f47" /> + <color id="TORSO" color="#f8eb7c" /> + <color id="TORSO_OUTLINE" color="#382a01" /> + <color id="ONEHAND" color="#f8eb7c" /> + <color id="ONEHAND_OUTLINE" color="#382a01" /> + <color id="LEGS" color="#f8eb7c" /> + <color id="LEGS_OUTLINE" color="#382a01" /> + <color id="FEET" color="#f8eb7c" /> + <color id="FEET_OUTLINE" color="#382a01" /> + <color id="TWOHAND" color="#f8eb7c" /> + <color id="TWOHAND_OUTLINE" color="#382a01" /> + <color id="SHIELD" color="#f8eb7c" /> + <color id="SHIELD_OUTLINE" color="#382a01" /> + <color id="RING" color="#f8eb7c" /> + <color id="RING_OUTLINE" color="#382a01" /> + <color id="NECKLACE" color="#f8eb7c" /> + <color id="NECKLACE_OUTLINE" color="#382a01" /> + <color id="ARMS" color="#f8eb7c" /> + <color id="ARMS_OUTLINE" color="#382a01" /> + <color id="AMMO" color="#f8eb7c" /> + <color id="AMMO_OUTLINE" color="#382a01" /> + <color id="SERVER_VERSION_NOT_SUPPORTED" color="#DC0000" /> + <color id="WARNING" color="#FF0000" /> + <color id="CHAT" color="#ffffff" /> + <color id="CHAT_OUTLINE" color="#3f3f3f" /> + <color id="GM" color="#ff45fd" /> + <color id="GM_OUTLINE" color="#44033a" /> + <color id="GLOBAL" color="#ff45fd" /> + <color id="GLOBAL_OUTLINE" color="#44033a" /> + <color id="PLAYER" color="#bcdff4" /> + <color id="PLAYER_OUTLINE" color="#052f47" /> + <color id="PLAYER_ADVANCED" color="#f9eabc" /> + <color id="PLAYER_ADVANCED_OUTLINE" color="#3b2b04" /> + <color id="IS" color="#77deff" /> + <color id="IS_OUTLINE" color="#02232e" /> + <color id="SERVER" color="#a7ff2a" /> + <color id="SERVER_OUTLINE" color="#142200" /> + <color id="BROWSERBOX" color="#999999" /> + <color id="BROWSERBOX_OUTLINE" color="#000000" /> + <color id="BLACK" color="#999999" /> + <color id="BLACK_OUTLINE" color="#000000" /> + <color id="RED" color="#ff6565" /> + <color id="RED_OUTLINE" color="#470303" /> + <color id="GREEN" color="#57cb21" /> + <color id="GREEN_OUTLINE" color="#0b3102" /> + <color id="BLUE" color="#8080ff" /> + <color id="BLUE_OUTLINE" color="#060646" /> + <color id="ORANGE" color="#f1c777" /> + <color id="ORANGE_OUTLINE" color="#3d2201" /> + <color id="YELLOW" color="#f8eb7c" /> + <color id="YELLOW_OUTLINE" color="#382a01" /> + <color id="PINK" color="#ff90ee" /> + <color id="PINK_OUTLINE" color="#44033a" /> + <color id="PURPLE" color="#cd8cff" /> + <color id="PURPLE_OUTLINE" color="#260341" /> + <color id="GRAY" color="#dbdbdb" /> + <color id="GRAY_OUTLINE" color="#333333" /> + <color id="BROWN" color="#cb884c" /> + <color id="BROWN_OUTLINE" color="#271802" /> + <color id="OLDCHAT" color="#cb884c" /> + <color id="OLDCHAT_OUTLINE" color="#271802" /> + <color id="AWAYCHAT" color="#cb884c" /> + <color id="AWAYCHAT_OUTLINE" color="#271802" /> + <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" /> + </palette> + + <palette id="2"> + <color id="SELFNICK" color="#402600" /> + <color id="TEXT" color="#402600" /> + <color id="TEXT_DISABLED" 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="PROGRESS_BAR_OUTLINE" color="#000000" /> + <color id="BUTTON" color="#efd7a7" /> + <color id="BUTTON_OUTLINE" color="#000000" /> + <color id="BUTTON_HIGHLIGHTED" color="#f9eabc" /> + <color id="BUTTON_HIGHLIGHTED_OUTLINE" color="#000000" /> + <color id="BUTTON_PRESSED" color="#f9eabc" /> + <color id="BUTTON_PRESSED_OUTLINE" color="#000000" /> + <color id="BUTTON_DISABLED" color="#aaaaaa" /> + <color id="BUTTON_DISABLED_OUTLINE" color="#000000" /> + <color id="CHECKBOX" color="#000000" /> + <color id="DROPDOWN" color="#000000" /> + <color id="LABEL" color="#000000" /> + <color id="LISTBOX" color="#000000" /> + <color id="LISTBOX_SELECTED" color="#000000" /> + <color id="RADIOBUTTON" color="#000000" /> + <color id="POPUP" color="#f9eabc" /> + <color id="TAB" color="#efd7a7" /> + <color id="TAB_OUTLINE" color="#000000" /> + <color id="TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="TAB_HIGHLIGHTED_OUTLINE" color="#000000" /> + <color id="TAB_SELECTED" color="#f8eacf" /> + <color id="TAB_SELECTED_OUTLINE" color="#000000" /> + <color id="BATTLE_CHAT_TAB" color="#efd7a7" /> + <color id="BATTLE_CHAT_TAB_OUTLINE" color="#000000" /> + <color id="BATTLE_CHAT_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="BATTLE_CHAT_TAB_HIGHLIGHTED_OUTLINE" color="#000000" /> + <color id="BATTLE_CHAT_TAB_SELECTED" color="#f8eacf" /> + <color id="BATTLE_CHAT_TAB_SELECTED_OUTLINE" color="#000000" /> + <color id="CHANNEL_CHAT_TAB" color="#efd7a7" /> + <color id="CHANNEL_CHAT_TAB_OUTLINE" color="#000000" /> + <color id="CHANNEL_CHAT_TAB_HIGHLIGHTED" color="#f8eacf" /> + <color id="CHANNEL_CHAT_TAB_HIGHLIGHTED_OUTLINE" color="#000000" /> + <color id="CHANNEL_CHAT_TAB_SELECTED" color="#f8eacf" /> + <color id="CHANNEL_CHAT_TAB_SELECTED_OUTLINE" color="#000000" /> + <color id="TEXTBOX" color="#000000" /> + <color id="TEXTFIELD" color="#000000" /> + <color id="WINDOW" color="#f1d9a9" /> + <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="GLOBAL" color="#fec4ff" /> + <color id="PLAYER" color="#eeeeee" /> + <color id="IS" color="#edbedb" /> + <color id="SERVER" color="#edbedb" /> + <color id="LOGGER" color="#919191" /> + <color id="HYPERLINK" color="#9e1904" /> + <color id="UNKNOWN_ITEM" color="#ffffff" /> + <color id="CHARM" color="#ffffff" /> + <color id="GENERIC" color="#eeeeee" /> + <color id="CARD" 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="BROWSERBOX" color="#000000" /> + <color id="BLACK" color="#000000" /> + <color id="RED" color="#b71313" /> + <color id="GREEN" color="#307200" /> + <color id="BLUE" color="#174b96" /> + <color id="ORANGE" color="#f1c777" /> + <color id="YELLOW" color="#f8eb7c" /> + <color id="PINK" color="#91105f" /> + <color id="PURPLE" color="#5e1298" /> + <color id="GRAY" color="#dbdbdb" /> + <color id="BROWN" color="#8e4c17" /> + <color id="OLDCHAT" color="#8e4c17" /> + <color id="AWAYCHAT" color="#8e4c17" /> + <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" /> + </palette> + + <progressbar id="HP" color="#b80000" /> + <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/jewelry-simple/complete_icon.xml b/data/themes/jewelry-simple/complete_icon.xml new file mode 100644 index 000000000..5a32e4f8a --- /dev/null +++ b/data/themes/jewelry-simple/complete_icon.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/cutin.xml b/data/themes/jewelry-simple/cutin.xml new file mode 100644 index 000000000..e4e11476a --- /dev/null +++ b/data/themes/jewelry-simple/cutin.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<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="stickySpacing" value="6" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/dbutton.xml b/data/themes/jewelry-simple/dbutton.xml new file mode 100644 index 000000000..462c23cef --- /dev/null +++ b/data/themes/jewelry-simple/dbutton.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="371" ypos="33"> + <option name="clickborder" value="0" /> + <option name="padding" value="20" /> + <option name="x" value="0" /> + <option name="y" value="20" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="19" height="19" /> + <part type="top-edge" xpos="20" ypos="0" width="10" height="19" /> + <part type="top-right-corner" xpos="31" ypos="0" width="19" height="19" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="20" width="19" height="10" /> + <part type="bg-quad" xpos="20" ypos="20" width="10" height="10" /> + <part type="right-edge" xpos="31" ypos="20" width="19" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="31" width="19" height="19" /> + <part type="bottom-edge" xpos="20" ypos="31" width="10" height="19" /> + <part type="bottom-right-corner" xpos="31" ypos="31" width="19" height="19" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/didyouknow.xml b/data/themes/jewelry-simple/didyouknow.xml new file mode 100644 index 000000000..3bc11247e --- /dev/null +++ b/data/themes/jewelry-simple/didyouknow.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<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" /> + <option name="stickySpacing" value="6" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/dpad.xml b/data/themes/jewelry-simple/dpad.xml new file mode 100644 index 000000000..6f585d181 --- /dev/null +++ b/data/themes/jewelry-simple/dpad.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="371" ypos="0"> + <option name="padding" value="10" /> + <option name="x" value="0" /> + <option name="y" value="0" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="22" 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="22" /> + <part type="bg-quad" xpos="5" ypos="5" width="22" height="22" /> + <part type="right-edge" xpos="27" ypos="5" width="5" height="22" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="27" width="22" height="5" /> + <part type="bottom-right-corner" xpos="27" ypos="27" width="5" height="5" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/dropdown.xml b/data/themes/jewelry-simple/dropdown.xml new file mode 100644 index 000000000..cab746e1f --- /dev/null +++ b/data/themes/jewelry-simple/dropdown.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="89" ypos="132"> + <option name="padding" value="3" /> + <option name="frameSize" value="2" /> + <option name="imagePadding" value="4" /> + + <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/jewelry-simple/dropdown_background.xml b/data/themes/jewelry-simple/dropdown_background.xml new file mode 100644 index 000000000..657bcd2e9 --- /dev/null +++ b/data/themes/jewelry-simple/dropdown_background.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/dropdown_pressed.xml b/data/themes/jewelry-simple/dropdown_pressed.xml new file mode 100644 index 000000000..e6621e100 --- /dev/null +++ b/data/themes/jewelry-simple/dropdown_pressed.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/drops.xml b/data/themes/jewelry-simple/drops.xml new file mode 100644 index 000000000..3e533f54f --- /dev/null +++ b/data/themes/jewelry-simple/drops.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="152"> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/edit.xml b/data/themes/jewelry-simple/edit.xml new file mode 100644 index 000000000..ad36753a2 --- /dev/null +++ b/data/themes/jewelry-simple/edit.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<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="stickySpacing" value="6" /> + <option name="buttonPadding" value="8" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/emotes.xml b/data/themes/jewelry-simple/emotes.xml new file mode 100644 index 000000000..3e533f54f --- /dev/null +++ b/data/themes/jewelry-simple/emotes.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="152"> + <option name="padding" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/emotetabs.xml b/data/themes/jewelry-simple/emotetabs.xml new file mode 100644 index 000000000..6badd8e28 --- /dev/null +++ b/data/themes/jewelry-simple/emotetabs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/equipment.xml b/data/themes/jewelry-simple/equipment.xml new file mode 100644 index 000000000..6a0dab134 --- /dev/null +++ b/data/themes/jewelry-simple/equipment.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<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" /> + <option name="stickySpacing" value="6" /> + <option name="tabHeightAdjust" value="16" /> + <option name="tabPadding" value="2" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/equipment_background.xml b/data/themes/jewelry-simple/equipment_background.xml new file mode 100644 index 000000000..b762ff33c --- /dev/null +++ b/data/themes/jewelry-simple/equipment_background.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-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/jewelry-simple/equipmentbox.png b/data/themes/jewelry-simple/equipmentbox.png Binary files differnew file mode 100644 index 000000000..eda9d3a92 --- /dev/null +++ b/data/themes/jewelry-simple/equipmentbox.png diff --git a/data/themes/jewelry-simple/extendedlistbox.xml b/data/themes/jewelry-simple/extendedlistbox.xml new file mode 100644 index 000000000..128cf954d --- /dev/null +++ b/data/themes/jewelry-simple/extendedlistbox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="6" /> + <option name="itemPadding" value="1" /> + <option name="spacing" value="8" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/extendedlistbox_high.xml b/data/themes/jewelry-simple/extendedlistbox_high.xml new file mode 100644 index 000000000..7e486a3b9 --- /dev/null +++ b/data/themes/jewelry-simple/extendedlistbox_high.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="6" /> + <option name="itemPadding" value="10" /> + <option name="spacing" value="8" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/extendedlistbox_medium.xml b/data/themes/jewelry-simple/extendedlistbox_medium.xml new file mode 100644 index 000000000..c80551826 --- /dev/null +++ b/data/themes/jewelry-simple/extendedlistbox_medium.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="6" /> + <option name="itemPadding" value="5" /> + <option name="spacing" value="8" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/extendedlistbox_xhigh.xml b/data/themes/jewelry-simple/extendedlistbox_xhigh.xml new file mode 100644 index 000000000..7e486a3b9 --- /dev/null +++ b/data/themes/jewelry-simple/extendedlistbox_xhigh.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="6" /> + <option name="itemPadding" value="10" /> + <option name="spacing" value="8" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/extendedlistbox_xxhigh.xml b/data/themes/jewelry-simple/extendedlistbox_xxhigh.xml new file mode 100644 index 000000000..0e343ad4a --- /dev/null +++ b/data/themes/jewelry-simple/extendedlistbox_xxhigh.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="6" /> + <option name="itemPadding" value="15" /> + <option name="spacing" value="8" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/help.xml b/data/themes/jewelry-simple/help.xml new file mode 100644 index 000000000..88c64c222 --- /dev/null +++ b/data/themes/jewelry-simple/help.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<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" /> + <option name="stickySpacing" value="6" /> + <option name="childPalette" value="2" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/incomplete_icon.xml b/data/themes/jewelry-simple/incomplete_icon.xml new file mode 100644 index 000000000..9120ee861 --- /dev/null +++ b/data/themes/jewelry-simple/incomplete_icon.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="63" ypos="223" width="20" height="18" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/info.xml b/data/themes/jewelry-simple/info.xml new file mode 100644 index 000000000..a67504109 --- /dev/null +++ b/data/themes/jewelry-simple/info.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<info> + <name>Jewelry simple</name> + <copyright>2012-2013 Hal9000\n2012-2016 ManaPlus developers</copyright> + <guialpha>1.0</guialpha> +</info> diff --git a/data/themes/jewelry-simple/inventory.xml b/data/themes/jewelry-simple/inventory.xml new file mode 100644 index 000000000..509498029 --- /dev/null +++ b/data/themes/jewelry-simple/inventory.xml @@ -0,0 +1,32 @@ +<?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="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="stickySpacing" value="6" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/inventory_cell2.xml b/data/themes/jewelry-simple/inventory_cell2.xml new file mode 100644 index 000000000..5acaaa45c --- /dev/null +++ b/data/themes/jewelry-simple/inventory_cell2.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="215" ypos="114" width="38" height="38" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/item_selection.xml b/data/themes/jewelry-simple/item_selection.xml new file mode 100644 index 000000000..5acaaa45c --- /dev/null +++ b/data/themes/jewelry-simple/item_selection.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="215" ypos="114" width="38" height="38" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/itemcontainer.xml b/data/themes/jewelry-simple/itemcontainer.xml new file mode 100644 index 000000000..6508445a1 --- /dev/null +++ b/data/themes/jewelry-simple/itemcontainer.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="boxWidth" value="38" /> + <option name="boxHeight" value="56" /> + <option name="equippedTextPadding" value="38" /> + <option name="paddingItemX" value="3" /> + <option name="paddingItemY" value="1" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/itempopup.xml b/data/themes/jewelry-simple/itempopup.xml new file mode 100644 index 000000000..b333d40e4 --- /dev/null +++ b/data/themes/jewelry-simple/itempopup.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="10" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/items.xml b/data/themes/jewelry-simple/items.xml new file mode 100644 index 000000000..faed923eb --- /dev/null +++ b/data/themes/jewelry-simple/items.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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/jewelry-simple/keyboard_icon.xml b/data/themes/jewelry-simple/keyboard_icon.xml new file mode 100644 index 000000000..f5d105853 --- /dev/null +++ b/data/themes/jewelry-simple/keyboard_icon.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="7" /> + <option name="clickborder" value="7" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" /> + <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bg-quad" xpos="0" ypos="0" width="1" height="1" /> + <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/keyboard_icon_high.xml b/data/themes/jewelry-simple/keyboard_icon_high.xml new file mode 100644 index 000000000..b43c5adda --- /dev/null +++ b/data/themes/jewelry-simple/keyboard_icon_high.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="7" /> + <option name="clickborder" value="20" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" /> + <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bg-quad" xpos="0" ypos="0" width="1" height="1" /> + <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/keyboard_icon_medium.xml b/data/themes/jewelry-simple/keyboard_icon_medium.xml new file mode 100644 index 000000000..93d372e80 --- /dev/null +++ b/data/themes/jewelry-simple/keyboard_icon_medium.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="clickborder" value="10" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" /> + <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bg-quad" xpos="0" ypos="0" width="1" height="1" /> + <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/keyboard_icon_xhigh.xml b/data/themes/jewelry-simple/keyboard_icon_xhigh.xml new file mode 100644 index 000000000..5c5c11430 --- /dev/null +++ b/data/themes/jewelry-simple/keyboard_icon_xhigh.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="10" /> + <option name="clickborder" value="30" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" /> + <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bg-quad" xpos="0" ypos="0" width="1" height="1" /> + <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/keyboard_icon_xxhigh.xml b/data/themes/jewelry-simple/keyboard_icon_xxhigh.xml new file mode 100644 index 000000000..7495a014e --- /dev/null +++ b/data/themes/jewelry-simple/keyboard_icon_xxhigh.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="15" /> + <option name="clickborder" value="40" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" /> + <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bg-quad" xpos="0" ypos="0" width="1" height="1" /> + <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/listbox.xml b/data/themes/jewelry-simple/listbox.xml new file mode 100644 index 000000000..5129469cd --- /dev/null +++ b/data/themes/jewelry-simple/listbox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="2" /> + <option name="itemPadding" value="1" /> + <option name="spacing" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/listbox_high.xml b/data/themes/jewelry-simple/listbox_high.xml new file mode 100644 index 000000000..c40ff1ada --- /dev/null +++ b/data/themes/jewelry-simple/listbox_high.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="2" /> + <option name="itemPadding" value="10" /> + <option name="spacing" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/listbox_medium.xml b/data/themes/jewelry-simple/listbox_medium.xml new file mode 100644 index 000000000..5955166cd --- /dev/null +++ b/data/themes/jewelry-simple/listbox_medium.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="2" /> + <option name="itemPadding" value="5" /> + <option name="spacing" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/listbox_xhigh.xml b/data/themes/jewelry-simple/listbox_xhigh.xml new file mode 100644 index 000000000..c40ff1ada --- /dev/null +++ b/data/themes/jewelry-simple/listbox_xhigh.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="2" /> + <option name="itemPadding" value="10" /> + <option name="spacing" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/listbox_xxhigh.xml b/data/themes/jewelry-simple/listbox_xxhigh.xml new file mode 100644 index 000000000..5f5da473b --- /dev/null +++ b/data/themes/jewelry-simple/listbox_xxhigh.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="2" /> + <option name="itemPadding" value="15" /> + <option name="spacing" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/login.xml b/data/themes/jewelry-simple/login.xml new file mode 100644 index 000000000..dc0f877a3 --- /dev/null +++ b/data/themes/jewelry-simple/login.xml @@ -0,0 +1,29 @@ +<?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="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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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/jewelry-simple/mailedit.xml b/data/themes/jewelry-simple/mailedit.xml new file mode 100644 index 000000000..06ee30db1 --- /dev/null +++ b/data/themes/jewelry-simple/mailedit.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<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="stickySpacing" value="6" /> + <option name="showitemsbackground" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/map.xml b/data/themes/jewelry-simple/map.xml new file mode 100644 index 000000000..716dbf8e6 --- /dev/null +++ b/data/themes/jewelry-simple/map.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="captionoffsetx" value="12" /> + <option name="captionoffsety" value="7" /> + <option name="padding" value="10" /> + <option name="titlebarHeight" value="26" /> + <option name="stickySpacing" value="6" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + + <part type="stickyImageUp" xpos="-130" ypos="-58" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="-58" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/ministatus.xml b/data/themes/jewelry-simple/ministatus.xml new file mode 100644 index 000000000..3e3fbfc35 --- /dev/null +++ b/data/themes/jewelry-simple/ministatus.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="5" /> + <option name="spacing" value="3" /> + + <option name="iconPadding" value="3" /> + <option name="iconSpacing" value="2" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/mouse.png b/data/themes/jewelry-simple/mouse.png Binary files differnew file mode 100644 index 000000000..1f2a22c3c --- /dev/null +++ b/data/themes/jewelry-simple/mouse.png diff --git a/data/themes/jewelry-simple/npc.xml b/data/themes/jewelry-simple/npc.xml new file mode 100644 index 000000000..436487edb --- /dev/null +++ b/data/themes/jewelry-simple/npc.xml @@ -0,0 +1,31 @@ +<?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="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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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/jewelry-simple/ok.xml b/data/themes/jewelry-simple/ok.xml new file mode 100644 index 000000000..c62df149e --- /dev/null +++ b/data/themes/jewelry-simple/ok.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + <option name="buttonPadding" value="8" /> + <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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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/jewelry-simple/onlinebrowserbox.xml b/data/themes/jewelry-simple/onlinebrowserbox.xml new file mode 100644 index 000000000..bd3a86b24 --- /dev/null +++ b/data/themes/jewelry-simple/onlinebrowserbox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="0" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/outfits.xml b/data/themes/jewelry-simple/outfits.xml new file mode 100644 index 000000000..e4e11476a --- /dev/null +++ b/data/themes/jewelry-simple/outfits.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<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="stickySpacing" value="6" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/playerbox.xml b/data/themes/jewelry-simple/playerbox.xml new file mode 100644 index 000000000..3a78cf407 --- /dev/null +++ b/data/themes/jewelry-simple/playerbox.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="186"> + <option name="drawbackground" value="1" /> + <option name="offsetX" value="-16" /> + <option name="offsetY" value="-32" /> + <option name="frameSize" value="2" /> + + <!-- 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/jewelry-simple/playerboxselected.xml b/data/themes/jewelry-simple/playerboxselected.xml new file mode 100644 index 000000000..da6bb93c2 --- /dev/null +++ b/data/themes/jewelry-simple/playerboxselected.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="404" ypos="0"> + <option name="drawbackground" value="1" /> + <option name="offsetX" value="-16" /> + <option name="offsetY" value="-32" /> + <option name="frameSize" value="4" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="10" ypos="0" width="12" height="10" /> + <part type="top-right-corner" xpos="22" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="10" width="10" height="12" /> + <part type="bg-quad" xpos="10" ypos="10" width="12" height="12" /> + <part type="right-edge" xpos="22" ypos="10" width="10" height="12" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="22" width="10" height="10" /> + <part type="bottom-edge" xpos="10" ypos="22" width="12" height="10" /> + <part type="bottom-right-corner" xpos="22" ypos="22" width="10" height="10" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popup.xml b/data/themes/jewelry-simple/popup.xml new file mode 100644 index 000000000..b333d40e4 --- /dev/null +++ b/data/themes/jewelry-simple/popup.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="10" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popup_high.xml b/data/themes/jewelry-simple/popup_high.xml new file mode 100644 index 000000000..b333d40e4 --- /dev/null +++ b/data/themes/jewelry-simple/popup_high.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="10" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popup_xhigh.xml b/data/themes/jewelry-simple/popup_xhigh.xml new file mode 100644 index 000000000..4a8e3208e --- /dev/null +++ b/data/themes/jewelry-simple/popup_xhigh.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="11" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popup_xxhigh.xml b/data/themes/jewelry-simple/popup_xxhigh.xml new file mode 100644 index 000000000..88b73c928 --- /dev/null +++ b/data/themes/jewelry-simple/popup_xxhigh.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="12" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popupbrowserbox.xml b/data/themes/jewelry-simple/popupbrowserbox.xml new file mode 100644 index 000000000..a8384421c --- /dev/null +++ b/data/themes/jewelry-simple/popupbrowserbox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="1" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popupbrowserbox_high.xml b/data/themes/jewelry-simple/popupbrowserbox_high.xml new file mode 100644 index 000000000..00413591e --- /dev/null +++ b/data/themes/jewelry-simple/popupbrowserbox_high.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="10" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popupbrowserbox_medium.xml b/data/themes/jewelry-simple/popupbrowserbox_medium.xml new file mode 100644 index 000000000..10443e1c0 --- /dev/null +++ b/data/themes/jewelry-simple/popupbrowserbox_medium.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="5" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popupbrowserbox_xhigh.xml b/data/themes/jewelry-simple/popupbrowserbox_xhigh.xml new file mode 100644 index 000000000..00413591e --- /dev/null +++ b/data/themes/jewelry-simple/popupbrowserbox_xhigh.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="10" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popupbrowserbox_xxhigh.xml b/data/themes/jewelry-simple/popupbrowserbox_xxhigh.xml new file mode 100644 index 000000000..fc8358f93 --- /dev/null +++ b/data/themes/jewelry-simple/popupbrowserbox_xxhigh.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="newLinePadding" value="15" /> + <option name="itemPadding" value="15" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popuplist.xml b/data/themes/jewelry-simple/popuplist.xml new file mode 100644 index 000000000..657bcd2e9 --- /dev/null +++ b/data/themes/jewelry-simple/popuplist.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/popupmenu.xml b/data/themes/jewelry-simple/popupmenu.xml new file mode 100644 index 000000000..cfc2d08e4 --- /dev/null +++ b/data/themes/jewelry-simple/popupmenu.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="3" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popupmenu_high.xml b/data/themes/jewelry-simple/popupmenu_high.xml new file mode 100644 index 000000000..b333d40e4 --- /dev/null +++ b/data/themes/jewelry-simple/popupmenu_high.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="10" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popupmenu_medium.xml b/data/themes/jewelry-simple/popupmenu_medium.xml new file mode 100644 index 000000000..f35ca14b6 --- /dev/null +++ b/data/themes/jewelry-simple/popupmenu_medium.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="5" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popupmenu_xhigh.xml b/data/themes/jewelry-simple/popupmenu_xhigh.xml new file mode 100644 index 000000000..4a8e3208e --- /dev/null +++ b/data/themes/jewelry-simple/popupmenu_xhigh.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="11" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/popupmenu_xxhigh.xml b/data/themes/jewelry-simple/popupmenu_xxhigh.xml new file mode 100644 index 000000000..88b73c928 --- /dev/null +++ b/data/themes/jewelry-simple/popupmenu_xxhigh.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="12" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/progressbar.xml b/data/themes/jewelry-simple/progressbar.xml new file mode 100644 index 000000000..f1ec4be26 --- /dev/null +++ b/data/themes/jewelry-simple/progressbar.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/quests.xml b/data/themes/jewelry-simple/quests.xml new file mode 100644 index 000000000..594066c87 --- /dev/null +++ b/data/themes/jewelry-simple/quests.xml @@ -0,0 +1,33 @@ +<?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="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="stickySpacing" value="6" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/radio.xml b/data/themes/jewelry-simple/radio.xml new file mode 100644 index 000000000..bcec42477 --- /dev/null +++ b/data/themes/jewelry-simple/radio.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="190" ypos="26"> + <option name="padding" value="3" /> + <option name="imagePadding" value="8" /> + <option name="imageSize" value="13" /> + <option name="spacing" value="10" /> + + <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/jewelry-simple/resize.xml b/data/themes/jewelry-simple/resize.xml new file mode 100644 index 000000000..834390138 --- /dev/null +++ b/data/themes/jewelry-simple/resize.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="145" ypos="0" width="13" height="13" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/scroll.xml b/data/themes/jewelry-simple/scroll.xml new file mode 100644 index 000000000..eb7185632 --- /dev/null +++ b/data/themes/jewelry-simple/scroll.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="163"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="22" height="22" /> + <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bg-quad" xpos="0" ypos="0" width="1" height="1" /> + <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/scroll_background.xml b/data/themes/jewelry-simple/scroll_background.xml new file mode 100644 index 000000000..657bcd2e9 --- /dev/null +++ b/data/themes/jewelry-simple/scroll_background.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/scroll_hbackground.xml b/data/themes/jewelry-simple/scroll_hbackground.xml new file mode 100644 index 000000000..de1f52a1d --- /dev/null +++ b/data/themes/jewelry-simple/scroll_hbackground.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="128" ypos="186"> + <!-- Left Row --> + <part type="left-edge" xpos="0" ypos="0" width="12" height="22" /> + + <!-- Middle Row --> + <part type="bg-quad" xpos="0" ypos="23" width="10" height="22" /> + + <!-- Right Row --> + <part type="right-edge" xpos="0" ypos="46" width="12" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/scroll_highlighted.xml b/data/themes/jewelry-simple/scroll_highlighted.xml new file mode 100644 index 000000000..295269140 --- /dev/null +++ b/data/themes/jewelry-simple/scroll_highlighted.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="64" ypos="163"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="22" height="22" /> + <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bg-quad" xpos="0" ypos="0" width="1" height="1" /> + <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/scroll_vbackground.xml b/data/themes/jewelry-simple/scroll_vbackground.xml new file mode 100644 index 000000000..70132984f --- /dev/null +++ b/data/themes/jewelry-simple/scroll_vbackground.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="105" ypos="186"> + <!-- Top Row --> + <part type="top-edge" xpos="0" ypos="0" width="22" height="12" /> + + <!-- Middle Row --> + <part type="bg-quad" xpos="0" ypos="13" width="22" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-edge" xpos="0" ypos="24" width="22" height="12" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/scrollbuttons.xml b/data/themes/jewelry-simple/scrollbuttons.xml new file mode 100644 index 000000000..f564f74a6 --- /dev/null +++ b/data/themes/jewelry-simple/scrollbuttons.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="100"> + <option name="showbuttons" value="0" /> + <option name="scrollbarsize" value="22" /> + <option name="markersize" value="22" /> + <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="22" height="12" /> + <part type="up" xpos="0" ypos="48" width="22" height="12" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/scrollbuttons_pressed.xml b/data/themes/jewelry-simple/scrollbuttons_pressed.xml new file mode 100644 index 000000000..d278742d6 --- /dev/null +++ b/data/themes/jewelry-simple/scrollbuttons_pressed.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-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/jewelry-simple/sell.xml b/data/themes/jewelry-simple/sell.xml new file mode 100644 index 000000000..dc0f877a3 --- /dev/null +++ b/data/themes/jewelry-simple/sell.xml @@ -0,0 +1,29 @@ +<?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="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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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/jewelry-simple/server.xml b/data/themes/jewelry-simple/server.xml new file mode 100644 index 000000000..dc0f877a3 --- /dev/null +++ b/data/themes/jewelry-simple/server.xml @@ -0,0 +1,29 @@ +<?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="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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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/jewelry-simple/serverinfo.xml b/data/themes/jewelry-simple/serverinfo.xml new file mode 100644 index 000000000..88c64c222 --- /dev/null +++ b/data/themes/jewelry-simple/serverinfo.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<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" /> + <option name="stickySpacing" value="6" /> + <option name="childPalette" value="2" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/serverslistbox.xml b/data/themes/jewelry-simple/serverslistbox.xml new file mode 100644 index 000000000..5129469cd --- /dev/null +++ b/data/themes/jewelry-simple/serverslistbox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="2" /> + <option name="itemPadding" value="1" /> + <option name="spacing" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/shop.xml b/data/themes/jewelry-simple/shop.xml new file mode 100644 index 000000000..dda68e41c --- /dev/null +++ b/data/themes/jewelry-simple/shop.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="0"> + <option name="showbuybackground" value="1" /> + <option name="showsellbackground" 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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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/jewelry-simple/shoplistbox.xml b/data/themes/jewelry-simple/shoplistbox.xml new file mode 100644 index 000000000..5129469cd --- /dev/null +++ b/data/themes/jewelry-simple/shoplistbox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="2" /> + <option name="itemPadding" value="1" /> + <option name="spacing" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/skilllistbox.xml b/data/themes/jewelry-simple/skilllistbox.xml new file mode 100644 index 000000000..017bba21c --- /dev/null +++ b/data/themes/jewelry-simple/skilllistbox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="textPadding" value="48" /> + <option name="imagePadding" value="0" /> + <option name="itemPadding" value="1" /> + <option name="spacing" value="0" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/skillpopup.xml b/data/themes/jewelry-simple/skillpopup.xml new file mode 100644 index 000000000..b333d40e4 --- /dev/null +++ b/data/themes/jewelry-simple/skillpopup.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="10" /> + <option name="palette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/skillrectanglelistbox.xml b/data/themes/jewelry-simple/skillrectanglelistbox.xml new file mode 100644 index 000000000..f90e6f394 --- /dev/null +++ b/data/themes/jewelry-simple/skillrectanglelistbox.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="8" /> + <option name="boxWidth" value="90" /> + <option name="boxHeight" value="80" /> + <option name="iconXOffset" value="29" /> + <option name="iconYOffset" value="15" /> + <option name="textXOffset" value="0" /> + <option name="textYOffset" value="49" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/slider.xml b/data/themes/jewelry-simple/slider.xml new file mode 100644 index 000000000..63bc37445 --- /dev/null +++ b/data/themes/jewelry-simple/slider.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/slider_highlighted.xml b/data/themes/jewelry-simple/slider_highlighted.xml new file mode 100644 index 000000000..488605a61 --- /dev/null +++ b/data/themes/jewelry-simple/slider_highlighted.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<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/jewelry-simple/social.xml b/data/themes/jewelry-simple/social.xml new file mode 100644 index 000000000..6caf9db4e --- /dev/null +++ b/data/themes/jewelry-simple/social.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<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" /> + <option name="stickySpacing" value="6" /> + <option name="childPalette" value="1" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/spells.xml b/data/themes/jewelry-simple/spells.xml new file mode 100644 index 000000000..faed923eb --- /dev/null +++ b/data/themes/jewelry-simple/spells.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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/jewelry-simple/status.xml b/data/themes/jewelry-simple/status.xml new file mode 100644 index 000000000..bb5ba0aa5 --- /dev/null +++ b/data/themes/jewelry-simple/status.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<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" /> + <option name="stickySpacing" value="6" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/tab.xml b/data/themes/jewelry-simple/tab.xml new file mode 100644 index 000000000..9bbef4574 --- /dev/null +++ b/data/themes/jewelry-simple/tab.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="68" 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="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/jewelry-simple/tab_highlighted.xml b/data/themes/jewelry-simple/tab_highlighted.xml new file mode 100644 index 000000000..6a26957fd --- /dev/null +++ b/data/themes/jewelry-simple/tab_highlighted.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="68" ypos="25"> + <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="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/jewelry-simple/tab_selected.xml b/data/themes/jewelry-simple/tab_selected.xml new file mode 100644 index 000000000..fc64f3032 --- /dev/null +++ b/data/themes/jewelry-simple/tab_selected.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="68" ypos="50"> + <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="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/jewelry-simple/tab_unused.xml b/data/themes/jewelry-simple/tab_unused.xml new file mode 100644 index 000000000..76fc99c97 --- /dev/null +++ b/data/themes/jewelry-simple/tab_unused.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="68" ypos="75"> + <option name="padding" value="6" /> + + <!-- 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/jewelry-simple/textfield.xml b/data/themes/jewelry-simple/textfield.xml new file mode 100644 index 000000000..8df1885ff --- /dev/null +++ b/data/themes/jewelry-simple/textfield.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="186"> + <option name="padding" value="4" /> + <option name="frameSize" value="2" /> + + <!-- 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/jewelry-simple/window.png b/data/themes/jewelry-simple/window.png Binary files differnew file mode 100644 index 000000000..ff14d9b84 --- /dev/null +++ b/data/themes/jewelry-simple/window.png diff --git a/data/themes/jewelry-simple/window.xml b/data/themes/jewelry-simple/window.xml new file mode 100644 index 000000000..e4e11476a --- /dev/null +++ b/data/themes/jewelry-simple/window.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<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="stickySpacing" value="6" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <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="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/windowmenu.xml b/data/themes/jewelry-simple/windowmenu.xml new file mode 100644 index 000000000..b998c47ad --- /dev/null +++ b/data/themes/jewelry-simple/windowmenu.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="spacing" value="3" /> + </widget> +</skinset> diff --git a/data/themes/jewelry-simple/world.xml b/data/themes/jewelry-simple/world.xml new file mode 100644 index 000000000..dc0f877a3 --- /dev/null +++ b/data/themes/jewelry-simple/world.xml @@ -0,0 +1,29 @@ +<?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="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" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> + + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + </widget> +</skinset> |