2N/A#
2N/A# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A
2N/Atitle-font: "Liberation Mono Regular 18"
2N/Amessage-font: "Univers Regular 16"
2N/Amessage-color: "#000"
2N/Amessage-bg-color: "#fff"
2N/Aterminal-box: "terbox_*.png"
2N/Aterminal-font: "Unknown Regular 16"
2N/Adesktop-image: "oracle.jpg"
2N/A
2N/A#
2N/A# The GRUB menu itself; stretches from just below the title text to just above
2N/A# the red-colored Oracle bar
2N/A#
2N/A+ boot_menu {
2N/A left = 5%
2N/A width = 90%
2N/A top = 10%+10
2N/A height = 71%
2N/A item_font = "Univers Regular 16"
2N/A item_color = "#000"
2N/A selected_item_font = "Univers Regular 20"
2N/A selected_item_color= "#000"
2N/A selected_item_pixmap_style = "sel_*.png"
2N/A icon_height = 25
2N/A icon_width = 25
2N/A item_height = 25
2N/A item_padding = 0
2N/A item_icon_space = 0
2N/A item_spacing = 1
2N/A scrollbar = true
2N/A scrollbar_width = 20
2N/A scrollbar_thumb = "sbar_*.png"
2N/A menu_pixmap_style = "bmenu_*.png"
2N/A}
2N/A
2N/A#
2N/A# Timeout progress bar
2N/A#
2N/A+ progress_bar {
2N/A id = "__timeout__"
2N/A left = 6%
2N/A top = 89%+5
2N/A height = 20
2N/A width = 88%
2N/A font = "Univers Regular 16"
2N/A text_color = "#fff"
2N/A fg_color = "#000"
2N/A bg_color = "#777"
2N/A border_color = "#fff"
2N/A text = "@TIMEOUT_NOTIFICATION_LONG@"
2N/A}
2N/A
2N/A#
2N/A# Text beneath the progress bar [viewable in 640x480 (just barely)]
2N/A#
2N/A+ label {
2N/A top = 100%-20
2N/A left = 0
2N/A width = 100%
2N/A height = 20
2N/A text = "ENTER=boot entry | e=edit entry | c=GRUB command-line | UP/DOWN=select an entry"
2N/A align = "center"
2N/A font = "Univers Regular 16"
2N/A color = "#000"
2N/A}
2N/A