default_font "mekanus20.font"; graphic "toolbar_bg" { texture "gui.png"; slice 0 160 512 96; border { right 156; bottom 7; left 190; }; }; graphic "statusbar_bg" { texture "gui.png"; slice 0 0 512 36; border { right 156; bottom 7; left 200; }; }; graphic "popup_bg" { texture "gui.png"; slice 310 38 200 120; border { right 33; bottom 41; left 33; top 41; }; repeat true; }; graphic "button_bg" { texture "gui.png"; slice 2 124 80 32; border { right 6; bottom 6; left 6; top 6; }; }; graphic "button_bg_pressed" { texture "gui.png"; slice 2 88 80 32; border { right 6; bottom 6; left 6; top 6; }; }; graphic "toolbutton_bg" { texture "gui.png"; slice 158 44 72 72; }; graphic "toolbutton_selected_bg" { texture "gui.png"; slice 234 40 72 72; }; graphic "toolbutton_small_bg" { texture "gui.png"; slice 100 44 36 36; }; graphic "tooltip_bg" { texture "gui.png"; slice 164 126 60 28; border { right 1; bottom 5; left 5; top 5; }; repeat true; }; graphic "toggle_inactive" { texture "gui.png"; slice 86 84 24 24; }; graphic "toggle_active" { texture "gui.png"; slice 114 84 24 24; }; graphic "hslider_bar" { texture "gui.png"; slice 228 122 43 11; border { right 4; bottom 3; left 3; }; shadow { right 3; bottom 3; }; }; graphic "hslider_knob" { texture "gui.png"; slice 231 136 37 21; shadow { bottom 3; }; }; graphic "vslider_bar" { texture "gui.png"; slice 274 114 9 44; border { right 2; bottom 5; top 2; }; shadow { right 1; bottom 4; }; }; graphic "vslider_knob" { texture "gui.png"; slice 285 116 20 41; shadow { right 2; bottom 4; }; }; graphic "list_bg" { texture "gui.png"; slice 2 40 94 40; border { right 5; bottom 1; left 5; top 1; }; repeat true; }; style "root" { special "children"; }; style "panel" { special "children"; }; style "panel-toolbar" { part { graphic NORMAL "toolbar_bg"; }; special "children"; }; style "panel-statusbar" { part { graphic NORMAL "statusbar_bg"; }; special "children"; }; style "panel-popup" { part { graphic NORMAL "popup_bg"; }; special "children"; }; style "button" { font_color 0.0 0.0 0.0; part { graphic NORMAL "button_bg"; graphic ACTIVE "button_bg_pressed"; }; special "text" { align 0.5 0.5; fill 0.0 0.0; }; }; style "button-tool" { font_color 1.0 1.0 1.0; part { graphic NORMAL "toolbutton_bg"; }; special "icon" { align 0.5 0.5; fill 0.0 0.0; }; special "text" { align 0.5 0.0; fill 0.0 0.0; margin { bottom 6; }; }; }; style "button-tool-selected" { font_color 1.0 1.0 1.0; part { graphic NORMAL "toolbutton_selected_bg"; }; special "icon" { align 0.5 0.5; fill 0.0 0.0; }; special "text" { align 0.5 0.0; fill 0.0 0.0; margin { bottom 6; }; }; }; style "button-tool-small" { font_color 1.0 1.0 1.0; part { graphic NORMAL "toolbutton_small_bg"; }; special "icon" { align 0.5 0.5; fill 0.0 0.0; }; special "text" { align 0.5 0.5; fill 0.0 0.0; }; }; style "label" { font_color 0.0 0.0 0.0; special "text" { align 0.0 0.5; fill 0.0 0.0; }; }; style "label-small" { font "mekanus12.font"; special "text" { align 0.5 0.5; fill 0.0 0.0; }; }; style "label-tooltip" { font_color 0.0 0.0 0.0; part { graphic NORMAL "tooltip_bg"; }; special "text" { align 0.0 0.5; fill 0.0 0.0; margin { right 3; bottom 6; left 3; top 6; }; }; }; style "toggle" { font_color 0.0 0.0 0.0; part { graphic NORMAL "toggle_inactive"; graphic ACTIVE "toggle_active"; align 0.0 0.5; fill 0.0 0.0; }; special "text" { align 0.0 0.5; fill 0.0 0.0; margin { left 32; }; }; }; style "hslider" { part { graphic NORMAL "hslider_bar"; align 0.5 0.5; fill 1.0 0.0; }; special "slider" { graphic NORMAL "hslider_knob"; align 0.5 0.5; fill 0.0 0.0; }; }; style "list" { font_color 0.0 0.0 0.0; part { graphic NORMAL "list_bg"; }; special "items" { margin { right 24; left 6; }; }; special "slider" { align 1.0 0.5; fill 0.0 1.0; size 18 0; margin { right 6; }; }; }; style "dropdown" { font_color 0.0 0.0 0.0; part { graphic NORMAL "button_bg"; graphic ACTIVE "button_bg_pressed"; }; special "text" { align 0.5 0.5; fill 0.0 0.0; }; special "list"; }; style "vslider" { part { graphic NORMAL "vslider_bar"; align 0.5 0.5; fill 0.0 1.0; }; special "slider" { graphic NORMAL "vslider_knob"; align 0.5 0.5; fill 0.0 0.0; }; };