xref: /dragonfly/usr.bin/dsynth/progress.css (revision 51705b28)
18b485838SMatthew Dillonbody {
28b485838SMatthew Dillon        font-family: Arial, Helvetica, sans-serif;
38b485838SMatthew Dillon        font-size: 10pt;
48b485838SMatthew Dillon        margin: 0;
58b485838SMatthew Dillon        background: #8282B0;
68b485838SMatthew Dillon}
78b485838SMatthew Dillon
88b485838SMatthew Dillona {	text-decoration: none}
98b485838SMatthew Dillon
108b485838SMatthew Dillontable {
118b485838SMatthew Dillon	border-collapse: collapse;
128b485838SMatthew Dillon	border: 2px solid black;
138b485838SMatthew Dillon	margin-top: 5px;
148b485838SMatthew Dillon	font-size: 10pt;
158b485838SMatthew Dillon}
168b485838SMatthew Dillonth, td { border: 1px solid black; }
178b485838SMatthew Dillon
188b485838SMatthew Dillon.layout,
198b485838SMatthew Dillon.layout th,
208b485838SMatthew Dillon.layout td {
218b485838SMatthew Dillon	border: 0;
228b485838SMatthew Dillon	margin: 0;
238b485838SMatthew Dillon}
248b485838SMatthew Dillon.built {
258b485838SMatthew Dillon        background-color: #339966;
268b485838SMatthew Dillon        color: #CCFFCC;
278b485838SMatthew Dillon}
288b485838SMatthew Dillon.failed {
298b485838SMatthew Dillon        background-color: #CC0033;
308b485838SMatthew Dillon        color: #FFFF99;
318b485838SMatthew Dillon}
328b485838SMatthew Dillon.skipped {
338b485838SMatthew Dillon        background-color: #CC6633;
348b485838SMatthew Dillon        color: #F0F0F0;
358b485838SMatthew Dillon}
368b485838SMatthew Dillon.ignored {
378b485838SMatthew Dillon        background-color: #FFCC33;
388b485838SMatthew Dillon        color: #202020;
398b485838SMatthew Dillon}
40*51705b28SAntonio Huete Jimenez.meta {
41*51705b28SAntonio Huete Jimenez        background-color: #A577E1;
42*51705b28SAntonio Huete Jimenez        color: #F0F0F0;
43*51705b28SAntonio Huete Jimenez}
448b485838SMatthew Dillon.timehack {
458b485838SMatthew Dillon	color: #CC0033;
468b485838SMatthew Dillon	font-weight: 400;
478b485838SMatthew Dillon}
488b485838SMatthew Dillon.remains {
498b485838SMatthew Dillon	background-color: #D8D8D8;
508b485838SMatthew Dillon}
518b485838SMatthew Dillon.queued {
528b485838SMatthew Dillon	background-color: #D8D8D8;
538b485838SMatthew Dillon}
548b485838SMatthew Dillon.new {	display: none; }
558b485838SMatthew Dillon#header {
568b485838SMatthew Dillon	top: 0;
578b485838SMatthew Dillon	height: 95px;
588b485838SMatthew Dillon}
598b485838SMatthew Dillon
608b485838SMatthew Dillon#header, #footer {
618b485838SMatthew Dillon	background-color: #EEEEEE;
628b485838SMatthew Dillon	z-index: 2;
638b485838SMatthew Dillon	left: 0;
648b485838SMatthew Dillon	width: 1030px;
658b485838SMatthew Dillon}
668b485838SMatthew Dillon#footer {
678b485838SMatthew Dillon	position: fixed;
688b485838SMatthew Dillon	bottom: 0;
698b485838SMatthew Dillon	height: 22px;
708b485838SMatthew Dillon	border-top: 1px solid black;
718b485838SMatthew Dillon}
728b485838SMatthew Dillon
738b485838SMatthew Dillon#header table {
748b485838SMatthew Dillon	font-size: 10pt;
758b485838SMatthew Dillon	text-align: center;
768b485838SMatthew Dillon}
778b485838SMatthew Dillon
788b485838SMatthew Dillon#main {
798b485838SMatthew Dillon	width: 1030px;
808b485838SMatthew Dillon	padding: 0;
818b485838SMatthew Dillon	background-color: #FFF;
828b485838SMatthew Dillon}
838b485838SMatthew Dillon
848b485838SMatthew Dillon#stats_load,
858b485838SMatthew Dillon#stats_swapinfo,
868b485838SMatthew Dillon#stats_elapsed,
878b485838SMatthew Dillon#stats_pkghour,
888b485838SMatthew Dillon#stats_impulse{
898b485838SMatthew Dillon	background-color: #D8D8D8;
908b485838SMatthew Dillon}
918b485838SMatthew Dillon
928b485838SMatthew Dillon.entry,
938b485838SMatthew Dillon#stats_queued,
948b485838SMatthew Dillon#stats_built,
95*51705b28SAntonio Huete Jimenez#stats_meta,
968b485838SMatthew Dillon#stats_failed,
978b485838SMatthew Dillon#stats_ignored,
988b485838SMatthew Dillon#stats_skipped,
998b485838SMatthew Dillon#impulse_label {
1008b485838SMatthew Dillon	cursor: pointer;
1018b485838SMatthew Dillon}
1028b485838SMatthew Dillon
1038b485838SMatthew Dillon#left {
1048b485838SMatthew Dillon	width: 350px;
1058b485838SMatthew Dillon	float: left;
1068b485838SMatthew Dillon}
1078b485838SMatthew Dillon#right {
1088b485838SMatthew Dillon	float: left;
1098b485838SMatthew Dillon	width: 650px;
1108b485838SMatthew Dillon	margin-left: 8px;
1118b485838SMatthew Dillon	margin-right: 0px;
1128b485838SMatthew Dillon}
1138b485838SMatthew Dillon
1148b485838SMatthew Dillon#nav {
1158b485838SMatthew Dillon	float: left;
1168b485838SMatthew Dillon	margin-left: 8px;
1178b485838SMatthew Dillon	margin-top: 4px;
1188b485838SMatthew Dillon}
1198b485838SMatthew Dillon#nav a {
1208b485838SMatthew Dillon	margin: 0px 8px;
1218b485838SMatthew Dillon	cursor: hand;
1228b485838SMatthew Dillon}
1238b485838SMatthew Dillon#logo {
1248b485838SMatthew Dillon	float: left;
1258b485838SMatthew Dillon        padding: 11px 10px 0}
1268b485838SMatthew Dillon
1278b485838SMatthew Dillon#stats table {
1288b485838SMatthew Dillon	width: 514px;
1298b485838SMatthew Dillon	border: 0;
1308b485838SMatthew Dillon	margin: 0px 10px;
1318b485838SMatthew Dillon	border-collapse: separate;
1328b485838SMatthew Dillon	border-spacing: 2px;
1338b485838SMatthew Dillon}
1348b485838SMatthew Dillon#stats table td {
1358b485838SMatthew Dillon	width: 16.66%;
1368b485838SMatthew Dillon	padding: 2px 1px 1px;
1378b485838SMatthew Dillon}
1388b485838SMatthew Dillon#stress table {
1398b485838SMatthew Dillon	width: 428px;
1408b485838SMatthew Dillon	border: 0;
1418b485838SMatthew Dillon	margin: 2px 52px;
1428b485838SMatthew Dillon	border-collapse: separate;
1438b485838SMatthew Dillon	border-spacing: 2px;
1448b485838SMatthew Dillon}
1458b485838SMatthew Dillon#stress table td {
1468b485838SMatthew Dillon	width: 20%;
1478b485838SMatthew Dillon	padding: 2px 1px 1px;
1488b485838SMatthew Dillon}
1498b485838SMatthew Dillon
1508b485838SMatthew Dillon#progress {
1518b485838SMatthew Dillon	left: 66px;
1528b485838SMatthew Dillon	position: absolute;
1538b485838SMatthew Dillon}
1548b485838SMatthew Dillon
1558b485838SMatthew Dillon#build_info {
1568b485838SMatthew Dillon	margin: 1px 10px;
1578b485838SMatthew Dillon}
1588b485838SMatthew Dillon#build_info table {
1598b485838SMatthew Dillon	border: 0;
1608b485838SMatthew Dillon	margin: 0;
1618b485838SMatthew Dillon}
1628b485838SMatthew Dillon
1638b485838SMatthew Dillon#build_info th:nth-child(1) {
1648b485838SMatthew Dillon	width: 60px;
1658b485838SMatthew Dillon	padding: 1px 1px 2px 0px;
1668b485838SMatthew Dillon	text-align: right;
1678b485838SMatthew Dillon}
1688b485838SMatthew Dillon#build_info td:nth-child(2) {
1698b485838SMatthew Dillon	width: 200px;
1708b485838SMatthew Dillon	padding: 1px 0px 2px 7px;
1718b485838SMatthew Dillon	text-align: left;
1728b485838SMatthew Dillon	color: #03C;
1738b485838SMatthew Dillon}
1748b485838SMatthew Dillon
1758b485838SMatthew Dillon#builders_zone_2 {
1768b485838SMatthew Dillon	background: #000;
1778b485838SMatthew Dillon	width: 100%;
1788b485838SMatthew Dillon	margin: 0;
1798b485838SMatthew Dillon	padding: 0 0 4px;
1808b485838SMatthew Dillon}
1818b485838SMatthew Dillon
1828b485838SMatthew Dillon.builders_table {
1838b485838SMatthew Dillon        font-family:Monospace;
1848b485838SMatthew Dillon        font-size: 11pt;
1858b485838SMatthew Dillon	border-collapse: separate;
1868b485838SMatthew Dillon	border-spacing: 0;
1878b485838SMatthew Dillon	border: 0;
1888b485838SMatthew Dillon	width: 1030px;
1898b485838SMatthew Dillon	margin: 0px;
1908b485838SMatthew Dillon}
1918b485838SMatthew Dillon
1928b485838SMatthew Dillon.builders_table td {
1938b485838SMatthew Dillon	border: 0;
1948b485838SMatthew Dillon	padding: 1px 4px;
1958b485838SMatthew Dillon}
1968b485838SMatthew Dillon
1978b485838SMatthew Dillon.builders_table thead td {
1988b485838SMatthew Dillon	background-color: #009;
1998b485838SMatthew Dillon	color: #D8D8D8;
2008b485838SMatthew Dillon	font-size: 12pt;
2018b485838SMatthew Dillon	font-weight: bold;
2028b485838SMatthew Dillon	padding: 2px 4px;
2038b485838SMatthew Dillon}
2048b485838SMatthew Dillon
2058b485838SMatthew Dillon.builders_table td:nth-child(1) {
2068b485838SMatthew Dillon        width: 50px;
2078b485838SMatthew Dillon	text-align: center;
2088b485838SMatthew Dillon}
2098b485838SMatthew Dillon.builders_table td:nth-child(2) {
2108b485838SMatthew Dillon	width: 90px;
2118b485838SMatthew Dillon}
2128b485838SMatthew Dillon.builders_table td:nth-child(3) {
2138b485838SMatthew Dillon	width: 170px;
2148b485838SMatthew Dillon}
2158b485838SMatthew Dillon.builders_table td:nth-child(4) {
2168b485838SMatthew Dillon	width: 530px;
2178b485838SMatthew Dillon}
2188b485838SMatthew Dillon.builders_table td:nth-child(5) {
2198b485838SMatthew Dillon	width: 160px;
2208b485838SMatthew Dillon	text-align: right;
2218b485838SMatthew Dillon	padding-right: 15px;
2228b485838SMatthew Dillon}
2238b485838SMatthew Dillon
2248b485838SMatthew Dillon.builders_table tbody td:nth-child(1) {
2258b485838SMatthew Dillon	cursor: pointer;
2268b485838SMatthew Dillon}
2278b485838SMatthew Dillon.builders_table tbody td:nth-child(2) {
2288b485838SMatthew Dillon	color: #CCC;
2298b485838SMatthew Dillon}
2308b485838SMatthew Dillon.builders_table tbody td:nth-child(3) {
2318b485838SMatthew Dillon	color: #FF0;
2328b485838SMatthew Dillon}
2338b485838SMatthew Dillon.builders_table tbody td:nth-child(4) {
2348b485838SMatthew Dillon	color: #6FF;
2358b485838SMatthew Dillon}
2368b485838SMatthew Dillon.builders_table tbody td:nth-child(5) {
2378b485838SMatthew Dillon	color: #CCC;
2388b485838SMatthew Dillon}
2398b485838SMatthew Dillon
2408b485838SMatthew Dillon.b01, .b33 {color : #FFF}
2418b485838SMatthew Dillon.b02, .b34 {color : #9F9}
2428b485838SMatthew Dillon.b03, .b35 {color : #FF9}
2438b485838SMatthew Dillon.b04, .b36 {color : #F9F}
2448b485838SMatthew Dillon.b05, .b37 {color : #F99}
2458b485838SMatthew Dillon.b06, .b38 {color : #06F}
2468b485838SMatthew Dillon.b07, .b39 {color : #0FF}
2478b485838SMatthew Dillon.b08, .b40 {color : #808080}
2488b485838SMatthew Dillon.b09, .b41 {color : #CCC}
2498b485838SMatthew Dillon.b10, .b42 {color : #0C6}
2508b485838SMatthew Dillon.b11, .b43 {color : #C96}
2518b485838SMatthew Dillon.b12, .b44 {color : #C0C}
2528b485838SMatthew Dillon.b13, .b45 {color : #C00}
2538b485838SMatthew Dillon.b14, .b46 {color : #06F}
2548b485838SMatthew Dillon.b15, .b47 {color : #099}
2558b485838SMatthew Dillon.b16, .b48 {color : #adad85}
2568b485838SMatthew Dillon
2578b485838SMatthew Dillon.b17, .b49 {color : #FFF; text-decoration: underline}
2588b485838SMatthew Dillon.b18, .b50 {color : #9F9; text-decoration: underline}
2598b485838SMatthew Dillon.b19, .b51 {color : #FF9; text-decoration: underline}
2608b485838SMatthew Dillon.b20, .b52 {color : #F9F; text-decoration: underline}
2618b485838SMatthew Dillon.b21, .b53 {color : #F99; text-decoration: underline}
2628b485838SMatthew Dillon.b22, .b54 {color : #06F; text-decoration: underline}
2638b485838SMatthew Dillon.b23, .b55 {color : #0FF; text-decoration: underline}
2648b485838SMatthew Dillon.b24, .b56 {color : #808080; text-decoration: underline}
2658b485838SMatthew Dillon.b25, .b57 {color : #CCC; text-decoration: underline}
2668b485838SMatthew Dillon.b26, .b58 {color : #0C6; text-decoration: underline}
2678b485838SMatthew Dillon.b27, .b59 {color : #C96; text-decoration: underline}
2688b485838SMatthew Dillon.b28, .b60 {color : #C0C; text-decoration: underline}
2698b485838SMatthew Dillon.b29, .b61 {color : #C00; text-decoration: underline}
2708b485838SMatthew Dillon.b30, .b62 {color : #06F; text-decoration: underline}
2718b485838SMatthew Dillon.b31, .b63 {color : #099; text-decoration: underline}
2728b485838SMatthew Dillon.b32, .b64 {color : #adad85; text-decoration: underline}
2738b485838SMatthew Dillon
2748b485838SMatthew Dillon#report {
2758b485838SMatthew Dillon	width: 1000px;
2768b485838SMatthew Dillon	margin: 0 15px 12px;
2778b485838SMatthew Dillon	padding: 18px 0 800px;
2788b485838SMatthew Dillon}
2798b485838SMatthew Dillon
2808b485838SMatthew Dillon#report_table {
2818b485838SMatthew Dillon	border-collapse: separate;
2828b485838SMatthew Dillon	border-spacing: 0;
2838b485838SMatthew Dillon	border: 0;
2848b485838SMatthew Dillon	margin: 0;
2858b485838SMatthew Dillon}
2868b485838SMatthew Dillon
2878b485838SMatthew Dillon#report_table th {
2888b485838SMatthew Dillon	text-align: center;
2898b485838SMatthew Dillon	padding: 4px 10px 3px 4px;
2908b485838SMatthew Dillon	background-color: #CCC;
2918b485838SMatthew Dillon	color: #404066;
2928b485838SMatthew Dillon	border: 0;
2938b485838SMatthew Dillon}
2948b485838SMatthew Dillon
2958b485838SMatthew Dillon#report_table td {
2968b485838SMatthew Dillon	text-align: center;
2978b485838SMatthew Dillon	padding: 2px;
2988b485838SMatthew Dillon	border-color: #D0D0D0;
2998b485838SMatthew Dillon}
3008b485838SMatthew Dillon
3018b485838SMatthew Dillon#report_table .odd {
3028b485838SMatthew Dillon	background-color: #F9F9F9;
3038b485838SMatthew Dillon}
3048b485838SMatthew Dillon
3058b485838SMatthew Dillon#report_table th:nth-child(1) {
3068b485838SMatthew Dillon	width: 5%;
3078b485838SMatthew Dillon}
3088b485838SMatthew Dillon
3098b485838SMatthew Dillon#report_table th:nth-child(2) {
3108b485838SMatthew Dillon	width: 6%;
3118b485838SMatthew Dillon}
3128b485838SMatthew Dillon
3138b485838SMatthew Dillon#report_table th:nth-child(3) {
3148b485838SMatthew Dillon	width: 3%;
3158b485838SMatthew Dillon}
3168b485838SMatthew Dillon
3178b485838SMatthew Dillon#report_table th:nth-child(4) {
3188b485838SMatthew Dillon	width: 5%;
3198b485838SMatthew Dillon}
3208b485838SMatthew Dillon
3218b485838SMatthew Dillon#report_table th:nth-child(5) {
3228b485838SMatthew Dillon	width:30.5%;
3238b485838SMatthew Dillon	text-align: left;
3248b485838SMatthew Dillon}
3258b485838SMatthew Dillon
3268b485838SMatthew Dillon#report_table th:nth-child(6) {
3278b485838SMatthew Dillon        width: 30.5%;
3288b485838SMatthew Dillon	text-align: left;
3298b485838SMatthew Dillon}
3308b485838SMatthew Dillon#report_table th:nth-child(7) {
3318b485838SMatthew Dillon	width: 4%;
3328b485838SMatthew Dillon}
3338b485838SMatthew Dillon#report_table th:nth-child(8) {
3348b485838SMatthew Dillon	width: 6%;
3358b485838SMatthew Dillon}
3368b485838SMatthew Dillon
3378b485838SMatthew Dillon#report_table td:nth-child(5),
3388b485838SMatthew Dillon#report_table td:nth-child(6) {
3398b485838SMatthew Dillon	text-align: left;
3408b485838SMatthew Dillon	padding-left: 4px;
3418b485838SMatthew Dillon}
3428b485838SMatthew Dillon
3438b485838SMatthew Dillon.result {
3448b485838SMatthew Dillon	width: 50px;
3458b485838SMatthew Dillon	padding: 1px 0px;
3468b485838SMatthew Dillon	margin: 0 auto;
3478b485838SMatthew Dillon}
3488b485838SMatthew Dillon
3498b485838SMatthew Dillonbr.clear {
3508b485838SMatthew Dillon	clear: both;
3518b485838SMatthew Dillon	height: 0;
3528b485838SMatthew Dillon	overflow: hidden;
3538b485838SMatthew Dillon}
3548b485838SMatthew Dillon:target { color: #FF0000; }
3558b485838SMatthew Dillon
3568b485838SMatthew Dillon.dataTables_empty {
3578b485838SMatthew Dillon	background-color: #FFC;
3588b485838SMatthew Dillon	border: 0;
3598b485838SMatthew Dillon}
360