tibia-client/modules/core_styles/styles/buttons.otui

52 lines
978 B
Plaintext
Raw Normal View History

2011-08-14 04:09:11 +02:00
Button < UIButton
2011-11-01 03:35:50 +01:00
font: verdana-11px-antialised
2011-08-28 19:49:15 +02:00
background-color: white
2011-08-20 22:30:41 +02:00
color: #f0ad4dff
2011-08-14 04:09:11 +02:00
size: 106 24
2011-10-29 22:47:16 +02:00
text-translate: 0 0
2011-11-16 06:23:16 +01:00
2011-08-14 04:09:11 +02:00
border-image:
2011-11-02 04:02:56 +01:00
source: /core_styles/images/button.png
2011-08-14 04:09:11 +02:00
border: 5
2011-11-16 00:47:32 +01:00
$hover:
2011-08-14 04:09:11 +02:00
border-image:
2011-11-02 04:02:56 +01:00
source: /core_styles/images/button_hover.png
2011-08-14 04:09:11 +02:00
border: 5
2011-11-16 00:47:32 +01:00
$pressed:
2011-08-14 04:09:11 +02:00
text-translate: 1 1
border-image:
2011-11-02 04:02:56 +01:00
source: /core_styles/images/button_down.png
2011-08-14 04:09:11 +02:00
border: 5
2011-11-16 00:47:32 +01:00
$disabled:
2011-11-16 06:23:16 +01:00
color: #f0ad4d88
2011-08-26 20:56:56 +02:00
background-color: #ffffff88
2011-11-01 17:41:15 +01:00
2011-11-03 23:28:10 +01:00
TopButton < UIButton
2011-11-01 17:41:15 +01:00
background-color: white
2011-11-16 18:24:43 +01:00
size: 26 26
2011-11-01 17:41:15 +01:00
text-translate: 0 0
border-image:
2011-11-02 04:02:56 +01:00
source: /core_styles/images/top_button.png
2012-01-05 19:02:27 +01:00
clip: 0 0 26 26
2011-11-01 17:41:15 +01:00
border: 3
2011-11-16 00:47:32 +01:00
$hover:
2011-11-01 17:41:15 +01:00
border-image:
2011-11-02 04:02:56 +01:00
source: /core_styles/images/top_button.png
2012-01-05 19:02:27 +01:00
clip: 26 0 26 26
2011-11-01 17:41:15 +01:00
border: 3
2011-11-16 00:47:32 +01:00
$pressed:
2011-11-01 17:41:15 +01:00
text-translate: 1 1
border-image:
2011-11-02 04:02:56 +01:00
source: /core_styles/images/top_button.png
2012-01-05 19:02:27 +01:00
clip: 52 0 26 26
2011-11-01 17:41:15 +01:00
border: 3
2011-11-16 00:47:32 +01:00
$disabled:
2011-11-13 06:11:47 +01:00
background-color: #ffffff66