OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
sendy
/
js
/
ckeditor
/
plugins
/
dragresize
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/18/2021 09:42:57 AM
rwxr-xr-x
📄
.gitignore
27 bytes
11/18/2021 09:46:08 AM
rwxr-xr-x
📄
LICENSE
1.04 KB
11/18/2021 09:46:08 AM
rwxr-xr-x
📄
_source.css
1.45 KB
11/18/2021 09:46:08 AM
rwxr-xr-x
📄
package.json
724 bytes
11/18/2021 09:46:08 AM
rwxr-xr-x
📄
plugin.js
13.48 KB
11/18/2021 09:46:09 AM
rwxr-xr-x
📄
readme.md
1.84 KB
11/18/2021 09:46:08 AM
rwxr-xr-x
Editing: _source.css
Close
/* * Unminified CSS Source * This css file is not required for the plugin, because the styles * are minified and hard-coded in plugin.js * */ img::selection { color: rgba(0, 0, 0, 0); } img.ckimgrsz { outline: 1px dashed #000; } #ckimgrsz { position: absolute; width: 0; height: 0; cursor: default; z-index: 10001; } #ckimgrsz span { display: none; position: absolute; top: 0; left: 0; width: 0; height: 0; background-size: 100% 100%; opacity: .65; outline: 1px dashed #000; } #ckimgrsz i { position: absolute; display: block; width: 5px; height: 5px; background: #fff; border: 1px solid #000; } #ckimgrsz i:hover, #ckimgrsz i.active { background: #000; } #ckimgrsz i.tl, #ckimgrsz i.br { cursor: nwse-resize; } #ckimgrsz i.tm, #ckimgrsz i.bm { cursor: ns-resize; } #ckimgrsz i.tr, #ckimgrsz i.bl { cursor: nesw-resize; } #ckimgrsz i.lm, #ckimgrsz i.rm { cursor: ew-resize; } body.dragging-tl, body.dragging-tl *, body.dragging-br, body.dragging-br * { cursor: nwse-resize !important; } body.dragging-tm, body.dragging-tm *, body.dragging-bm, body.dragging-bm * { cursor: ns-resize !important; } body.dragging-tr, body.dragging-tr *, body.dragging-bl, body.dragging-bl * { cursor: nesw-resize !important; } body.dragging-lm, body.dragging-lm *, body.dragging-rm, body.dragging-rm * { cursor: ew-resize !important; }