-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
47 lines (41 loc) · 915 Bytes
/
Copy pathstyles.css
File metadata and controls
47 lines (41 loc) · 915 Bytes
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
/* Redefine right margin width to accommodate figure */
:root {
--margin-width: 900px;
}
/* Ensure spacing between page top and figure */
.quadtree {
padding-top: 20vh;
}
/* Counter-act spacing when figure is not "sticky" */
.laser-trail {
margin-top: -15vh;
}
/* Colors for Barnes-Hut theta values. */
.t00, .t00:hover {
color: rgb(59, 15, 112);
text-decoration: underline 1px dashed rgb(59, 15, 112);
}
.t00:hover {
filter: brightness(1.8);
}
.t05, .t05:hover {
color: rgb(140, 41, 129);
text-decoration: underline 1px dashed rgb(140, 41, 129);
}
.t05:hover {
filter: brightness(1.5);
}
.t10, .t10:hover {
color: rgb(222, 73, 104);
text-decoration: underline 1px dashed rgb(222, 73, 104);
}
.t10:hover {
filter: brightness(1.5);
}
.t15, .t15:hover {
color: rgb(254, 159, 109);
text-decoration: underline 1px dashed rgb(254, 159, 109);
}
.t15:hover {
filter: brightness(1.2);
}