Can embed any file in a PNG/WebM/GIF/JPEG and upload it to a third-party host through 4chan
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

110 lines
1.9 KiB

.pee-hidden {
display: none;
}
.extractedImg {
width: auto;
height: auto;
max-width: 125px;
max-height: 125px;
cursor: pointer;
}
#delform .postContainer>div.embedfound {
border-right: 3px dashed green !important;
}
#delform .postContainer>div.hasembed {
border-right: 3px dashed deeppink !important;
}
.hasembed.catalog-post {
border: 3px dashed deeppink !important;
}
#delform .postContainer>div.hasext {
border-right: 3px dashed goldenrod !important;
}
#delform .postContainer>div.hasmultiple {
border-right: 3px dashed cornflowerblue !important;
}
.post_wrapper.embedfound {
border-right: 3px dashed green !important;
}
.post_wrapper.hasembed {
border-right: 3px dashed deeppink !important;
}
.post_wrapper.hasext {
border-right: 3px dashed goldenrod !important;
}
.post_wrapper.hasmultiple {
border-right: 3px dashed cornflowerblue !important;
}
.hasext.catalog-post {
border: 3px dashed goldenrod !important;
}
.expanded-image>.post>.file .fileThumb>img[data-md5] {
display: none;
}
.expanded-image>.post>.file .fileThumb .full-image {
display: inline;
}
.peee-settings {
position: fixed;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
div.hasemb .catalog-host img {
border: 1px solid deeppink;
}
div.hasext .catalog-host img {
border: 1px solid goldenrod;
}
div.hasmultiple .catalog-host img {
border: 1px solid cornflowerblue;
}
.catalog-host img {
position: absolute;
top: -5px;
right: 0px;
max-width: 80px;
max-height: 80px;
box-shadow: 0px 0px 4px 2px #00000090;
}
.fileThumb.fiilehost {
margin-left: 0 !important;
display: flex;
gap: 20px;
}
#qr > form {
overflow: visible !important;
}
.theme_default .post_wrapper > .thread_image_box {
display: flex;
}
.theme_default .post_wrapper > .thread_image_box > a {
margin-right: 20px;
}
div.post {
overflow: auto;
}