# Global properties
title-text: ""
title-font: "DejaVu Sans Bold 14"
title-color: "#ffffff"
message-font: "DejaVu Sans Bold 14"
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 = 42%
		item_font = "DejaVu Sans Bold 14"
		selected_item_font = "DejaVu Sans Bold 14"
		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 a styled horizontal progress bar
+ progress_bar {
		id = "__timeout__"
		left = 50%-346
		width = 701
		top = 80%
		height = 12
		show_text = true
		font = "DejaVu Sans Bold 14"
		text_color = "#d4e0ec"
		text = "@TIMEOUT_NOTIFICATION_LONG@"
		fg_color = "#4689c1"
		bg_color = "#4689c1"
		border_color = "#4689c1"
}

# Show an informational message.
+ hbox {
		top = 100%-37
		left = 18%
		+ label {text = "E: " font = "DejaVu Sans Bold 14" color = "#7ebeec" align = "left"}
		+ label {text = "Edit entry     " font = "DejaVu Sans Bold 14" color = "#d4e0ec" align = "left"}
		+ label {text = "C: " font = "DejaVu Sans Bold 14" color = "#7ebeec" align = "left"}
		+ label {text = "Console     " font = "DejaVu Sans Bold 14" color = "#d4e0ec" align = "left"}
		+ label {text = "Enter: " font = "DejaVu Sans Bold 14" color = "#7ebeec" align = "left"}
		+ label {text = "Boot entry     " font = "DejaVu Sans Bold 14" color = "#d4e0ec" align = "left"}
		+ label {text = "ESC: " font = "DejaVu Sans Bold 14" color = "#7ebeec" align = "left"}
		+ label {text = "Back" font = "DejaVu Sans Bold 14" color = "#d4e0ec" align = "left"}
}
