From 76e40d7c681510c5f8995eae239c807a17f42f82 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Wed, 16 May 2007 20:27:03 +0000 Subject: New Style for Error and Check Popup Maybe this looks better then the old one git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@198 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Themes/Deluxe.ini | 90 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 78 insertions(+), 12 deletions(-) (limited to 'Themes') diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index a355fa86..987bf070 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -7628,8 +7628,8 @@ Y = 310 W = 100 H = 25 Tex =Rectangle -Color = GrayLight -DColor = Gray +Color = Gray +DColor = GrayPopup Type=Font Black Texts=1 Z = 1 @@ -7651,8 +7651,8 @@ Y = 310 W = 100 H = 25 Tex =Rectangle -Color = GrayLight -DColor = Gray +Color = Gray +DColor = GrayPopup Type=Font Black Texts=1 Z = 1 @@ -7670,25 +7670,58 @@ Z=1 [CheckPopupText] X =400 -Y =165 +Y =180 +W =300 Color=White Font =0 -Size =14 -Text=blabla +Size =12 +Text=error text Align=1 Z=1 +[CheckPopupText1] +X =282 +Y =147 +Color=White +Font =0 +Size =10 +Text=MSG_QUESTION_TITLE +Align=0 +Z=1 + [CheckPopupStatic1] Tex =PopUpBG X =250 Y =150 W =300 H =200 -Z =1 +Z =0.98 Int=1 Color =GrayPopup Type=Font Black +[CheckPopupStatic2] +Tex =PopUpFG +X =250 +Y =150 +W =300 +H =200 +Z =0.99 +Int=1 +Color =White +Type=Font Black + +[CheckPopupStatic3] +Tex =IconQuestion +X =255 +Y =151 +W =23 +H =23 +Z =0.99 +Int=1 +Color =White +Type=Font Black + [ErrorPopup] Texts=1 Statics=1 @@ -7699,8 +7732,8 @@ Y = 310 W = 100 H = 25 Tex =Rectangle -Color = GrayLight -DColor = Gray +Color = Gray +DColor = GrayPopup Type=Font Black Texts=1 Z = 1 @@ -7718,14 +7751,25 @@ Z=1 [ErrorPopupText] X =400 -Y =155 +Y =180 +W =300 Color=White Font =0 -Size =14 +Size =12 Text=error text Align=1 Z=1 +[ErrorPopupText1] +X =282 +Y =148 +Color=White +Font =0 +Size =10 +Text=MSG_ERROR_TITLE +Align=0 +Z=1 + [ErrorPopupStatic1] Tex =PopUpBG X =250 @@ -7735,4 +7779,26 @@ H =200 Z =0.98 Int=1 Color =GrayPopup +Type=Font Black + +[ErrorPopupStatic2] +Tex =PopUpFG +X =250 +Y =150 +W =300 +H =200 +Z =0.99 +Int=1 +Color =White +Type=Font Black + +[ErrorPopupStatic3] +Tex =IconError +X =255 +Y =151 +W =23 +H =23 +Z =0.99 +Int=1 +Color =White Type=Font Black \ No newline at end of file -- cgit v1.2.3