graphStyle.css
1.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
circle{
stroke-width: 1.5px;
}
.text {
font-family: 'Roboto', sans-serif;
visibility: hidden
}
.node {
cursor: pointer;
fill: #fff;
stroke: #FFFFFF;
stroke-width: 2.5px
z-index: 10;
}
.node.fixed {
cursor: pointer;
stroke-width: 6px
}
.link {
stroke: #d0d0d0;
stroke-width: 1.0px
}
g foreignObject {
z-index: 100;
position: relative;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out
}
g foreignObject div {
font-family: 'Roboto', sans-serif;
display: inline-block;
font-size: 8px;
text-decoration: none;
padding: 0px
}
g foreignObject a:hover {
background-color: #f4f4f4;
text-decoration: none
}
.r {
color: #c82528
}
.p {
color: #662d91
}
.y {
color: #f69a43
}
.g {
color: #519c76
}
.header {
text-align: center
}
.n1 {
font-size: 8em;
height: 120px;
color: #595a5a;
letter-spacing: -4px;
line-height: 1
}
.n1 span {
color: #c82528;
font-weight: 700
}
.n2 {
font-size: 1.5em;
line-height: 1
}
.n2 span {
display: block
}
span.n4 {
font-size: .8em;
padding-top: 10px;
line-height: 1.3
}