xref: /dragonfly/usr.bin/dsynth/progress.css (revision 6a3cbbc2)
1body {
2        font-family: Arial, Helvetica, sans-serif;
3        font-size: 10pt;
4        margin: 0;
5        background: #8282B0;
6}
7
8a {	text-decoration: none}
9
10table {
11	border-collapse: collapse;
12	border: 2px solid black;
13	margin-top: 5px;
14	font-size: 10pt;
15}
16th, td { border: 1px solid black; }
17
18.layout,
19.layout th,
20.layout td {
21	border: 0;
22	margin: 0;
23}
24.built {
25        background-color: #339966;
26        color: #CCFFCC;
27}
28.failed {
29        background-color: #CC0033;
30        color: #FFFF99;
31}
32.skipped {
33        background-color: #CC6633;
34        color: #F0F0F0;
35}
36.ignored {
37        background-color: #FFCC33;
38        color: #202020;
39}
40.timehack {
41	color: #CC0033;
42	font-weight: 400;
43}
44.remains {
45	background-color: #D8D8D8;
46}
47.queued {
48	background-color: #D8D8D8;
49}
50.new {	display: none; }
51#header {
52	top: 0;
53	height: 95px;
54}
55
56#header, #footer {
57	background-color: #EEEEEE;
58	z-index: 2;
59	left: 0;
60	width: 1030px;
61}
62#footer {
63	position: fixed;
64	bottom: 0;
65	height: 22px;
66	border-top: 1px solid black;
67}
68
69#header table {
70	font-size: 10pt;
71	text-align: center;
72}
73
74#main {
75	width: 1030px;
76	padding: 0;
77	background-color: #FFF;
78}
79
80#stats_load,
81#stats_swapinfo,
82#stats_elapsed,
83#stats_pkghour,
84#stats_impulse{
85	background-color: #D8D8D8;
86}
87
88.entry,
89#stats_queued,
90#stats_built,
91#stats_failed,
92#stats_ignored,
93#stats_skipped,
94#impulse_label {
95	cursor: pointer;
96}
97
98#left {
99	width: 350px;
100	float: left;
101}
102#right {
103	float: left;
104	width: 650px;
105	margin-left: 8px;
106	margin-right: 0px;
107}
108
109#nav {
110	float: left;
111	margin-left: 8px;
112	margin-top: 4px;
113}
114#nav a {
115	margin: 0px 8px;
116	cursor: hand;
117}
118#logo {
119	float: left;
120        padding: 11px 10px 0}
121
122#stats table {
123	width: 514px;
124	border: 0;
125	margin: 0px 10px;
126	border-collapse: separate;
127	border-spacing: 2px;
128}
129#stats table td {
130	width: 16.66%;
131	padding: 2px 1px 1px;
132}
133#stress table {
134	width: 428px;
135	border: 0;
136	margin: 2px 52px;
137	border-collapse: separate;
138	border-spacing: 2px;
139}
140#stress table td {
141	width: 20%;
142	padding: 2px 1px 1px;
143}
144
145#progress {
146	left: 66px;
147	position: absolute;
148}
149
150#build_info {
151	margin: 1px 10px;
152}
153#build_info table {
154	border: 0;
155	margin: 0;
156}
157
158#build_info th:nth-child(1) {
159	width: 60px;
160	padding: 1px 1px 2px 0px;
161	text-align: right;
162}
163#build_info td:nth-child(2) {
164	width: 200px;
165	padding: 1px 0px 2px 7px;
166	text-align: left;
167	color: #03C;
168}
169
170#builders_zone_2 {
171	background: #000;
172	width: 100%;
173	margin: 0;
174	padding: 0 0 4px;
175}
176
177.builders_table {
178        font-family:Monospace;
179        font-size: 11pt;
180	border-collapse: separate;
181	border-spacing: 0;
182	border: 0;
183	width: 1030px;
184	margin: 0px;
185}
186
187.builders_table td {
188	border: 0;
189	padding: 1px 4px;
190}
191
192.builders_table thead td {
193	background-color: #009;
194	color: #D8D8D8;
195	font-size: 12pt;
196	font-weight: bold;
197	padding: 2px 4px;
198}
199
200.builders_table td:nth-child(1) {
201        width: 50px;
202	text-align: center;
203}
204.builders_table td:nth-child(2) {
205	width: 90px;
206}
207.builders_table td:nth-child(3) {
208	width: 170px;
209}
210.builders_table td:nth-child(4) {
211	width: 530px;
212}
213.builders_table td:nth-child(5) {
214	width: 160px;
215	text-align: right;
216	padding-right: 15px;
217}
218
219.builders_table tbody td:nth-child(1) {
220	cursor: pointer;
221}
222.builders_table tbody td:nth-child(2) {
223	color: #CCC;
224}
225.builders_table tbody td:nth-child(3) {
226	color: #FF0;
227}
228.builders_table tbody td:nth-child(4) {
229	color: #6FF;
230}
231.builders_table tbody td:nth-child(5) {
232	color: #CCC;
233}
234
235.b01, .b33 {color : #FFF}
236.b02, .b34 {color : #9F9}
237.b03, .b35 {color : #FF9}
238.b04, .b36 {color : #F9F}
239.b05, .b37 {color : #F99}
240.b06, .b38 {color : #06F}
241.b07, .b39 {color : #0FF}
242.b08, .b40 {color : #808080}
243.b09, .b41 {color : #CCC}
244.b10, .b42 {color : #0C6}
245.b11, .b43 {color : #C96}
246.b12, .b44 {color : #C0C}
247.b13, .b45 {color : #C00}
248.b14, .b46 {color : #06F}
249.b15, .b47 {color : #099}
250.b16, .b48 {color : #adad85}
251
252.b17, .b49 {color : #FFF; text-decoration: underline}
253.b18, .b50 {color : #9F9; text-decoration: underline}
254.b19, .b51 {color : #FF9; text-decoration: underline}
255.b20, .b52 {color : #F9F; text-decoration: underline}
256.b21, .b53 {color : #F99; text-decoration: underline}
257.b22, .b54 {color : #06F; text-decoration: underline}
258.b23, .b55 {color : #0FF; text-decoration: underline}
259.b24, .b56 {color : #808080; text-decoration: underline}
260.b25, .b57 {color : #CCC; text-decoration: underline}
261.b26, .b58 {color : #0C6; text-decoration: underline}
262.b27, .b59 {color : #C96; text-decoration: underline}
263.b28, .b60 {color : #C0C; text-decoration: underline}
264.b29, .b61 {color : #C00; text-decoration: underline}
265.b30, .b62 {color : #06F; text-decoration: underline}
266.b31, .b63 {color : #099; text-decoration: underline}
267.b32, .b64 {color : #adad85; text-decoration: underline}
268
269#report {
270	width: 1000px;
271	margin: 0 15px 12px;
272	padding: 18px 0 800px;
273}
274
275#report_table {
276	border-collapse: separate;
277	border-spacing: 0;
278	border: 0;
279	margin: 0;
280}
281
282#report_table th {
283	text-align: center;
284	padding: 4px 10px 3px 4px;
285	background-color: #CCC;
286	color: #404066;
287	border: 0;
288}
289
290#report_table td {
291	text-align: center;
292	padding: 2px;
293	border-color: #D0D0D0;
294}
295
296#report_table .odd {
297	background-color: #F9F9F9;
298}
299
300#report_table th:nth-child(1) {
301	width: 5%;
302}
303
304#report_table th:nth-child(2) {
305	width: 6%;
306}
307
308#report_table th:nth-child(3) {
309	width: 3%;
310}
311
312#report_table th:nth-child(4) {
313	width: 5%;
314}
315
316#report_table th:nth-child(5) {
317	width:30.5%;
318	text-align: left;
319}
320
321#report_table th:nth-child(6) {
322        width: 30.5%;
323	text-align: left;
324}
325#report_table th:nth-child(7) {
326	width: 4%;
327}
328#report_table th:nth-child(8) {
329	width: 6%;
330}
331
332#report_table td:nth-child(5),
333#report_table td:nth-child(6) {
334	text-align: left;
335	padding-left: 4px;
336}
337
338.result {
339	width: 50px;
340	padding: 1px 0px;
341	margin: 0 auto;
342}
343
344br.clear {
345	clear: both;
346	height: 0;
347	overflow: hidden;
348}
349:target { color: #FF0000; }
350
351.dataTables_empty {
352	background-color: #FFC;
353	border: 0;
354}
355