Files
2025-01-06 20:47:25 +01:00

88 lines
1.6 KiB
CSS

.stickers-box {
position: absolute;
z-index: 99;
width: 98%;
}
.stickers-box .img-sticker{
position: absolute;
display: block;
width: 100px;
height: auto;
}
.stickers-box .img-sticker.position-1{
top: 0;
left: 0;
}
.stickers-box .img-sticker.position-2{
top: 0;
}
.stickers-box .img-sticker.position-3{
top: 0;
right: 0;
}
.stickers-box .img-sticker.position-4{
left: 0;
}
.stickers-box .img-sticker.position-5{ display: }
.stickers-box .img-sticker.position-6{
right: 0;
}
.stickers-box .img-sticker.position-7{
bottom: 0;
left: 0;
}
.stickers-box .img-sticker.position-8{
bottom: 0;
}
.stickers-box .img-sticker.position-9{
bottom: 0;
right: 0;
}
.stickers-box .img-sticker img{
max-width: 100px;
max-height: 100px;
}
.stickers-box-list {
position: absolute;
z-index: 99;
width: 95%;
}
.stickers-box-list .img-sticker {
position: absolute;
display: block;
width: 70px;
height: auto;
}
.stickers-box-list .img-sticker img {
width: 100%;
}
.stickers-box-list .img-sticker.position-1{
top: 0;
left: 0;
}
.stickers-box-list .img-sticker.position-2{
top: 0;
}
.stickers-box-list .img-sticker.position-3{
top: 0;
right: 0;
}
.stickers-box-list .img-sticker.position-4{
left: 0;
}
.stickers-box-list .img-sticker.position-5{}
.stickers-box-list .img-sticker.position-6{
right: 0;
}
.stickers-box-list .img-sticker.position-7{
bottom: 0;
left: 0;
}
.stickers-box-list .img-sticker.position-8{
bottom: 0;
}
.stickers-box-list .img-sticker.position-9{
bottom: 0;
right: 0;
}