113 lines
1.8 KiB
CSS
113 lines
1.8 KiB
CSS
.item-avatar-img {
|
|
max-width: 200px;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.item-weapon-cat-select {
|
|
width: calc(100% - 2px);
|
|
min-width: 20px;
|
|
}
|
|
|
|
.chat-item h2,
|
|
.chat-item h4 {
|
|
text-align: center;
|
|
}
|
|
|
|
.modification-value {
|
|
text-align: center;
|
|
}
|
|
|
|
.kopparhavet .gear-tab h1 {
|
|
margin-bottom: 0;
|
|
grid-column: 1/4;
|
|
font-family: var(--font-special);
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
line-height: initial;
|
|
margin: 0;
|
|
padding: 4px 4px;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.items {
|
|
margin: 0 0 10px 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.items .items-header {
|
|
text-align: center;
|
|
padding: 3px;
|
|
/* border-bottom: 1px solid rgba(0, 0, 0, 0.25); */
|
|
/* background-color: #490c0b; */
|
|
/* color: white; */
|
|
/* font-size: 12px; */
|
|
border-bottom: 2px solid #782e22;
|
|
/* font-weight: normal; */
|
|
}
|
|
|
|
.items .items-header .header-name {
|
|
flex: 1 0 100px;
|
|
text-align: left;
|
|
}
|
|
|
|
.items .items-list {
|
|
padding: 0;
|
|
}
|
|
|
|
.items .items-list .item-name {
|
|
margin: 0;
|
|
/* cursor: pointer; */
|
|
flex: 1 0 100px;
|
|
text-align: left;
|
|
}
|
|
|
|
.item-quantity {
|
|
position: relative;
|
|
}
|
|
|
|
.quantity.increase {
|
|
right: 25%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.quantity.decrease {
|
|
left: 25%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.quantity {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.item-weapon-skill-select {
|
|
width: calc(100% - 2px);
|
|
min-width: 20px;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.items .items-list .item-controls {
|
|
z-index: 500;
|
|
width: 20px;
|
|
text-align: end;
|
|
margin: auto;
|
|
}
|
|
|
|
.items .items-list .item {
|
|
line-height: 24px;
|
|
padding: 3px 0;
|
|
border-bottom: 1px solid #bbb;
|
|
text-align: center;
|
|
}
|
|
|
|
.items .items-list .item .toggle-equipped {
|
|
color: #888;
|
|
}
|
|
|
|
.items .items-list .item .toggle-equipped.active {
|
|
color: #191813;
|
|
} |