Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/Assets/UI/HelpOptions.rcss
GabsPuNs 80c595e0b3 RMLUI Menu Updates.
* LoadCreateJoin Menu: Adjusted size (Is 100% accurate but works fine), fix X Padding (Y Padding still need fixes),
* Settings Menu: Added Message Box to "Reset Defaults Settings"
* Pause Menu: Added Message Box for Save Game and Exit.
2026-06-18 22:22:07 -04:00

49 lines
761 B
Plaintext

body
{
width: 100%;
height: 100%;
font-family: Minecraft Default;
font-size: 36dp;
font-effect: shadow(1dp 1dp #000000);
color: #ffffff;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
}
div#help_options_menu
{
width: 624dp;
height: 330dp;
margin: auto;
background: rgba(0, 0, 0, 0.65);
}
div#buttons
{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
button
{
display: block;
width: 674dp;
height: 60dp;
margin-bottom: 15dp;
text-align: center;
line-height: 60dp;
cursor: pointer;
background: transparent;
decorator: image(images/lce/Button/MainMenuButton_Norm.png);
}
button:hover
{
color: #ffff00;
decorator: image(images/lce/Button/MainMenuButton_Over.png);
}