-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
108 lines (86 loc) · 1.8 KB
/
styles.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
/* Default stylesheet for CompetVet Suivi, will be overridden if necessary in theme */
.bar-bg-gray {
fill: #555;
}
.competency-sn-link a, .competency-sn-link {
font-weight: bolder;
}
.competency-sn-link a:hover {
text-decoration: none;
}
.competency-sn {
color: gray;
font-weight: bold;
}
.cvs-summary-chart .fn-label {
fill: gray;
}
.graph-header-title {
border-bottom: solid 2px lightgrey;
}
.graph-current-comp-name {
font-weight: bolder;
font-size: large;
}
/* Bar Styling for macro competencies 0 to 7 */
.macrocomp-0 .progress-cvs .bar-bg, .macrocomp-0.arc-bg {
fill: #7ed341;
}
.macrocomp-1 .progress-cvs .bar-bg, .macrocomp-1.arc-bg {
fill: #43e4c4;
}
.macrocomp-2 .progress-cvs .bar-bg, .macrocomp-2.arc-bg {
fill: #3991de;
}
.macrocomp-3 .progress-cvs .bar-bg, .macrocomp-3.arc-bg {
fill: #8a18f7;
}
.macrocomp-4 .progress-cvs .bar-bg, .macrocomp-4.arc-bg {
fill: #e85119;
}
.macrocomp-5 .progress-cvs .bar-bg, .macrocomp-5.arc-bg {
fill: #faa339;
}
.macrocomp-6 .progress-cvs .bar-bg, .macrocomp-6.arc-bg {
fill: #c3bf46;
}
.macrocomp-7 .progress-cvs .bar-bg, .macrocomp-7.arc-bg {
fill: #fce646;
}
.fn-label {
font-size: xx-small;
}
@media (max-width: 768px) {
.fn-label {
display: none;
}
.competency-desc {
display: none;
}
}
.doghnut-text-percent {
font-weight: bold;
}
/* Emulates a flex block for legend for Lambda theme */
.lambda-col {
width: auto;
display: inline-block;
vertical-align: top;
margin: 1em;
}
.small-doghnut-legend {
font-size: xx-small;
}
.doghnut-text-percent {
fill: black;
font-size: xx-small;
}
.doghnut-text-percent-bg {
fill: white;
stroke: #eee;
opacity: 0.8;
stroke-width: 1px;
}
.arc-bg-underlayer {
fill: lightgray;
}