# Global Property
title-text:     ""
title-font:     "DejaVu Sans Bold 18"
title-color:    "#ffffff"
#desktop-image:  "background.jpg"
desktop-color:  "#000000"
message-font:   "DejaVu Sans Bold 12"

terminal-font:  "Fixed Regular 13"
#terminal-font:  "Droid Sans Mono Regular 14"

terminal-box:   "inbox_*.png"

# Use this label as a title
+ label {
    left  = 30%
    top   = 8%
    width = 100%
    text  = " "
    color = "#ffffff"
    align = "left"
    font  = "DejaVu Sans Regular 18"
}


# Show the localization menu
+ boot_menu {
    left        = 25%
    top         = 20%
    width       = 70%
    height      = 65%
    item_color                 = "#ffffff"
    selected_item_color        = "#ffffff"
    selected_item_pixmap_style = "select_*.png"

    selected_item_font = "DejaVu Sans Bold 10"
    item_font          = "DejaVu Sans Bold 10"
    item_height        = 32
    item_padding       = 0
    item_spacing       = 0
    icon_width         = 0
    icon_height        = 0
    icon_spacing       = 0
}

# Show informational messages below the optons menu
# --using individual labels instead of a vbox

+ label {
    left  = 20%
    top   = 85%
    width = 75%
    #text  = "Use the ↑ and ↓ keys to highlight an entry. Hit »ENTER« to select/deselect."
    text  = "@KEYMAP_MIDDLE@"
    color = "#ffffff"
    align = "left"
    font  = "DejaVu Sans Bold 12"
}

+ label {
    left  = 20%
    top   = 90%
    width = 75%
    #text  = "To edit the menu, press »e« or »c« for a command line."
    #text  = "Press 'e' to edit the selected entry"
    text  = "@KEYMAP_SHORT@"
    color = "#ffffff"
    align = "left"
    font  = "DejaVu Sans Bold 12"
}

