-
Notifications
You must be signed in to change notification settings - Fork 10
/
gx-view.css
94 lines (75 loc) · 1.24 KB
/
gx-view.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
.local-pid {
margin-right: 1ex;
}
.principal, .relative-type, .gender, .lang, .name-type {
margin-left: 1ex;
}
.gender-female {
background-color: deeppink;
}
.gender-male {
background-color: darkblue;
}
.gx-node-select {
cursor: crosshair;
}
.link-unstyled {
color: inherit;
text-decoration: inherit;
}
.trigger {
cursor: pointer;
}
.not {
text-decoration: line-through;
}
pre {
white-space: pre-wrap;
max-width: inherit;
max-height: 40vh;
overflow-y: auto;
}
.drag-header {
cursor: move;
z-index: 10;
padding: 10px 4px 10px 10px;
background-color: #e2e7f8;
}
.drag-handle {
color: #b9bfd5;
}
.edit-section {
border: solid lightblue;
box-shadow: 2px 2px 4px lightgray;
padding:4px;
margin: 3px;
white-space: pre-wrap;
}
.selected-section {
background-color: rgba(255, 254, 228, 0.41);;
}
.section-drop-hover {
background-color: #e4fffb;
}
.hanging-indent {
padding-left: 22px;
text-indent: -22px;
margin-bottom: 0;
}
.sft-relationship {
color: #015b46;
}
.sft-person {
color: #0000b7;
}
.sft-tag {
color: #6c854e;
}
#alert {
z-index: 1100;
}
.h1-link {
font-size: 20px;
font-weight: normal;
text-decoration: none;
}