-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathneo4j.grass
47 lines (41 loc) · 808 Bytes
/
neo4j.grass
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
node {
diameter: 50px;
color: #A5ABB6;
border-color: #9AA1AC;
border-width: 2px;
text-color-internal: #FFFFFF;
font-size: 10px;
}
relationship {
color: #A5ABB6;
shaft-width: 2px;
font-size: 8px;
padding: 3px;
text-color-external: #000000;
text-color-internal: #FFFFFF;
caption: '{weight}';
}
node.ngrams-trump {
color: #68BDF6;
border-color: #5CA8DB;
text-color-internal: #FFFFFF;
caption: '{gram}';
}
node.pos-trump-small {
color: #6DCE9E;
border-color: #60B58B;
text-color-internal: #FFFFFF;
caption: '{gram}';
}
node.pos-trump-small-2 {
color: #6DCE9E;
border-color: #60B58B;
text-color-internal: #FFFFFF;
caption: '{gram}';
}
node.pos-trump-small-3 {
color: #6DCE9E;
border-color: #60B58B;
text-color-internal: #FFFFFF;
caption: '{gram}';
}