blob: 074f203765d3417a840b1472799f4983f90d0b89 (
plain)
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="$t"
subtitleformat="$d"
menubg="dreamdvd_clouds.jpg"
menuaudio="silence.mp2"
dimensions="(720, 576)"
rows="2"
cols="2"
color_button="[8, 0, 0]"
color_highlight="[128, 0, 0]"
color_headline="[128, 0, 0]"
fontface_headline="nmsbd.ttf"
fontface_title="nmsbd.ttf"
fontface_subtitle="nmsbd.ttf"
fontsize_headline="46"
fontsize_title="18"
fontsize_subtitle="12"
margin_left="48"
margin_right="48"
margin_top="100"
margin_bottom="48"
space_rows="24"
space_cols="24"
offset_headline="(-1, 40)"
offset_title="(-1, 144)"
offset_subtitle="(-1, 164)"
offset_thumb="(-1, 0)"
thumb_size="(180, 144)"
thumb_border="2"
prev_page_text="«««"
next_page_text="»»»"
/>
</DreamDVDBurnMenu>
|