38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
#root-slot {
|
|
width: 100%;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
height: 100%;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
border-top-width: 0;
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
#root-slot > #background {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/White_gold_Skin/UI_elements_W/icon_frame_bg.png?fileID=2800000&guid=27f3ca780c69fcf49b884913b9ac5e3b&type=3#icon_frame_bg');
|
|
}
|
|
|
|
#root-slot > #icon {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#root-slot > #border {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/White_gold_Skin/UI_elements_W/icon_frame.png?fileID=2800000&guid=f272753cabc45b9419037998d01412e7&type=3#icon_frame');
|
|
}
|