main.css
2.09 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
@charset "UTF-8";
#ws-canvas-outer {
position: absolute;
left: 0;
top: 0;
right: 14px;
bottom: 14px;
overflow: hidden;
}
#ws-canvas {
border: 0;
-webkit-user-select: none;
}
#ws-canvas-graphic,
#ws-canvas-graphic-overlay,
#ws-canvas-overlay {
-webkit-user-select: none;
border: 0;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
#ws-v-scrollbar {
position: absolute;
right: 0;
width: 14px;
top: 0;
bottom: 14px;
overflow: hidden;
z-index: 10;
background-color: #f1f1f1;
}
#ws-v-scroll-helper {
width: 1px;
}
#ws-h-scrollbar {
position: absolute;
bottom: 0;
height: 14px;
left: 0;
right: 14px;
overflow: hidden;
z-index: 10;
background-color: #f1f1f1;
}
#ws-h-scroll-helper {
height: 1px;
}
#ws-scrollbar-corner {
position: absolute;
right: 0;
bottom: 0;
width: 14px;
height: 14px;
background-color: #f4f4f4;
border: 0;
z-index: 10;
}
#ws-h-scrollbar .jspHorizontalBar,
#ws-h-scrollbar .jspTrack,
#ws-v-scrollbar .jspTrack,
#ws-v-scrollbar .jspVerticalBar {
background-color: #dce2e8;
}
#ws-h-scrollbar .jspDrag,
#ws-v-scrollbar .jspDrag {
background-color: silver;
}
#ws-h-scrollbar .jspDrag.jspActive,
#ws-h-scrollbar .jspDrag.jspHover,
#ws-v-scrollbar .jspDrag.jspActive,
#ws-v-scrollbar .jspDrag.jspHover {
background-color: grey;
}
#ws-v-scrollbar .jspVerticalBar {
width: 7px;
border-left: 1px solid #c1c6cc;
}
#ws-v-scrollbar .jspTrack {
width: 8px;
}
#ws-h-scrollbar .jspHorizontalBar {
height: 7px;
border-top: 1px solid #c1c6cc;
}
#ws-h-scrollbar .jspTrack {
height: 8px;
}
#ce-canvas-outer,
#ce-canvas-outer-menu {
position: absolute;
border: 0;
overflow: hidden;
}
#ce-canvas,
#ce-canvas-menu,
#ce-canvas-overlay,
#ce-canvas-overlay-menu {
border: 0;
position: absolute;
left: 0;
top: 0;
}
#ce-cursor,
#ce-cursor-menu {
position: absolute;
background-color: #000;
width: 1px;
height: 11pt;
cursor: text;
}
#apiPopUpSelector {
position: absolute;
}
#apiPopUpList {
width: 100%;
height: 100%;
max-height: 210px;
overflow: hidden;
position: relative;
}
#apiPopUpList li {
max-width: 500px;
}