forked from devsecopsmaturitymodel/DevSecOps-MaturityModel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspiderweb.css
51 lines (41 loc) · 811 Bytes
/
spiderweb.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
/* SVG styling */
.spiderweb svg {
width: 960px;
height: 300px;
}
.spiderwebsvg text {
font-size:1.5em;
}
#energychart svg {
height: 850px;
}
.spiderweb path {
stroke: #777;
stroke-width: 0.5px;
}
.spiderweb .labels {
fill: black;
font-weight: 100;
letter-spacing: -1px;
}
.spiderweb .labels.segment {
font-size: 10px;
}
table a.selected{
color: green;
}
.spiderweb svg text {
font: normal 19px Arial;
}
.usefullness .table-nonfluid {
width: auto !important;
}
.usefullness tr [colspan="2"], .usefullness th, .usefullness td {
text-align: center !important;
}
.usefullness th:nth-child(1):not("legend"), .usefullness td:nth-child(1):not("legend") {
text-align: right !important;
}
.usefullness td {
vertical-align: middle !important;
}