github.com/jonasnick/go-ethereum@v0.7.12-0.20150216215225-22176f05d387/cmd/mist/assets/muted/debugger.html (about)

     1  <!doctype>
     2  <html>
     3  <head>
     4  <style type="text/css">
     5      html, body {
     6          margin: 0; padding: 0;
     7          min-height: 100%;
     8      }
     9  
    10      #debugger {
    11  	    height: 100%;
    12  	    font-family: "Monaco"
    13      }
    14      #debugger .line {
    15  	    overflow: none;
    16      }
    17      #debugger .col1, #debugger .col2 {
    18  	    float: left;
    19  	    padding: 3px;
    20      }
    21      #debugger .col1 {
    22  	    width: 10px;
    23  	    padding-left: 10px
    24  	    -webkit-touch-callout: none;
    25  	    -webkit-user-select: none;
    26  	    -khtml-user-select: none;
    27  	    -moz-user-select: none;
    28  	    -ms-user-select: none;
    29  	    user-select: none;
    30      }
    31      #debugger .col2 {
    32  	    width: 90%;
    33      }
    34      .prompt {
    35  	    color: "#5089D4";
    36      }
    37  </style>
    38  
    39  </head>
    40  
    41  <body>
    42  <div id="debugger">
    43  	<div class="line">
    44  		<div class="col1 prompt">
    45  			&gt;
    46  		</div>
    47  		<div class="col2" contenteditable>
    48  		</div>
    49  	</div>
    50  </div>
    51  
    52  </body>
    53  </html>