aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals/Styles/CmpSystems.css
blob: ed8b1cb295011caac6620d323382547aa9354499 (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
82
83
84
body {
    font-family:Arial, sans-serif;
    font-size:14px;
    background-color:White;
    color:Black;
}
hr {
    color:Black;
    background-color:Black;
    height:1px;
    border:0;
}
h1 {
    font-size:26px;
    white-space:nowrap;
}
h2 {
    margin-bottom:0px;
    padding-bottom:0px;
    font-size:20px;
    white-space:nowrap;
}
table.summary, table.wikitable {
    border-collapse:collapse;
    border:1px outset black;
}
table.summary td, table.summary th {
    border:1px inset gray;
    padding: 3px 5px 3px 5px;
    white-space:nowrap;
}
table.summary th {
    background-color:#EEEEEE;
    font-weight:100;
    text-align:left;
    padding: 3px;
    font-size:15px;
}
table.summary td {
    text-align:right;
    padding-left:10px;
    padding: 3px 5px 3px 10px;
    font-size:16px;
}
table.wikitable td, table.wikitable th {
    border:1px inset gray;
    text-align:center;
    padding: 3px;
    white-space:nowrap;
}
table.wikitable th {
    background-color:#EEEEEE;
    font-size:15px;
}
table.wikitable td {
    font-size:16px;
}
table.wikitable td.left {
    text-align:left;
    font-size:16px;
    padding-left:5px;
    background-color:#F9F9F9;
}
td.passed {
    background-color:#CCFFCC;
}
td.warning {
    background-color:#F4F4AF;
}
td.failed {
    background-color:#FFCCCC;
}
td.new {
    background-color:#C6DEFF;
}
a.default {
    color:#336699;
}
th.severity {
    width:55px;
}
sup {
    font-size:10px;
}