-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
86 lines (75 loc) · 1.42 KB
/
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
.node circle {
/* background-image: url(images/covid.png); */
}
.node text {
font: 12px sans-serif;
}
text .shadow {
text-shadow: white 0px 0px 10px;
}
.link {
fill: none;
stroke-width: 1px;
stroke: #999;
stroke-opacity: 0.7;
}
.svg-container {
float:left;
width: 1000px;
height: 700px;
opacity: 1;
padding-top: 1%;
padding-bottom: 1%;
border-radius: 25px;
border: 2px solid #aaa;
}
.svg-network-container {
width: 100%;
height: 80%;
opacity: 1;
border-radius: 25px;
border: 2px solid #aaa;
}
.header {
font-size: large;
}
.right-column {
display: inline-block;
padding-left: 10px;
}
.title {
float: right;
}
.searchBox {
display: inline-block;
}
.staticTooltip {
background-color: lightgrey;
display: inline-block;
min-width: 10%;
text-align: left;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 2px 2px;
-webkit-box-shadow: 2px 2px;
}
.staticTooltip p {
width: 100%;
display: inline-block;
margin-block-start: 0.1em;
margin-block-end: 0.1em;
}
.staticTooltip span {
float:right;
}
#loading {
text-align: center;
font-size: 30px;
width: 100%;
padding-top: 3%;
}