-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgerda-steiner-style.css
97 lines (83 loc) · 1.58 KB
/
gerda-steiner-style.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
core {
active-bg-color: #fff;
active-bg-opacity: 0.333;
}
edge {
curve-style: haystack;
haystack-radius: 0;
opacity: 0.333;
width: 2;
z-index: 0;
overlay-opacity: 0;
}
node {
width: 40;
height: 40;
font-size: 10;
font-weight: bold;
min-zoomed-font-size: 4;
content: data(name);
text-valign: center;
text-halign: center;
color: #000;
text-outline-width: 2;
text-outline-color: #fff;
text-outline-opacity: 1;
overlay-color: #fff;
}
edge[interaction = "ww"] {
line-color: #FACD37;
opacity: 0.666;
z-index: 9;
width: 8;
}
node[NodeType = "Werk"],
node[NodeType = "WerkTyp"] {
background-color: #b8b8b8;
text-outline-color: #b8b8b8;
width: mapData(Quality, 70, 100, 20, 50);
height: mapData(Quality, 70, 100, 20, 50);
}
node[NodeType = "Ausstellung"] {
background-color: #333333;
text-outline-color: #333333;
}
edge[interaction = "wa"] {
line-color: #333333;
}
node[NodeType = "Literatur"] {
background-color: #e31781;
text-outline-color: #e31781;
}
edge[interaction = "wl"] {
line-color: #e31781;
}
node.highlighted {
min-zoomed-font-size: 0;
font-size: 10;
text-outline-width: 2;
text-outline-opacity: 1;
z-index: 9999;
}
edge.highlighted {
opacity: 0.8;
width: 4;
z-index: 9999;
}
edge.faded {
opacity: 0.1;
}
node.faded {
opacity: 0.5;
text-opacity: 0;
}
node:selected {
width: 40;
height: 40;
border-color: rgb(187, 219, 247);
border-opacity: 0.5;
border-width: 10;
}
.filtered {
display: none;
}