border { vertical 3; horizontal 3; };
};
+graphic "blue_border"
+{
+ texture "basic_skin.png";
+ slice 13 0 12 12;
+ border { vertical 2; horizontal 2; };
+ shadow { vertical 1; horizontal 1; };
+};
+
style "button"
{
font_color 0.0 0.0 0.0;
+ part
+ {
+ graphic FOCUS "blue_border";
+ };
+
part
{
graphic NORMAL "grey_raised";
graphic HOVER "light_grey_flat";
};
+ part
+ {
+ graphic FOCUS "blue_border";
+ align 0.0 0.5;
+ fill 0.0 0.0;
+ size 12 12;
+ };
+
part
{
graphic NORMAL "white_sunken";
slice 29 49 6 6;
};
+graphic "blue_round_border"
+{
+ texture "basic_skin.png";
+ slice 49 0 14 14;
+ shadow { vertical 1; horizontal 1; };
+};
+
style "toggle-option"
{
font_color 0.0 0.0 0.0;
graphic HOVER "light_grey_flat";
};
+ part
+ {
+ graphic FOCUS "blue_round_border";
+ align 0.0 0.5;
+ fill 0.0 0.0;
+ };
+
part
{
graphic NORMAL "white_circle_sunken";
style "listitem"
{
+ part
+ {
+ graphic FOCUS "blue_border";
+ };
+
part
{
graphic ACTIVE "blue_flat";
{
font_color 0.0 0.0 0.0;
+ part
+ {
+ graphic FOCUS "blue_border";
+ graphic ACTIVE "";
+ };
+
part
{
graphic NORMAL "grey_raised";