-
Notifications
You must be signed in to change notification settings - Fork 10
/
builder-embed-1.3.0.css
141 lines (140 loc) · 2.67 KB
/
builder-embed-1.3.0.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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
@charset "utf-8";
svg.escher-svg #mouse-node {
fill: none;
}
svg.escher-svg #canvas {
stroke: #ccc;
stroke-width: 7px;
fill: white;
}
svg.escher-svg .resize-rect {
fill: black;
opacity: 0;
stroke: none;
}
svg.escher-svg .label {
font-family: sans-serif;
font-style: italic;
font-weight: bold;
font-size: 8px;
fill: black;
stroke: none;
text-rendering: optimizelegibility;
cursor: default;
}
svg.escher-svg .reaction-label {
font-size: 30px;
fill: rgb(32, 32, 120);
text-rendering: optimizelegibility;
}
svg.escher-svg .node-label {
font-size: 20px;
}
svg.escher-svg .gene-label {
font-size: 18px;
fill: rgb(32, 32, 120);
text-rendering: optimizelegibility;
cursor: default;
}
svg.escher-svg .text-label .label {
font-size: 50px;
}
svg.escher-svg .text-label-input {
font-size: 50px;
}
svg.escher-svg .node-circle {
stroke-width: 2px;
}
svg.escher-svg .midmarker-circle, svg.escher-svg .multimarker-circle {
fill: white;
fill-opacity: 0.2;
stroke: rgb(50, 50, 50);
}
svg.escher-svg g.selected .node-circle{
stroke-width: 6px;
stroke: rgb(20, 113, 199);
}
svg.escher-svg g.selected .label {
fill: rgb(20, 113, 199);
}
svg.escher-svg .metabolite-circle {
stroke: rgb(162, 69, 16);
fill: rgb(224, 134, 91);
}
svg.escher-svg g.selected .metabolite-circle {
stroke: rgb(5, 2, 0);
}
svg.escher-svg .segment {
stroke: #334E75;
stroke-width: 10px;
fill: none;
}
svg.escher-svg .arrowhead {
fill: #334E75;
}
svg.escher-svg .stoichiometry-label-rect {
fill: white;
opacity: 0.5;
}
svg.escher-svg .stoichiometry-label {
fill: #334E75;
font-size: 17px;
}
svg.escher-svg .membrane {
fill: none;
stroke: rgb(255, 187, 0);
}
svg.escher-svg .brush .extent {
fill-opacity: 0.1;
fill: black;
stroke: #fff;
shape-rendering: crispEdges;
}
svg.escher-svg #brush-container .background {
fill: none;
}
svg.escher-svg .bezier-circle {
fill: rgb(255,255,255);
}
svg.escher-svg .bezier-circle.b1 {
stroke: red;
}
svg.escher-svg .bezier-circle.b2 {
stroke: blue;
}
svg.escher-svg .connect-line{
stroke: rgb(200,200,200);
}
svg.escher-svg .direction-arrow {
stroke: black;
stroke-width: 1px;
fill: white;
opacity: 0.3;
}
svg.escher-svg .start-reaction-cursor {
cursor: pointer;
}
svg.escher-svg .start-reaction-target {
stroke: rgb(100,100,100);
fill: none;
opacity: 0.5;
}
svg.escher-svg .rotation-center-line {
stroke: red;
stroke-width: 5px;
}
svg.escher-svg .highlight {
fill: #D97000;
text-decoration: underline;
}
svg.escher-svg .cursor-grab {
cursor: grab;
cursor: -webkit-grab;
}
svg.escher-svg .cursor-grabbing {
cursor: grabbing;
cursor: -webkit-grabbing;
}
svg.escher-svg .edit-text-cursor {
cursor: text;
}