tv-remote-logger
Version:
remote transport console.log print message
61 lines (52 loc) • 751 B
CSS
h1,
p,
td {
font-family: "Andale Mono";
}
body {
background-color: #333333;
color: #ffffff;
}
h1 {
margin: 0;
padding: 0;
text-align: center;
}
.show-box {
overflow: hidden;
}
table {
color: #33b790;
}
.page,
.address {
float: left;
width: 300px;
height: 40px;
margin: 0;
padding: 0;
line-height: 40px;
font-size: 16px;
}
.clear-btn {
float: right;
}
#clip,
#exec-content {
margin-right: 20px;
}
#command {
display: none;
resize: none;
background-color: #000000 ;
color: #3bd91e ;
}
#clear-content,
#exec-content {
float: right;
margin-top: 10px;
}
.CodeMirror {
height: 200px ;
font-family: Monaco ;
}