summaryrefslogtreecommitdiff
path: root/misc/dashboard/godashboard/static/style.css
blob: a7e61dda5017372f31dc2d72c819256c5e3f5327 (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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, ul.menu, table, p {
	padding: 0 0.5em;
}
h1, h2 {
	margin: 0;
	background: #eee;
}
h1 {
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 0.5em;
	text-align: right;
}
h2 {
	border-top: 1px solid #ccc;
	padding-left: 0.2em;
}
.submit {
	float: right;
	border: 1px solid #ccc;
	width: 350px;
	padding-bottom: 1em;
	margin: 0.5em;
	background: #eee;
}
.submit table {
	width: 100%;
}
.submit input[type=text] {
	width: 200px;
}
.submit .msg {
	text-align: center;
	color: red;
}
table.alternate {
	white-space: nowrap;
	margin: 0.5em 0;
}
table.alternate td,
table.alternate th {
	padding: 0.1em 0.25em;
	font-size: small;
}
table.alternate tr td:last-child {
	padding-right: 0;
}
table.alternate tr:nth-child(2n) {
	background-color: #f0f0f0;
}
span.hash {
	font-family: monospace;
	font-size: small;
	color: #aaa;
}
td.date {
	color: #aaa;
}
td.ok { 
	text-align: center;
	color: #060; 
	font-weight: bold;
}
td.ok a {
	cursor: help;
}
th {
	text-align: left;
}
th.builder {
	text-align: center;
	font-weight: bold;
}
a.fail {
	color: #F00;
}
a.fail:visited {
	color: #900;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.menu li {
	float: left;
	display: block;
	font-size: 1em;
	padding: 0.5em;
	background: #EEF;
	margin-left: 0.5em;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
div.paginate {
	padding: 0.5em;
}
div.paginate a {
	padding: 0.5em;
	margin-right: 0.5em;
	background: #eee;
	color: blue;
}
div.paginate a.inactive {
	color: #999;
}
td.time {
	font-family: monospace;
}