summaryrefslogtreecommitdiffstats
path: root/public/css/system-report.css
blob: cf42ae6df89f80406bd4a0ea0d653abeb5b5fed3 (plain)
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
/* Icinga Reporting | (c) 2018 Icinga GmbH | GPLv2 */

.system-report {
    background-color: #fff;
    color: #222;
    font-family: sans-serif;

    width: 100%;
}
.system-report pre {
    margin: 0;
    font-family: monospace;
}
.system-report a:link {
    color: #009;
    text-decoration: none;
    background-color: #fff;
}
.system-report a:hover {
    text-decoration: underline;
}
.system-report table {
    border-collapse: collapse;
    border: 0;
    width: 934px;
    box-shadow: 1px 2px 3px #ccc;
}
.system-report .center {
    text-align: center;
}
.system-report .center table {
    margin: 1em auto;
    text-align: left;
}
.system-report .center th {
    text-align: center !important;
}
.system-report td,
.system-report th {
    border: 1px solid #666;
    font-size: 75%;
    vertical-align: baseline;
    padding: 4px 5px;
}
.system-report h1 {
    font-size: 150%;
}
.system-report h2 {
    font-size: 125%;
}
.system-report .p {
    text-align: left;
}
.system-report .e {
    background-color: #ccf;
    width: 300px;
    font-weight: bold;
}
.system-report .h {
    background-color: #99c;
    font-weight: bold;
}
.system-report .v {
    background-color: #ddd;
    max-width: 300px;
    overflow-x: auto;
    word-wrap: break-word;
}
.system-report .v i {
    color: #999;
}
.system-report img {
    float: right;
    border: 0;
}
.system-report hr {
    width: 934px;
    background-color: #ccc;
    border: 0;
    height: 1px;
}