summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/e16-myth-settings/e16/themes/mine/init
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mv-core/e16-myth-settings/e16/themes/mine/init')
-rwxr-xr-xabs/mv-core/e16-myth-settings/e16/themes/mine/init/images/bar.pngbin0 -> 265 bytes
-rwxr-xr-xabs/mv-core/e16-myth-settings/e16/themes/mine/init/images/header.pngbin0 -> 96061 bytes
-rwxr-xr-xabs/mv-core/e16-myth-settings/e16/themes/mine/init/init.cfg52
3 files changed, 52 insertions, 0 deletions
diff --git a/abs/mv-core/e16-myth-settings/e16/themes/mine/init/images/bar.png b/abs/mv-core/e16-myth-settings/e16/themes/mine/init/images/bar.png
new file mode 100755
index 0000000..67659f3
--- /dev/null
+++ b/abs/mv-core/e16-myth-settings/e16/themes/mine/init/images/bar.png
Binary files differ
diff --git a/abs/mv-core/e16-myth-settings/e16/themes/mine/init/images/header.png b/abs/mv-core/e16-myth-settings/e16/themes/mine/init/images/header.png
new file mode 100755
index 0000000..7e7f892
--- /dev/null
+++ b/abs/mv-core/e16-myth-settings/e16/themes/mine/init/images/header.png
Binary files differ
diff --git a/abs/mv-core/e16-myth-settings/e16/themes/mine/init/init.cfg b/abs/mv-core/e16-myth-settings/e16/themes/mine/init/init.cfg
new file mode 100755
index 0000000..60444fe
--- /dev/null
+++ b/abs/mv-core/e16-myth-settings/e16/themes/mine/init/init.cfg
@@ -0,0 +1,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
+