diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-04 15:49:55 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-04 15:49:55 +0000 |
commit | c4f9d0fcfa4fde14a01232ada0dc893730dacbee (patch) | |
tree | e2e59c5e81c198f8a45840627177e99bf2e8caeb /common | |
parent | 1c2f0f09c42c12e46399fd3ad69a95c868bcf1c5 (diff) | |
download | theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.tar theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.tar.gz theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.tar.bz2 theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.tar.xz theme-c4f9d0fcfa4fde14a01232ada0dc893730dacbee.zip |
- Release 1.3.7 :
- new theme for 2009 Spring (Free only ATM)
- update Mandriva-Free.xml to use multiple size
Diffstat (limited to 'common')
-rw-r--r-- | common/bootsplash/theme.xml | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/common/bootsplash/theme.xml b/common/bootsplash/theme.xml index 381cfb9..941fcae 100644 --- a/common/bootsplash/theme.xml +++ b/common/bootsplash/theme.xml @@ -9,25 +9,26 @@ <author>Mandriva</author> </info> <progressbar> + <!-- x coordinate, y coordinate, width and height are for the progress bar. Remember that x, y, width and height are expressed in percentage --> <dimension> - <x>5</x> - <y>92</y> + <x>45</x> + <y>84</y> <width>45</width> - <height>2</height> + <height>3</height> </dimension> - <color> - <red>90</red> - <green>138</green> - <blue>198</blue> - <alpha>214</alpha> + <color> <!-- #a3b8d9 --> + <red>163</red> + <green>184</green> + <blue>217</blue> + <alpha>255</alpha> </color> <border> <enable>yes</enable> - <color> - <red>199</red> - <green>211</green> - <blue>223</blue> - <alpha>255</alpha> + <color> <!-- 1c3267 --> + <red>28</red> + <green>50</green> + <blue>103</blue> + <alpha>214</alpha> </color> </border> <background> @@ -57,6 +58,7 @@ <resume>suspend.jpg</resume> <suspend>suspend.jpg</suspend> <errorimg>background.jpg</errorimg> + <!-- x coordinate, y coordinate, width and height are for the progress bar. Remember that x, y, width and height are expressed in percentage --> <dimension> <x>0</x> <y>0</y> @@ -66,6 +68,7 @@ </background> <textbox> <enable>yes</enable> + <!-- x coordinate, y coordinate, width and height are for the progress bar. Remember that x, y, width and height are expressed in percentage --> <dimension> <x>20</x> <y>50</y> |