a#kill { text-decoration: none; } a#kill:link { color: white; } a#kill:visited { color: white; } a#kill:hover { color: red; } .ajaxComplete { background-color: blue; } .ajaxSend { background-color: blue; } body { font-family: Arial, Helvetica; background-color: #474545; } .container { min-height: 600px; margin-top: 10px; margin-bottom: 10px; padding: 10px; border-radius:10px; -moz-border-radius:10px; background-color: #921c1a; background: #2e0000; /* Old browsers */ background: -moz-linear-gradient(top, #2e0000 0%, #921c1a 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e0000), color-stop(100%,#921c1a)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2e0000 0%,#921c1a 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2e0000 0%,#921c1a 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2e0000 0%,#921c1a 100%); /* IE10+ */ background: linear-gradient(top, #2e0000 0%,#921c1a 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0000', endColorstr='#921c1a',GradientType=0 ); /* IE6-9 */ } .cell { border-radius:10px; -moz-border-radius:10px; text-align: center; } .dom { color: white; font-weight: bold; background-color: purple; } .event { color: white; font-weight: bold; width: 180px; } .event.click { background-color: green; } .event.DOMNodeInserted { background-color: #adff2f; width: 180px; } .event.DOMNodeRemoved { background-color: orange; width: 180px; } .event.js-error { background-color: red; } .event.keydown { background-color: #000000; } .event.keyup { background-color: #ffffff; color: black; } .event.xhr { background-color: blue; } h1 { text-align: center; } #killed { color: white; } #main { margin-top: 20px; } pre { word-wrap: break-word; } table { padding-left: 40px; } .target { background-color: #c1c0c0; width: 480px; padding: 5px; word-wrap: break-word; } tbody tr:nth-of-type(odd) td { background-color: #464545; } tbody tr:nth-of-type(even) td { background-color: #898080; } .timestamp { color: white; font-size: x-small; } tr { height: 30px; } tr th { background-color: #c1c0c0; } div#waiting h1 { color: white; } .xhr-method { font-weight: bold; }