summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/e16-myth-settings/e16/themes/mine/init/init.cfg
blob: 60444fe697be5643cd6388164c1995c33638df3b (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
BEGIN_BACKGROUND("STARTUP_BACKGROUND")
  SET_SOLID("255 255 255")
  ADD_BACKGROUND_SCALED("backgrounds/blue.gif")
//   ADD_OVERLAY_IMAGE_BOTTOM_MIDDLE("init/images/logo.png")
  ADD_OVERLAY_IMAGE_CENTERED("init/images/header.png")
END_BACKGROUND

/*************************************************************************/
/* Progress bar graphics and text                                        */
/*************************************************************************/


__ICLASS __BGN
  __NAME STARTUP_BAR
  __NORMAL "backgrounds/blue.gif"
  __EDGE_SCALING 0 0 0 0
__END


__ICLASS __BGN
  __NAME PROGRESS_BAR
  /* Used for the text background */
  __NORMAL  "init/images/bar.png"
  __EDGE_SCALING 0 0 0 0
  /* Used for the number background */
  __CLICKED "init/images/bar.png"
  __EDGE_SCALING 0 0 0 0
  /* Used for the progress bar */
  __NORMAL_ACTIVE  "init/images/bar.png"
  __EDGE_SCALING 0 0 0 0
  __PADDING 0 0 0 0 
__END

__TCLASS __BGN
  __NAME "PROGRESS_TEXT"
  __NORMAL "-*-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-*"
    __DRAWING_EFFECT __EFFECT_NONE
    __FORGROUND_COLOR 0 0 0
    __BACKGROUND_COLOR 0 0 0
    __JUSTIFICATION 0
__END

__TCLASS __BGN
  __NAME "PROGRESS_TEXT_NUMBER"

  __NORMAL "-*-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-*"
    __DRAWING_EFFECT __EFFECT_NONE
    __FORGROUND_COLOR 0 0 0
    __BACKGROUND_COLOR 0 0 0
    __JUSTIFICATION 1024
__END