aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmds/brew-test-bot.css
blob: 3fcefa59a2a46967ad5e744c3840356dc05978c6 (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
body {
	background: #27221a;
	color: #f6e6cc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}

h1, h2 {
	text-align: center;
	font-weight: bold;
}

h1 {
	font-size: 3em;
	padding-top: 0.5em;
	padding-bottom: 0;
	margin-bottom: 0;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	color: #D7AF72;
	letter-spacing: -3px;
}

h2 {
	font-size: 0.8em;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1em;
	color: #A1804C;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	text-decoration: none;
}

table {
	background-color: rgba(0, 0, 0, 0.30);
	color: white;
	border-radius: 0.4em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: inherit;
	font-family: monospace;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

td {
	padding-left: 1em;
	padding-right: 1em;
}

.prompt {
	color: #E3D796;
}

.status {
	text-align: right;
}

.running a:link, .running a:visited {
	color: orange;
}

.passed a:link, .passed a:visited {
	color: green;
}

.failed a:link, .failed a:visited {
	color: red;
}

a:active, a:visited {
	color: inherit;
}