# Global properties
title-text: ""
title-font: "xos4 Terminus Bold 18"
title-color: "#ffffff"
message-font: "xos4 Terminus Bold 18"
message-color: "#000000"
message-bg-color: "#f6f6f6"
desktop-image: "background.png"
terminal-font: "Droid Sans Mono Regular 11"
terminal-box: "item_normal_*.png"
terminal-left: "14%"
terminal-top: "28%-4"
terminal-width: "72%"
terminal-height: "60%"

+ image {
		id = "__rosalogo__"
		left = 50%-252
		top = 10%
		file = "Logo_Rosa.png"
}

# Show the boot menu
+ boot_menu {
		left = 17%
		width = 68%
		top = 30%
		height = 50%
		item_font = "xos4 Terminus Bold 18"
		selected_item_font = "xos4 Terminus Bold 18"
		item_color = "#ffffff"
		selected_item_color = "#033d6e"
		item_height = 28
		item_padding = 0
		item_spacing = 8
		item_icon_space = 0
		icon_width = 2
		icon_height = 0
		item_pixmap_style = "item_normal_*.png"
		selected_item_pixmap_style = "highlighted_*.png"
		scrollbar = true
		scrollbar_width = 10
		scrollbar_thumb = "scrollbar_*.png"
		scrollbar_frame = "scrollback_*.png"
		scrollbar_thumb_overlay = true
		scrollbar_slice = center
		menu_pixmap_style = "menu_bkg_*.png"
}

# Show label with a progress in seconds
+ label {
		id = "__timeout__"
		left = 17%
		width = 68%
		align = "center"
		top = 85%
		font = "xos4 Terminus Bold 18"
		color = "#d4e0ec"
		text =  "O item destacado será selecionado em %d seg"


}

# Show an informational message.
+ hbox {
                top = 100%-37
                left = 18%
                + label {text = "E: " font = "xos4 Terminus Bold 18" color = "#7ebeec" align = "left"}
                + label {text = "Editar  " font = "xos4 Terminus Bold 18" color = "#d4e0ec" align = "left"}
                + label {text = "C: " font = "xos4 Terminus Bold 18" color = "#7ebeec" align = "left"}
                + label {text = "Console     " font = "xos4 Terminus Bold 18" color = "#d4e0ec" align = "left"}
                + label {text = "Enter: " font = "xos4 Terminus Bold 18" color = "#7ebeec" align = "left"}
                + label {text = "Carregar   " font = "xos4 Terminus Bold 18" color = "#d4e0ec" align = "left"}
                + label {text = "Backspace: " font = "xos4 Terminus Bold 18" color = "#7ebeec" align = "left"}
                + label {text = "Voltar" font = "xos4 Terminus Bold 18" color = "#d4e0ec" align = "left"}
}