v1.2.17
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

pull/10/head v1.2.17-dev
dmitry.kirdyashkin 2023-11-27 23:18:57 +03:00
parent ce66287181
commit b47c8ff377
4 changed files with 2249 additions and 2253 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,52 +1,48 @@
/* IMAGES */ /* IMAGES */
.image-item-common{ .image-item-common{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-common.webp); content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-common.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
} }
.image-item-uncommon{ .image-item-uncommon{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-uncommon.webp); content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-uncommon.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
} }
.image-item-rare{ .image-item-rare{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-rare.webp); content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-rare.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
} }
.image-item-veryrare{ .image-item-veryrare{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-veryrare.webp); content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-veryrare.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
} }
.image-item-legendary{ .image-item-legendary{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-legendary.webp); content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-legendary.webp);
height: 65px;
background-size: 300px;
background-repeat: no-repeat;
object-fit: contain;
} }
.image-item-artifact{ .image-item-artifact{
content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-artifact.webp); content: url(https://static.kdiva.ru/foundryvtt-resources/images/image-items-artifact.webp);
} height: 65px;
.container {
display: inline-flex;
width: 200px;
height: 50px;
}
/* background */
/* IMAGES */
.image-item{
background-image:url(https://static.kdiva.ru/foundryvtt-resources/images/image%2Ditems.webp);
/* content: url(https://static.kdiva.ru/foundryvtt-resources/images/image%2Ditems.webp); */
/* background-size: contain; */
background-size: 300px; background-size: 300px;
background-repeat: no-repeat; background-repeat: no-repeat;
/* width: 100%; */ object-fit: contain;
/* border: 1px; */
/* border-style: dashed; */
/* object-fit: contain; */
}
.container {
display: inline-flex;
/* width: 500px; */
height: 65px;
/* border-style: dashed; */
/* border: 1px; */
} }