/usr/share/shinken/htdocs/css/shinken-gauge.css is in shinken-module-broker-webui 1.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | .donutContainer {
height: 110px;
width : 120px;
position: relative;
}
.donut_canvas {
left: 50%;
position: absolute;
top: 0;
margin-left: -50px;
}
.counter {
font-weight: bold;
position: absolute;
top: 32px;
left: 50%;
margin-left: -40px;
line-height: 30px;
color: #777;
width: 80px;
text-align: center;
font-size: 24px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.lab {
font-size: 11px;
position: absolute;
top: 55px;
width: 100%;
text-align: center;
color: #A6A6A6;
display: inline-block;
margin: 0;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
|