-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
142 lines (128 loc) · 2.4 KB
/
Copy pathdefault.css
File metadata and controls
142 lines (128 loc) · 2.4 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
#wrapper {
position: absolute;
}
#opener{
position: absolute;
top: 220px;
left: 5px;
z-index: 10000;
background-color: #e4c930;
font-weight: bolder;
}
.ui-widget-header,.ui-state-default, ui-button{
background:#e4c930;
border: 1px solid #b9cd6d;
color: #FFFFFF;
font-weight: bold;
}
.node {
stroke: #fff;
stroke-width: 1.5px;
}
.link {
stroke: #999;
stroke-opacity: .6;
}
/* #mapid {
position: absolute;
left: 0; top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 80%;
overflow: hidden;
} */
#network-section {
position: absolute;
clear: left;
}
#network-vis{
display: none;
/* position: absolute;
top: 250px;
left: 380px;
margin-left: 10px;
padding-left: 0px;
text-align: left;
overflow-y: scroll; */
z-index: 1000000;
background-color:#e4c930;
width: 500px;
height: 500px;
}
.network{
display: block;
position: absolute;
top: 250px;
left: 0px;
margin-left: 5px;
padding-left: 0px;
background-color:#e4c930;
text-align: left;
overflow-y: scroll;
z-index: 10000;
width: 360px;
height: 360px;
}
.network h2{
width: auto;
text-align: center;
margin: 2px 2px 2px 2px;
/* background-color: #ffffff */
/* color: #fff; */
}
/* table css */
main {
display: flex;
flex-direction: column;
padding: 0em;
align-items: center;
}
.table-wrapper {
overflow: auto;
max-width: 100%;
background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)),
linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%,
radial-gradient(
farthest-side at 0% 50%,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0)
),
radial-gradient(
farthest-side at 100% 50%,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0)
)
0 100%;
background-repeat: no-repeat;
background-color: white;
/* background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
background-position: 0 0, 100%, 0 0, 100%;
background-attachment: local, local, scroll, scroll; */
}
tr {
border-bottom: 1px solid #92ec55 !important;
}
th {
background-color: #5b98b4;
color: #fff;
white-space: nowrap;
cursor: pointer;
text-align: center;
}
th,
td {
text-align: left;
padding: 0.5em 0.5em;
font-size: 12px;
border-bottom: 1px solid #555 !important;
}
input[type=search] {
border: 1px solid;
font-size: initial;
margin-bottom: 1em;
padding: 0.25em;
}
.hidden {
display: none;
}