diff --git a/Minecraft.Client/Assets/UI/HelpOptions.rcss b/Minecraft.Client/Assets/UI/HelpOptions.rcss index dcc9db80..ed66cefe 100644 --- a/Minecraft.Client/Assets/UI/HelpOptions.rcss +++ b/Minecraft.Client/Assets/UI/HelpOptions.rcss @@ -3,7 +3,7 @@ body width: 100%; height: 100%; font-family: Minecraft Default; - font-size: 14dp; + font-size: 36dp; font-effect: shadow(1dp 1dp #000000); color: #ffffff; background: transparent; @@ -18,8 +18,6 @@ div#help_options_menu height: 330dp; margin: auto; background: rgba(0, 0, 0, 0.65); - border-radius: 8dp; - padding: 40dp 48dp; } div#buttons @@ -36,8 +34,6 @@ button width: 674dp; height: 60dp; margin-bottom: 15dp; - color: #ffffff; - font-size: 36dp; text-align: center; line-height: 60dp; cursor: pointer; diff --git a/Minecraft.Client/Assets/UI/LoadCreateJoinMenu.rcss b/Minecraft.Client/Assets/UI/LoadCreateJoinMenu.rcss index e925efec..d71ba679 100644 --- a/Minecraft.Client/Assets/UI/LoadCreateJoinMenu.rcss +++ b/Minecraft.Client/Assets/UI/LoadCreateJoinMenu.rcss @@ -14,12 +14,11 @@ body div#lcj_menu { - width: 898dp; - height: 774dp; + width: 930dp; + height: 812dp; margin: auto; display: flex; flex-direction: column; - padding: 0; } div#tab_bar @@ -49,7 +48,6 @@ button.tab border-width: 0px; image-color: #ffffff; margin: 0; - padding: 0; box-sizing: border-box; } @@ -98,9 +96,9 @@ button.tab_right.selected div#panel_container { width: 100%; + height: 100%; flex-grow: 1; decorator: image(images/lce/LoadCreateJoinMenu/gui_load.png); - padding: 12dp 16dp; overflow: hidden; } @@ -119,7 +117,7 @@ div.list_container overflow-y: auto; display: flex; flex-direction: column; - padding-top: 10dp; + padding-top: 38dp; } div.list_item @@ -146,7 +144,7 @@ div.list_item button justify-content: flex-start; padding-left: 20dp; padding-right: 16dp; - margin: 0 44dp; + margin: 0 58dp; gap: 30dp; color: #ffffff; font-size: 36dp; diff --git a/Minecraft.Client/Assets/UI/MessageBox.rcss b/Minecraft.Client/Assets/UI/MessageBox.rcss index 025129a2..6f50f931 100644 --- a/Minecraft.Client/Assets/UI/MessageBox.rcss +++ b/Minecraft.Client/Assets/UI/MessageBox.rcss @@ -3,7 +3,7 @@ body width: 100%; height: 100%; font-family: Minecraft Default; - font-size: 14dp; + font-size: 36dp; color: #ffffff; background: transparent; display: flex; @@ -25,7 +25,6 @@ div#message_box p#title { - font-size: 36dp; color: #333333; margin-bottom: 23dp; text-align: left; @@ -44,7 +43,6 @@ div#text_container p#description { - font-size: 36dp; color: #333333; white-space: pre-wrap; } @@ -63,8 +61,6 @@ button width: 600dp; height: 60dp; margin-bottom: 7.5dp; - color: #ffffff; - font-size: 36dp; font-effect: shadow(1dp 1dp #000000); text-align: center; line-height: 60dp; diff --git a/Minecraft.Client/Assets/UI/PauseMenu.rcss b/Minecraft.Client/Assets/UI/PauseMenu.rcss index c608ed37..da9f85bb 100644 --- a/Minecraft.Client/Assets/UI/PauseMenu.rcss +++ b/Minecraft.Client/Assets/UI/PauseMenu.rcss @@ -3,7 +3,7 @@ body width: 100%; height: 100%; font-family: Minecraft Default; - font-size: 14dp; + font-size: 36dp; font-effect: shadow(1dp 1dp #000000); color: #ffffff; background: transparent; @@ -18,8 +18,6 @@ div#pause_menu height: 330dp; margin: auto; background: rgba(0, 0, 0, 0.65); - border-radius: 8dp; - padding: 40dp 48dp; } div#buttons @@ -36,8 +34,6 @@ button width: 674dp; height: 60dp; margin-bottom: 15dp; - color: #ffffff; - font-size: 36dp; text-align: center; line-height: 60dp; cursor: pointer; @@ -63,7 +59,6 @@ div#exit_dialog p#exit_text { - font-size: 36dp; font-effect: none; color: #333333; margin-bottom: 23dp; @@ -85,8 +80,6 @@ button#exit_nosave width: 600dp; height: 60dp; margin-bottom: 7.5dp; - color: #ffffff; - font-size: 36dp; text-align: center; line-height: 60dp; cursor: pointer; @@ -119,7 +112,6 @@ div#save_dialog p#save_text { - font-size: 36dp; font-effect: none; color: #333333; margin-bottom: 23dp; @@ -140,8 +132,6 @@ button#save_confirm width: 600dp; height: 60dp; margin-bottom: 7.5dp; - color: #ffffff; - font-size: 36dp; text-align: center; line-height: 60dp; cursor: pointer; diff --git a/Minecraft.Client/Assets/UI/SettingsMenu.rcss b/Minecraft.Client/Assets/UI/SettingsMenu.rcss index 2163d7bc..29a6f2b1 100644 --- a/Minecraft.Client/Assets/UI/SettingsMenu.rcss +++ b/Minecraft.Client/Assets/UI/SettingsMenu.rcss @@ -3,7 +3,7 @@ body width: 100%; height: 100%; font-family: Minecraft Default; - font-size: 14dp; + font-size: 36dp; font-effect: shadow(1dp 1dp #000000); color: #ffffff; background: transparent; @@ -18,8 +18,6 @@ div#settings_menu height: 330dp; margin: auto; background: rgba(0, 0, 0, 0.65); - border-radius: 8dp; - padding: 40dp 48dp; } div#buttons @@ -36,8 +34,6 @@ button width: 674dp; height: 60dp; margin-bottom: 15dp; - color: #ffffff; - font-size: 36dp; text-align: center; line-height: 60dp; cursor: pointer; @@ -49,53 +45,4 @@ button:hover { color: #ffff00; decorator: image(images/lce/Button/MainMenuButton_Over.png); -} - -div#confirm_dialog -{ - display: none; - width: 100%; - margin-top: 16dp; - text-align: center; -} - -p#confirm_text -{ - font-size: 31dp; - color: #ffffff; - margin-bottom: 23dp; -} - -div#confirm_buttons -{ - width: 100%; - display: flex; - justify-content: center; - gap: 10dp; -} - -button#confirm_no, -button#confirm_yes -{ - display: inline-block; - width: auto; - min-width: 204dp; - height: 58dp; - margin: 0; - padding-left: 29dp; - padding-right: 29dp; - color: #ffffff; - font-size: 36dp; - text-align: center; - line-height: 58dp; - cursor: pointer; - background: transparent; - decorator: image(images/lce/Button/MainMenuButton_Norm.png); -} - -button#confirm_no:hover, -button#confirm_yes:hover -{ - color: #ffff00; - decorator: image(images/lce/Button/MainMenuButton_Over.png); -} +} \ No newline at end of file diff --git a/Minecraft.Client/Assets/UI/SettingsMenu.rml b/Minecraft.Client/Assets/UI/SettingsMenu.rml index cb9cf818..e076d36d 100644 --- a/Minecraft.Client/Assets/UI/SettingsMenu.rml +++ b/Minecraft.Client/Assets/UI/SettingsMenu.rml @@ -13,13 +13,6 @@ -
[IDS_RESET_TO_DEFAULTS]
- -