aboutsummaryrefslogtreecommitdiff
path: root/deprecated/automation/server/monitor/static/style.css
blob: b571b0592567d71ed02102856e5d01bf0753d597 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
* { font-family: sans-serif; }

.left { text-align: left; }
.right { text-align: right; }

.code { font-family: monospace; text-align: left; }
.line1 { background-color: Gainsboro; }
.line2 { background-color: WhiteSmoke; }

.title { margin-bottom: 0.25em; }

.success { background-color: LightGreen; }
.failure { background-color: LightPink; }

pre.code { margin: 0px; }

div.header p.title {
  border: 1px solid black;
  font-size: 32px;
  font-style: bold;
  background-color: LightBlue;
  text-align: center;
  margin: 0px;
  padding: 10px;
  font-weight: bold;
}

div.links {
  background-color: Azure;
  margin-top: 2px;
  padding: 8px 4px 8px 4px;
  border: solid 1px;
}

div.content {
  margin-top: 2px;
  padding: 8px;
  border: solid 1px;
}

div.content p.title {
  font-size: 28px;
  text-align: left;
  margin: 0px;
  margin-bottom: 8px;
  padding: 12px;
  font-weight: bold;
}

table { border-collapse: collapse; }
td, th { text-align: center; }

table.list td, th { padding: 3px 8px 2px 8px; border:1px solid black; }
table.list td { font-family: monospace; }
table.list th { background-color: LightGray; }

table.attributes td { text-align: left; }
table.attributes > tbody > tr > td:first-child { font-family: sans-serif; }

table.raw { border-style: none; }
table.raw td {
  padding: 0em 0.5em 0em 0.5em;
  border-style: none;
  vertical-align: top;
  text-align: right;
  font-family: monospace;
}
table.raw > tbody > tr > td:first-child { border-left: 0px; }
table.raw > tbody > tr > td { border-left: 1px solid; }

a.button {
  background-color: PeachPuff;
  text-decoration: underline;
  text-align: center;
  color: Black;
  padding: 4px;
  border: solid 1px;
}

a.small {
  padding: 2px 4px 2px 4px;
  font-size: small;
  border-color: Gray;
  background-color: PapayaWhip;
}

a.button:hover { background-color: LightYellow; }
a.button:active { background-color: Yellow; }

a.column {
  border-style: none;
  display: block;
  margin: -3px -8px -2px -8px;
}

div.warning {
  background-color: MistyRose;
  border: 1px solid Crimson;
  padding: 0.5em;
  font-size: x-large;
}