Add light dashboard
[releng.git] / utils / test / result_collection_api / tools / dashboard / opnfv_dashboard_tests.css
1 /* Page CSS*/\r
2 body {\r
3     background-color:#000000;\r
4     font: 10px "Comic Sans MS" ;\r
5     color: orange;\r
6 }\r
7 #title {\r
8     font-size: 30px;\r
9 }\r
10 \r
11 #tests {\r
12     font-size: 20px;\r
13     color: white;\r
14 }\r
15 \r
16 #test_unit {\r
17     position: relative;\r
18     left: 200px;\r
19 }\r
20 \r
21 /* Chart CSS */\r
22 .chart {\r
23     border: 1px dashed orange;\r
24     margin: 5px;\r
25     padding: 2px;\r
26     width: 600px;\r
27     height:300px;\r
28     float:left;\r
29 }\r
30 \r
31 /* Dygraph CSS */\r
32 /* This applies to the title, x-axis label and y-axis label */\r
33 #div_g .dygraph-label {\r
34     font-family: Arial, Helvetica, sans-serif;\r
35 }\r
36 /* This rule only applies to the chart title */\r
37 #div_g .dygraph-title {\r
38     font-size: 12px;\r
39     color : orange;\r
40 }\r
41  /* This rule only applies to the y-axis label */\r
42 #div_g .dygraph-ylabel {\r
43     font-size: 10px;\r
44     color : orange;\r
45 }\r
46 \r
47 /* Overrides dygraph-legend */\r
48 .dygraph-legend {\r
49     font-size: 10px !important;\r
50     width: 400px !important;\r
51     text-align: left !important;\r
52     left: 200px !important;\r
53 }\r