-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
78 lines (66 loc) · 1.01 KB
/
styles.css
File metadata and controls
78 lines (66 loc) · 1.01 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
body {
left: 0;
right: 0;
top: 0;
bottom: 0;
/*margin: 0 ;*/
/*background-color: black;*/
overflow: scroll;
color: black;
font-family: 'Playfair Display'
}
/*.navbar {
margin-bottom: 0;
}*/
.row {
margin: 0;
}
.p-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
h1 {
font-size: 2.5em;
text-align: center;
}
/*Tree*/
.tree path {
fill: none;
stroke: #a8a1dd;
}
.tree text {
font-size: 1.1em;
text-shadow:
-1px -1px 3px white,
-1px 1px 3px white,
1px -1px 3px white,
1px 1px 3px white;
cursor: pointer;
}
.artist-text {
font-size: 1.4em;
word-wrap: break-word;
}
.line-path {
stroke-linejoin: round;
stroke-linecap: round;
mix-blend-mode: multiply;
cursor: pointer;
}
/*.line-path:hover {
fill: lightblue;
}*/
/*.artist {
cursor: pointer;
}*/
.x-axis {
font-size: 1.4em;
fill: #635F5D;
font-family: 'Playfair Display';
}
.legend {
font-size: 1em;
cursor: pointer;
}