aboutsummaryrefslogtreecommitdiffstats
path: root/theme/theme.xml
blob: dc8c7eadfd5d36af27b45c5812749ec692ea2e62 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0"?>
<theme name="mbmediabox" author="Matthew Allum - mallum@handhelds.org"
       desc="" version="1.0" engine_version="1" >


<color id="black" def="black" />
<color id="lowlightcol" def="#eeeeee99" />

<font id="titlefont" def="Bauhaus 55px,Sans bold 55px" />

<pixmap id="bottomleft"      filename="bottom-left-50x51.png" />
<pixmap id="bottomright"     filename="bottom-right-50x51.png" />
<pixmap id="bottomtile"      filename="bottom-tile-23x51.png" />
<pixmap id="leftedge"        filename="left-edge-12x33.png" />
<pixmap id="rightedge"       filename="right-edge-12x33.png" />
<pixmap id="topleft"         filename="top-left-52x75.png" />
<pixmap id="topright"        filename="top-right-52x75.png" />
<pixmap id="toptile"      filename="top-tile-29x75.png" />

<frame id="dialog" height="75" options="shaped">

  <layer x="0" y="0" w="100%"  h="100%" 
   type="pixmap" pixmap="toptile" />

  <layer x="0" y="0" w="object"  h="object" 
   type="pixmap" pixmap="topleft" />

  <layer x="-52" y="0" w="object"  h="object" 
   type="pixmap" pixmap="topright" />

  <layer x="52" y="10" w="100%-100"  h="55" 
   type="label" color="black" justify="center" font="titlefont" />


</frame>

<frame id="dialog-east" width="12" >

  <layer x="0" y="0" w="100%"  h="100%" 
   type="pixmap" pixmap="rightedge" />

</frame>

<frame id="dialog-west" width="12" >

  <layer x="0" y="0" w="100%"  h="100%" 
   type="pixmap" pixmap="leftedge" />

</frame>

<frame id="dialog-south" height="51" >

  <layer x="0" y="0" w="100%"  h="100%" 
   type="pixmap" pixmap="bottomtile" />

  <layer x="0" y="0" w="object"  h="object" 
   type="pixmap" pixmap="bottomleft" />

  <layer x="-50" y="0" w="object"  h="object" 
   type="pixmap" pixmap="bottomright" />

</frame>

<lowlight color="lowlightcol" />

</theme>