github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/talks/2012/insidepresent/wire.html (about)

     1  <style>
     2  #wire {
     3  	border: 1px solid #E0E0E0;
     4  	background: #F0F0F0;
     5  	height: 300px;
     6  	font-family: 'Droid Sans Mono', 'Courier New', monospace;
     7  	font-size: 18px;
     8  	line-height: 24px;
     9  	overflow: auto;
    10  }
    11  #wire div { margin-bottom: 10px; }
    12  #wire .send { color: #900; }
    13  #wire .recv { color: #009; }
    14  </style>
    15  <div id="wire"></div>