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

78 lines
1.4 KiB
Plaintext
Raw Normal View History

2011-11-16 01:04:24 +01:00
CheckBox < UICheckBox
size: 12 12
box-size: 12 12
text-align: left
2011-11-16 01:04:24 +01:00
text-offset: 16 -1
color: #aaaaaa
2011-11-16 06:28:18 +01:00
background-color: #ffffffff
2011-11-16 01:04:24 +01:00
$hover:
color: #cccccc
$!checked:
image:
source: /core_styles/images/checkbox.png
2012-01-05 19:02:27 +01:00
clip: 0 0 12 12
2011-11-16 01:04:24 +01:00
$hover !checked:
image:
source: /core_styles/images/checkbox.png
2012-01-05 19:02:27 +01:00
clip: 0 12 12 12
2011-11-16 01:04:24 +01:00
$checked:
image:
source: /core_styles/images/checkbox.png
2012-01-05 19:02:27 +01:00
clip: 0 24 12 12
2011-11-16 01:04:24 +01:00
$hover checked:
image:
source: /core_styles/images/checkbox.png
2012-01-05 19:02:27 +01:00
clip: 0 36 12 12
2011-11-16 06:23:16 +01:00
2011-11-16 06:28:18 +01:00
$disabled:
2011-11-16 06:23:16 +01:00
background-color: #ffffff88
color: #aaaaaa88
ColorBox < UICheckBox
size: 16 16
box-size: 16 16
background-color: #ffffffff
$checked:
image:
source: /core_styles/images/colorbox.png
2012-01-05 19:02:27 +01:00
clip: 16 0 16 16
$!checked:
image:
source: /core_styles/images/colorbox.png
2012-01-05 19:02:27 +01:00
clip: 0 0 16 16
ButtonBox < UICheckBox
font: verdana-11px-antialised
background-color: white
color: #f0ad4dff
size: 106 24
box-size: 106 24
text-offset: 0 0
text-align: center
border-image:
source: /core_styles/images/button.png
border: 5
$hover:
border-image:
source: /core_styles/images/button_hover.png
border: 5
$checked:
text-offset: 1 1
border-image:
source: /core_styles/images/button_down.png
border: 5
$disabled:
color: #f0ad4d88
background-color: #ffffff88