Sui Chen | b65280f | 2020-06-30 18:14:03 -0700 | [diff] [blame] | 1 | body { |
| 2 | font-family: "monospace"; |
| 3 | font-size: 12px; |
| 4 | } |
| 5 | |
| 6 | #div_title, #div_group_by, #div_canvas, #div_navi_and_replay, #ipmi_replay { |
| 7 | text-align: center |
| 8 | } |
| 9 | |
| 10 | #my_canvas, #capture_info { |
| 11 | border: 1px grey dashed; |
| 12 | } |
| 13 | |
| 14 | #capture_info { |
| 15 | width: 1200px; |
| 16 | margin-left: auto; |
| 17 | margin-right: auto; |
| 18 | } |
| 19 | |
| 20 | #ipmi_replay_output { |
| 21 | margin: auto |
| 22 | } |
| 23 | |
| 24 | #title_capture, #title_open_file, #title_mode_select, #title_capture_info { |
| 25 | margin: auto; |
| 26 | text-align: center |
| 27 | } |
| 28 | |
| 29 | #ipmi_replay { |
| 30 | display: none |
| 31 | } |
| 32 | |
| 33 | #div_canvas { |
| 34 | margin-top: 2px |
| 35 | } |
| 36 | |
| 37 | #my_canvas_sensors, #span_group_by_sensors { |
| 38 | border: 1px #888 solid |
| 39 | } |
| 40 | |
| 41 | #my_canvas_dbus, #span_group_by_dbus { |
| 42 | border: 1px #008000 solid |
| 43 | } |
| 44 | |
| 45 | #my_canvas_ipmi, #span_group_by_ipmi { |
| 46 | border: 1px #00c0c0 solid |
| 47 | } |
| 48 | |
| 49 | #my_canvas_boost_asio_handler, #span_group_by_boost_asio_handler { |
| 50 | border: 1px #c03030 solid |
| 51 | } |
| 52 | |
| 53 | #my_canvas_dbus, #my_canvas_ipmi, #my_canvas_boost_asio_handler, #my_canvas_sensors { |
| 54 | margin-left: auto; |
| 55 | margin-right: auto; |
| 56 | } |
| 57 | |
| 58 | #blocker { |
| 59 | position: absolute; |
| 60 | top: 0; bottom: 0; display: block; |
| 61 | width: 100%; height: 100%; |
| 62 | background-color: rgba(128, 128, 128, 0.6); |
| 63 | display: none; |
| 64 | } |
| 65 | |
| 66 | #blocker_caption { |
| 67 | position: absolute; |
| 68 | top: 44%; |
| 69 | width: 100%; |
| 70 | color: #00F; |
| 71 | background-color: #CCF; |
| 72 | } |
| 73 | |
| 74 | #welcome_screen { |
| 75 | border: 1px dashed black; |
| 76 | height: 300px; |
| 77 | text-align: left; |
| 78 | } |
| 79 | |
| 80 | #welcome_screen_content { |
| 81 | margin-left: auto; |
| 82 | margin-right: auto; |
| 83 | width: 500px; |
| 84 | } |
| 85 | |
| 86 | #dbus_pcap_status_content { |
| 87 | margin-left: auto; |
| 88 | margin-right: auto; |
| 89 | width: 500px; |
| 90 | color: #999; |
| 91 | display: none; |
| 92 | } |
| 93 | |
| 94 | #dbus_pcap_error_content { |
| 95 | display: none; |
| 96 | margin-left: auto; |
| 97 | margin-right: auto; |
| 98 | width: 500px; |
| 99 | background-color: #ffc; |
| 100 | } |
| 101 | |
| 102 | #scapy_error_content { |
| 103 | display: none; |
| 104 | margin-left: auto; |
| 105 | margin-right: auto; |
| 106 | width: 500px; |
| 107 | background-color: #ffc; |
| 108 | } |
| 109 | |
| 110 | #span_group_by_dbus, #span_group_by_ipmi, #span_group_by_boost_asio_handler, |
| 111 | #div_navi_and_replay{ |
| 112 | display: none; |
| 113 | } |