1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<?xml version="1.0" encoding="utf-8" ?>
<DreamDVDBurnMenu>
<settings
titleformat="$i. $t"
subtitleformat="$D.$M.$Y, $T $C, $d"
menubg="dreamdvd_boat.jpg"
menuaudio="silence.mp2"
dimensions="(720, 576)"
rows="5"
cols="1"
color_button="[8, 0, 0]"
color_highlight="[0, 192, 192]"
color_headline="[0, 0, 128]"
fontface_headline="nmsbd.ttf"
fontface_title="nmsbd.ttf"
fontface_subtitle="nmsbd.ttf"
fontsize_headline="46"
fontsize_title="24"
fontsize_subtitle="14"
margin_left="56"
margin_right="56"
margin_top="100"
margin_bottom="70"
space_rows="30"
space_cols="40"
offset_headline="(-1, 40)"
offset_title="(0, 0)"
offset_subtitle="(0, 32)"
offset_thumb="(0, 0)"
thumb_size="(0, 0)"
thumb_border="0"
prev_page_text="«««"
next_page_text="»»»"
/>
</DreamDVDBurnMenu>
|