-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
71 lines (56 loc) · 1.03 KB
/
index.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
/*
* DiaMetrics v1.0.0
* https://github.com/lrosenplaenter/DiaMetrics
* Copyright (c) 2023 - 2024 Leon Rosenplänter.
* DiaMetrics is available under the MIT license.
*/
*:focus {
outline: none !important;
box-shadow: none !important;
}
.table th, .table td {
white-space: normal;
width: 33.33%;
}
.accordion-button:not(.collapsed) {
--bs-accordion-active-color: #000000;
--bs-accordion-active-bg: #FFFFFF;
}
definition {
cursor: help;
color: #003e81;
transition: color 0.3s ease, text-decoration 0.3s ease;
}
definition:hover {
color: #0264ce;
}
.pointer:hover {
cursor: pointer;
}
.popover {
max-width: 450px;
}
.popover_calc_color_P {
color: #22b14c;
}
.popover_calc_color_N {
color: #3f48cc;
}
.popover_calc_color_PP {
color: #ede102;
}
.popover_calc_color_PN {
color: #ed1c24;
}
.popover_calc_color_TP {
color: #b5e61d;
}
.popover_calc_color_FP {
color: #00a2e8;
}
.popover_calc_color_FN {
color: #ff7f27;
}
.popover_calc_color_TN {
color: #a349a4;
}