init
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
#root-window > #image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
background-color: rgb(33, 33, 33);
|
||||
min-width: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
#root-window > #header-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#root-window > #header-center > #header {
|
||||
position: absolute;
|
||||
padding-top: 15px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-bottom: 5px;
|
||||
background-color: rgba(0, 0, 0, 0.39);
|
||||
}
|
||||
|
||||
#root-window > #header-center > #header > #title {
|
||||
-unity-text-align: upper-center;
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
color: rgb(187, 187, 187);
|
||||
}
|
||||
|
||||
#root-window > #border {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/White_gold_Skin/UI_elements_W/Main_bar_frame.png?fileID=2800000&guid=f3e73c26aa3a97547bc7b96427ec4084&type=3#Main_bar_frame');
|
||||
min-width: 150px;
|
||||
min-height: 150px;
|
||||
-unity-background-scale-mode: stretch-to-fill;
|
||||
-unity-slice-left: 32;
|
||||
-unity-slice-top: 32;
|
||||
-unity-slice-right: 32;
|
||||
-unity-slice-bottom: 32;
|
||||
-unity-slice-scale: 0.5px;
|
||||
}
|
||||
|
||||
#root-window > #close {
|
||||
position: absolute;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user