2025-02-02 11:30:04 +00:00
|
|
|
.dropzone {
|
|
|
|
position: fixed;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
display: none;
|
|
|
|
border: 0px dotted red;
|
|
|
|
margin: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropzone.dragactive {
|
|
|
|
background-color: #33FF0000;
|
|
|
|
border: 3px dotted blue;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2025-02-05 16:14:45 +00:00
|
|
|
#preview_frame {
|
|
|
|
position: fixed;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#preview_container {
|
|
|
|
position: absolute;
|
|
|
|
left: 32px;
|
|
|
|
right: 32px;
|
|
|
|
top: 32px;
|
|
|
|
bottom: 64px;
|
|
|
|
}
|