-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_source.css
89 lines (73 loc) · 1.46 KB
/
_source.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Dec 26, 2016, 10:36:11 AM
Author : Salman Rakin
*/
img::selection {
color: rgba(0, 0, 0, 0);
}
img.cke-resize {
outline: 1px dashed #000;
}
#ckimgrsz {
position: absolute;
width: 0;
height: 0;
cursor: default;
}
#ckimgrsz .preview {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
background-size: 100% 100%;
opacity: .65;
outline: 1px dashed #000;
}
#ckimgrsz span {
position: absolute;
width: 5px;
height: 5px;
background: #fff;
border: 1px solid #000;
}
#ckimgrsz span:hover, #ckimgrsz span.active {
background: #000;
}
#ckimgrsz span.tl,
#ckimgrsz span.br {
cursor: nwse-resize;
}
#ckimgrsz span.tm,
#ckimgrsz span.bm {
cursor: ns-resize;
}
#ckimgrsz span.tr,
#ckimgrsz span.bl {
cursor: nesw-resize;
}
#ckimgrsz span.lm,
#ckimgrsz span.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;
}