46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
#main-menu-root {
|
|
height: 100%;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
align-self: flex-start;
|
|
}
|
|
|
|
.background {
|
|
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/White_gold_Skin/UI_elements_W/Login_bar.png?fileID=2800000&guid=9e73dfeeb2b076a45b9f4f939bc1cd58&type=3#Login_bar');
|
|
padding-top: 20px;
|
|
padding-right: 80px;
|
|
padding-bottom: 20px;
|
|
padding-left: 80px;
|
|
align-items: center;
|
|
}
|
|
|
|
.main-menu-button {
|
|
width: 300px;
|
|
height: 60px;
|
|
font-size: 24px;
|
|
-unity-font-style: bold;
|
|
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/Classic_Skin/Buttons_C/Button_longer.png?fileID=2800000&guid=ffd030649606bc34d8171bad77a1cc86&type=3#Button_longer');
|
|
-unity-background-scale-mode: stretch-to-fill;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
color: rgb(255, 255, 255);
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
border-top-width: 0;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
border-left-width: 0;
|
|
}
|
|
|
|
.current-profile {
|
|
flex-direction: row;
|
|
align-items: center;
|
|
font-size: 18px;
|
|
-unity-font-style: normal;
|
|
color: rgb(255, 255, 255);
|
|
margin-top: -30px;
|
|
}
|
|
|
|
.current-profile > #current-profile-name {
|
|
-unity-font-style: bold;
|
|
}
|