init
This commit is contained in:
@@ -0,0 +1,220 @@
|
||||
.title {
|
||||
-unity-text-align: upper-center;
|
||||
background-color: rgba(0, 0, 0, 0.39);
|
||||
color: rgb(187, 187, 187);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.horizontal-line {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
border-left-color: rgb(0, 0, 0);
|
||||
border-right-color: rgb(0, 0, 0);
|
||||
border-top-color: rgb(0, 0, 0);
|
||||
border-bottom-color: rgb(0, 0, 0);
|
||||
border-bottom-width: 1px;
|
||||
height: 1px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#items .slot {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
#items #item-helmet #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_helm.png?fileID=2800000&guid=c5e900b395fb5c646a19b329d1e32f8a&type=3#icon_bg_helm');
|
||||
}
|
||||
|
||||
#items #item-armor #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_chest.png?fileID=2800000&guid=0997b222910af594bafac8b6e15211f0&type=3#icon_bg_chest');
|
||||
}
|
||||
|
||||
#items #item-belt #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_belt.png?fileID=2800000&guid=af0fe96d0b08e954cbf6fce7efeba021&type=3#icon_bg_belt');
|
||||
}
|
||||
|
||||
#items #item-pants #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_pants.png?fileID=2800000&guid=2f8ed45cd5b08db4db909781fbab764a&type=3#icon_bg_pants');
|
||||
}
|
||||
|
||||
#items #item-boots #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_boots.png?fileID=2800000&guid=30204ce833fe8584ea87ba7d265559b3&type=3#icon_bg_boots');
|
||||
}
|
||||
|
||||
#items #item-necklace #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_neck.png?fileID=2800000&guid=f66f85c68d3e27143975f1e36a5a525b&type=3#icon_bg_neck');
|
||||
}
|
||||
|
||||
#items #item-gloves #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_gloves.png?fileID=2800000&guid=efb38f7b9eec13c4fbade08566e92256&type=3#icon_bg_gloves');
|
||||
}
|
||||
|
||||
#items #item-ring-one #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_ring.png?fileID=2800000&guid=fe777b27404440543b59e3f3d7844913&type=3#icon_bg_ring');
|
||||
}
|
||||
|
||||
#items #item-ring-two #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_ring.png?fileID=2800000&guid=fe777b27404440543b59e3f3d7844913&type=3#icon_bg_ring');
|
||||
}
|
||||
|
||||
#items #item-main-hand #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_dagger.png?fileID=2800000&guid=42a79ae989d4e0748859fb1120db8cca&type=3#icon_bg_dagger');
|
||||
}
|
||||
|
||||
#items #item-off-hand #icon {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/UI_icons/equipment/icon_bg_dagger.png?fileID=2800000&guid=42a79ae989d4e0748859fb1120db8cca&type=3#icon_bg_dagger');
|
||||
}
|
||||
|
||||
#root-equipment {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
width: 700px;
|
||||
height: 800px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#root-equipment > #left-side {
|
||||
flex-basis: 50%;
|
||||
margin-top: 40px;
|
||||
padding-left: 15px;
|
||||
padding-right: 5px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
#root-equipment > #right-side {
|
||||
flex-basis: 50%;
|
||||
margin-top: 40px;
|
||||
padding-left: 5px;
|
||||
padding-right: 15px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
#tabs {
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#tabs > .tab {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
background-color: rgba(188, 188, 188, 0.39);
|
||||
border-left-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-color: rgb(0, 0, 0);
|
||||
border-right-color: rgb(0, 0, 0);
|
||||
border-top-color: rgb(0, 0, 0);
|
||||
border-bottom-color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
#contents {
|
||||
flex-grow: 1;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#contents > .content {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#attributes {
|
||||
}
|
||||
|
||||
#attributes > .attribute {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#attributes > .attribute > .attribute-label {
|
||||
flex-grow: 1;
|
||||
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);
|
||||
}
|
||||
|
||||
#attributes > .attribute > .attribute-value {
|
||||
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);
|
||||
}
|
||||
|
||||
#items {
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#items > #items-top {
|
||||
flex-basis: 100%;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#items > #items-left {
|
||||
}
|
||||
|
||||
#items > #items-right {
|
||||
}
|
||||
|
||||
#items > #items-bottom {
|
||||
flex-basis: 100%;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#resources > .resource {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#resources > .resource > .resource-label {
|
||||
flex-grow: 1;
|
||||
margin-left: 5px;
|
||||
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);
|
||||
}
|
||||
|
||||
#resources > .resource > .resource-value {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 5px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
color: rgb(187, 187, 187);
|
||||
}
|
||||
Reference in New Issue
Block a user