Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/Assets/UI/HelpOptions.rcss
GabsPuNs 3ee643962d Fix compilation for MSVC, also moved some folders.
1. Added again the libraries for MSVC. If you need MinGW libraries version tell me
2. Removed "#include stdafx.h". Is not needed.
3. Renamed "RmlUIAssets" to "UI" and "Menus" to "Iggy"
2026-06-10 21:22:41 -04:00

56 lines
905 B
Plaintext

body
{
width: 100%;
height: 100%;
font-family: Minecraft Default;
font-size: 14px;
color: #ffffff;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
}
div#help_options_menu
{
width: 624px;
height: auto;
margin: auto;
background: rgba(0, 0, 0, 0.65);
border-top: 2px solid #555555;
border-bottom: 2px solid #555555;
border-left: 2px solid #555555;
border-right: 2px solid #555555;
border-radius: 8px;
padding: 40px 48px;
}
div#buttons
{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
button
{
display: block;
width: 524px;
height: 64px;
margin-bottom: 11px;
color: #ffffff;
font-size: 25px;
text-align: center;
line-height: 64px;
cursor: pointer;
border: none;
background: transparent;
decorator: image(images/Button_Background.png);
}
button:hover
{
decorator: image(images/button_highlighted.png);
}