bsw/jbe@0: #trace_show { bsw/jbe@0: cursor: pointer; bsw@868: float: right; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_list { bsw/jbe@0: margin: 0px; bsw/jbe@0: margin-bottom: 10px; bsw/jbe@0: padding: 0px; bsw/jbe@0: list-style-type: none; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_list .trace_list { bsw/jbe@0: border-top: 1px solid; bsw/jbe@0: margin-bottom: 0px; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_list li { bsw/jbe@0: margin: 3px; bsw/jbe@0: padding: 0px; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_head { bsw/jbe@0: font-weight: bold; bsw/jbe@0: margin: 1px; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_error { bsw/jbe@0: border: 3px solid red; bsw/jbe@0: background-color: black; bsw/jbe@0: color: #c00000; bsw/jbe@0: text-align: center; bsw/jbe@0: text-decoration: blink; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_error_position { bsw/jbe@0: color: red; bsw/jbe@0: text-decoration: blink; bsw/jbe@0: font-weight: bold; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_config { bsw/jbe@0: border: 1px solid #608000; bsw/jbe@0: background-color: #ffffff; bsw/jbe@0: color: #608000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_config .trace_list { bsw/jbe@0: border-color: #608000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_request { bsw/jbe@0: border: 1px solid #6000ff; bsw/jbe@0: background-color: #c080ff; bsw/jbe@0: color: #6000ff; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_request .trace_list { bsw/jbe@0: border-color: #6000ff; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_filter { bsw/jbe@0: border: 1px solid #606060; bsw/jbe@0: background-color: #c0c0c0; bsw/jbe@0: color: #606060; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_filter .trace_list { bsw/jbe@0: border-color: #606060; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_view { bsw/jbe@0: border: 1px solid #0000ff; bsw/jbe@0: background-color: #40c0ff; bsw/jbe@0: color: #0000ff; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_view .trace_list { bsw/jbe@0: border-color: #0000ff; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_action_success { bsw/jbe@0: border: 1px solid #006000; bsw/jbe@0: background-color: #80ff80; bsw/jbe@0: color: #006000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_action_success .trace_list { bsw/jbe@0: border-color: #006000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_action_softfail { bsw/jbe@0: border: 1px solid #600000; bsw/jbe@0: background-color: #ff6020; bsw/jbe@0: color: #600000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_action_softfail .trace_list { bsw/jbe@0: border-color: #600000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_action_status { bsw/jbe@0: font-weight: bold; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_action_neutral { bsw/jbe@0: border: 1px solid #600000; bsw/jbe@0: background-color: #ffc040; bsw/jbe@0: color: #600000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_action_neutral .trace_list { bsw/jbe@0: border-color: #600000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_redirect, .trace_forward { bsw/jbe@0: border: 1px solid #404000; bsw/jbe@0: background-color: #c08040; bsw/jbe@0: color: #404000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_redirect .trace_list, .trace_forward .trace_list { bsw/jbe@0: border-color: #404000; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_exectime { bsw/jbe@0: border: 1px solid black; bsw/jbe@0: background-color: #404040; bsw/jbe@0: color: white; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_exectime .trace_list { bsw/jbe@0: border-color: white; bsw/jbe@0: } bsw/jbe@0: bsw/jbe@0: .trace_close { bsw/jbe@0: border: 1px solid black; bsw/jbe@0: background-color: #605040; bsw/jbe@0: margin: 3px; bsw/jbe@0: padding: 3px; bsw/jbe@0: color: white; bsw/jbe@0: text-align: center; bsw/jbe@0: cursor: pointer; bsw/jbe@0: } bsw/jbe@0: